MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Calculation of thermal conductivity. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine, public | conductivity::equcond (keq, ystate, ngas, nfv, mor, eps, dcell, fstrut, temp) |
Determines equivalent conductivity of the foam. More... | |
Calculation of thermal conductivity.
Subroutines for prediction of thermal conductivity of foam and gas phase.
Definition in file conductivity.f90.
subroutine, public conductivity::equcond | ( | real(dp), intent(out) | keq, |
real(dp), dimension(:), intent(in) | ystate, | ||
integer, intent(in) | ngas, | ||
integer, intent(in) | nfv, | ||
integer, dimension(:), intent(in) | mor, | ||
real(dp), intent(in) | eps, | ||
real(dp), intent(in) | dcell, | ||
real(dp), intent(in) | fstrut, | ||
real(dp), intent(in) | temp | ||
) |
Determines equivalent conductivity of the foam.
Calls the Modena model. Also tests different mixing rules for gas mixture conductivity.
[out] | keq | equivalent conductivity of foam |
[in] | ystate | integrated variables |
[in] | ngas | number of gases |
[in] | nfv | number of grid points |
[in] | mor | phase information |
[in] | temp | temperature |
[in] | eps | porosity |
[in] | dcell | cell size |
[in] | fstrut | strut content |
Definition at line 21 of file conductivity.f90.