This file contains the parts of the local residual to calculate the heat conservation in the thermal non-equilibrium model.
More...
#include <test/porousmediumflow/mpnc/implicit/thermalnonequilibrium/combustionlocalresidual.hh>
template<class TypeTag>
class Dumux::CombustionEnergyLocalResidual< TypeTag >
This file contains the parts of the local residual to calculate the heat conservation in the thermal non-equilibrium model.
|
static void | computeSourceEnergy (NumEqVector &source, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolume &scv) |
| Calculates the source term of the equation. More...
|
|
static Scalar | QBoilFunc (const VolumeVariables &volVars, const Scalar satW) |
| Calculates the energy transfer during boiling, i.e. latent heat. More...
|
|
static Scalar | dQBoil_dSw (const VolumeVariables &volVars, const Scalar satW) |
| Calculates the derivative of the energy transfer function during boiling. Needed for regularization. More...
|
|
static void | fluidPhaseStorage (NumEqVector &storage, const SubControlVolume &scv, const VolumeVariables &volVars, int phaseIdx) |
| The energy storage in the fluid phase with index phaseIdx. More...
|
|
static void | solidPhaseStorage (NumEqVector &storage, const SubControlVolume &scv, const VolumeVariables &volVars) |
| The energy storage in the solid matrix. More...
|
|
static void | heatConvectionFlux (NumEqVector &flux, FluxVariables &fluxVars, int phaseIdx) |
| The advective phase energy fluxes. More...
|
|
static void | heatConductionFlux (NumEqVector &flux, FluxVariables &fluxVars) |
| The diffusive energy fluxes. More...
|
|
◆ computeSourceEnergy()
template<class TypeTag >
static void Dumux::CombustionEnergyLocalResidual< TypeTag >::computeSourceEnergy |
( |
NumEqVector & |
source, |
|
|
const Element & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars, |
|
|
const SubControlVolume & |
scv |
|
) |
| |
|
inlinestatic |
Calculates the source term of the equation.
- Parameters
-
source | The source term |
element | An element which contains part of the control volume |
fvGeometry | The finite-volume geometry |
elemVolVars | The volume variables of the current element |
scv | The sub-control volume over which we integrate the source term |
◆ dQBoil_dSw()
Calculates the derivative of the energy transfer function during boiling. Needed for regularization.
- Parameters
-
volVars | The volume variables |
satW | The wetting phase saturation. Not taken from volVars, because we regularize. |
◆ fluidPhaseStorage()
The energy storage in the fluid phase with index phaseIdx.
◆ heatConductionFlux()
The diffusive energy fluxes.
◆ heatConvectionFlux()
The advective phase energy fluxes.
◆ QBoilFunc()
Calculates the energy transfer during boiling, i.e. latent heat.
- Parameters
-
volVars | The volume variables |
satW | The wetting phase saturation. Not taken from volVars, because we regularize. |
◆ solidPhaseStorage()
The energy storage in the solid matrix.
The documentation for this class was generated from the following file: