#include <dumux/porousmediumflow/nonequilibrium/thermal/localresidual.hh>
|
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...
|
|
static void | computeSourceEnergy (NumEqVector &source, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolume &scv) |
| heat transfer between the phases for nonequilibrium models More...
|
|
◆ computeSourceEnergy()
template<class TypeTag >
static void Dumux::EnergyLocalResidualNonEquilibrium< TypeTag, 1 >::computeSourceEnergy |
( |
NumEqVector & |
source, |
|
|
const Element & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars, |
|
|
const SubControlVolume & |
scv |
|
) |
| |
|
inlinestatic |
heat transfer between the phases for nonequilibrium models
- Parameters
-
source | The source 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()
The energy storage in the fluid phase with index phaseIdx.
◆ heatConductionFlux()
The diffusive energy fluxes.
◆ heatConvectionFlux()
The advective phase energy fluxes.
◆ solidPhaseStorage()
The energy storage in the solid matrix.
The documentation for this class was generated from the following file: