TODO docme.
#include <dumux/porousmediumflow/nonequilibrium/thermal/localresidual.hh>
|
static void | fluidPhaseStorage (NumEqVector &storage, const SubControlVolume &scv, const VolumeVariables &volVars, int phaseIdx) |
|
static void | fluidPhaseStorage (NumEqVector &storage, const Problem &, const SubControlVolume &scv, const VolumeVariables &volVars, int phaseIdx) |
| The energy storage in the fluid phase with index phaseIdx.
|
|
static void | heatConvectionFlux (NumEqVector &flux, FluxVariables &fluxVars, int phaseIdx) |
| The advective phase energy fluxes.
|
|
static void | heatConductionFlux (NumEqVector &flux, FluxVariables &fluxVars) |
| The diffusive energy fluxes.
|
|
static void | heatDispersionFlux (NumEqVector &flux, FluxVariables &fluxVars) |
| The dispersive energy fluxes.
|
|
static void | computeSourceEnergy (NumEqVector &source, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolume &scv) |
| Calculates the source term of the equation.
|
|
static void | solidPhaseStorage (NumEqVector &storage, const SubControlVolume &scv, const VolumeVariables &volVars) |
| The energy storage in the solid matrix.
|
|
◆ computeSourceEnergy()
template<class TypeTag >
static void Dumux::EnergyLocalResidualNonEquilibrium< TypeTag, 2 >::computeSourceEnergy |
( |
NumEqVector & | source, |
|
|
const Element & | element, |
|
|
const FVElementGeometry & | fvGeometry, |
|
|
const ElementVolumeVariables & | elemVolVars, |
|
|
const SubControlVolume & | scv ) |
|
inlinestatic |
- Parameters
-
source | The source term which ought to be simulated |
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 |
◆ fluidPhaseStorage() [1/2]
template<class TypeTag >
static void Dumux::EnergyLocalResidualNonEquilibrium< TypeTag, 2 >::fluidPhaseStorage |
( |
NumEqVector & | storage, |
|
|
const Problem & | , |
|
|
const SubControlVolume & | scv, |
|
|
const VolumeVariables & | volVars, |
|
|
int | phaseIdx ) |
|
inlinestatic |
◆ fluidPhaseStorage() [2/2]
◆ heatConductionFlux()
◆ heatConvectionFlux()
◆ heatDispersionFlux()
- Parameters
-
flux | The flux |
fluxVars | The flux variables. |
◆ solidPhaseStorage()
The documentation for this class was generated from the following file: