Energy equation for the solid (general heat equation) More...
Energy equation for the solid (general heat equation)
The energy balance is described by the following equation:
\frac{ \partial n c_p \varrho T}{\partial t} - \text{div} \left\lbrace \lambda_\text{pm} \textbf{grad} T \right\rbrace = q,
where n is the volume fraction of the conducting material, c_p its specific heat capacity, \varrho its density, T the temperature, and \lambda the heat conductivity of the porous solid.
Files | |
file | porousmediumflow/solidenergy/localresidual.hh |
Element-wise calculation of the residual. | |
file | porousmediumflow/solidenergy/model.hh |
The energy balance equation for a porous solid. | |
file | porousmediumflow/solidenergy/volumevariables.hh |
Class for computation of all volume averaged quantities. | |
Classes | |
class | Dumux::SolidEnergyLocalResidual< TypeTag > |
Element-wise calculation of the residual. More... | |
struct | Dumux::SolidEnergyIndices |
The indices. More... | |
struct | Dumux::SolidEnergyModelTraits |
The energy balance equation for a porous solid. More... | |
struct | Dumux::SolidEnergyVolumeVariablesTraits< PV, SSY, SST, MT > |
The volume variable traits. More... | |
class | Dumux::SolidEnergyVolumeVariables< Traits > |
Class for computation of all volume averaged quantities. More... | |