MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
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... | |
Properties of gas and solid phase.
Contains Modena models for determiantion of conductivity. Also contains a Modena model for strut content.
Definition in file physicalProperties.f90.
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.
[out] | kgas | thermal conductivity |
[in] | temp | temperature |
[in] | xo2 | molar fraction of O2 |
[in] | xn2 | molar fraction of N2 |
[in] | xco2 | molar fraction of CO2 |
[in] | xcyp | molar fraction of cyclopentane |
Definition at line 54 of file physicalProperties.f90.
subroutine, public physicalproperties::polymerconductivity | ( | real(dp), intent(out) | ksol, |
real(dp), intent(in) | temp | ||
) |
Calculation of thermal conductivity of polymer.
[out] | ksol | thermal conductivity |
[in] | temp | temperature |
Definition at line 18 of file physicalProperties.f90.
subroutine public physicalproperties::strutcontent | ( | real(dp), intent(out) | strut_content, |
real(dp), intent(in) | foam_density | ||
) |
Calculation of strut content.
Modena call.
[out] | strut_content | strut content |
[in] | foam_density | foam density |
[out] | strut_content | strut content |
[in] | foam_density | foam density |
Definition at line 380 of file physicalProperties.f90.