Salome HOME
initial project version
[tools/solverlab.git] / CoreFlows / Documentation / PhysicalModels / StationaryDiffusionEq.dox
1 /*!
2 \page StationaryDiffusionEqPage The diffusion equation
3
4 [TOC]
5
6 \f[
7 -\lambda\triangle T = \Phi+\lambda_{sf}(T_f-T)
8 \f]
9 where
10 - \f$T\f$ the main unknown is the solid temperature field
11 - \f$\lambda\f$ is the solid thermal conductivity possibly set by the user (default value is 1)
12 - \f$\lambda_{sf}\f$ is the fluid-solid heat transfer coefficient set by the user (default value is 0)
13 - \f$\Phi\f$ is the heat source term set by the user (default value is zero)
14 - \f$T_f\f$ is the fluid temperature field set by the user
15
16 * The class \ref StationaryDiffusionEquation implements a scalar stationary diffusion equation for the temperature in a solid. 
17
18
19 * \subpage ExampleStationaryDiffusionEqPage "Here are C and Python example scripts"
20
21 */