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

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...
 

Detailed Description

Calculation of thermal conductivity.

Author
Pavel Ferkl

Subroutines for prediction of thermal conductivity of foam and gas phase.

Definition in file conductivity.f90.

Function/Subroutine Documentation

◆ equcond()

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.

Parameters
[out]keqequivalent conductivity of foam
[in]ystateintegrated variables
[in]ngasnumber of gases
[in]nfvnumber of grid points
[in]morphase information
[in]temptemperature
[in]epsporosity
[in]dcellcell size
[in]fstrutstrut content

Definition at line 21 of file conductivity.f90.