Loading [MathJax]/extensions/TeX/AMSsymbols.js
MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
All Data Structures Namespaces Files Functions Variables Typedefs Macros Modules Pages

Conductive-radiative heat transfer simulation. More...

Go to the source code of this file.

Functions/Subroutines

subroutine, public condrad::equcond
 Determines equivalent conductivity of the foam. More...
 

Variables

real(dp), dimension(:), allocatable, public condrad::cond
 effective conductivity
 
real(dp), dimension(:,:), allocatable, public condrad::alpha
 absorption coefficient
 
real(dp), dimension(:,:), allocatable, public condrad::sigma
 scattering coefficient
 

Detailed Description

Conductive-radiative heat transfer simulation.

Author
Pavel Ferkl

Contains subroutines for heat transfer simulation in effective homogenous medium.

Definition in file condrad.f90.

Function/Subroutine Documentation

◆ equcond()

subroutine, public condrad::equcond ( )

Determines equivalent conductivity of the foam.

It is a heat transfer in spatially one-dimensional domain.

Definition at line 34 of file condrad.f90.