TODO docme! More...
#include <dumux/porousmediumflow/nonisothermal/localresidual.hh>
TODO docme!
Static Public Member Functions | |
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... | |
|
inlinestatic |
heat transfer between the phases for nonequilibrium models
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 |
|
inlinestatic |
The energy storage in the fluid phase with index phaseIdx.
storage | The mass of the component within the sub-control volume |
scv | The sub-control volume |
volVars | The volume variables |
phaseIdx | The phase index |
|
inlinestatic |
The diffusive energy fluxes.
flux | The flux |
fluxVars | The flux variables. |
|
inlinestatic |
The advective phase energy fluxes.
flux | The flux |
fluxVars | The flux variables. |
phaseIdx | The phase index |
|
inlinestatic |
The energy storage in the solid matrix.
storage | The mass of the component within the sub-control volume |
scv | The sub-control volume |
volVars | The volume variables |