MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
physicalProperties.f90 File Reference

Properties of gas and solid phase. More...

Go to the source code of this file.

Functions/Subroutines

subroutine, public physicalproperties::polymerconductivity (ksol, temp)
 Calculation of thermal conductivity of polymer. More...
 
subroutine, public physicalproperties::gasconductivity (kgas, temp, xO2, xN2, xCO2, xCyP)
 Calculation of thermal conductivity of gas. More...
 
subroutine physicalproperties::strutcontent (strut_content, foam_density)
 Calculation of strut content. More...
 

Detailed Description

Properties of gas and solid phase.

Author
Pavel Ferkl

Contains Modena models for determiantion of conductivity. Also contains a Modena model for strut content.

Definition in file physicalProperties.f90.

Function/Subroutine Documentation

◆ gasconductivity()

subroutine, public physicalproperties::gasconductivity ( real(dp), intent(out)  kgas,
real(dp), intent(in)  temp,
real(dp), intent(in)  xO2,
real(dp), intent(in)  xN2,
real(dp), intent(in)  xCO2,
real(dp), intent(in)  xCyP 
)

Calculation of thermal conductivity of gas.

Parameters
[out]kgasthermal conductivity
[in]temptemperature
[in]xo2molar fraction of O2
[in]xn2molar fraction of N2
[in]xco2molar fraction of CO2
[in]xcypmolar fraction of cyclopentane

Definition at line 54 of file physicalProperties.f90.

◆ polymerconductivity()

subroutine, public physicalproperties::polymerconductivity ( real(dp), intent(out)  ksol,
real(dp), intent(in)  temp 
)

Calculation of thermal conductivity of polymer.

Parameters
[out]ksolthermal conductivity
[in]temptemperature

Definition at line 18 of file physicalProperties.f90.

◆ strutcontent()

subroutine public physicalproperties::strutcontent ( real(dp), intent(out)  strut_content,
real(dp), intent(in)  foam_density 
)

Calculation of strut content.

Modena call.

Parameters
[out]strut_contentstrut content
[in]foam_densityfoam density
[out]strut_contentstrut content
[in]foam_densityfoam density

Definition at line 380 of file physicalProperties.f90.