version 3.9.0
Loading...
Searching...
No Matches
Dumux::EnergyLocalResidualImplementation< TypeTag, true > Class Template Reference

Element-wise calculation of the energy residual for non-isothermal problems.

#include <dumux/porousmediumflow/nonisothermal/localresidual.hh>

Static Public Member Functions

static void fluidPhaseStorage (NumEqVector &storage, const Problem &problem, const SubControlVolume &scv, const VolumeVariables &volVars, int phaseIdx)
 The energy storage in the fluid phase with index phaseIdx.
 
static void fluidPhaseStorage (NumEqVector &storage, const SubControlVolume &scv, const VolumeVariables &volVars, int phaseIdx)
 
static void solidPhaseStorage (NumEqVector &storage, const SubControlVolume &scv, const VolumeVariables &volVars)
 The energy storage in the solid matrix.
 
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)
 heat transfer between the phases for nonequilibrium models
 

Member Function Documentation

◆ computeSourceEnergy()

template<class TypeTag >
static void Dumux::EnergyLocalResidualImplementation< TypeTag, true >::computeSourceEnergy ( NumEqVector & source,
const Element & element,
const FVElementGeometry & fvGeometry,
const ElementVolumeVariables & elemVolVars,
const SubControlVolume & scv )
inlinestatic
Parameters
sourceThe source which ought to be simulated
elementAn element which contains part of the control volume
fvGeometryThe finite-volume geometry
elemVolVarsThe volume variables of the current element
scvThe sub-control volume over which we integrate the source term

◆ fluidPhaseStorage() [1/2]

template<class TypeTag >
static void Dumux::EnergyLocalResidualImplementation< TypeTag, true >::fluidPhaseStorage ( NumEqVector & storage,
const Problem & problem,
const SubControlVolume & scv,
const VolumeVariables & volVars,
int phaseIdx )
inlinestatic

◆ fluidPhaseStorage() [2/2]

template<class TypeTag >
static void Dumux::EnergyLocalResidualImplementation< TypeTag, true >::fluidPhaseStorage ( NumEqVector & storage,
const SubControlVolume & scv,
const VolumeVariables & volVars,
int phaseIdx )
inlinestatic

◆ heatConductionFlux()

template<class TypeTag >
static void Dumux::EnergyLocalResidualImplementation< TypeTag, true >::heatConductionFlux ( NumEqVector & flux,
FluxVariables & fluxVars )
inlinestatic
Parameters
fluxThe flux
fluxVarsThe flux variables.

◆ heatConvectionFlux()

template<class TypeTag >
static void Dumux::EnergyLocalResidualImplementation< TypeTag, true >::heatConvectionFlux ( NumEqVector & flux,
FluxVariables & fluxVars,
int phaseIdx )
inlinestatic
Parameters
fluxThe flux
fluxVarsThe flux variables.
phaseIdxThe phase index

◆ heatDispersionFlux()

template<class TypeTag >
static void Dumux::EnergyLocalResidualImplementation< TypeTag, true >::heatDispersionFlux ( NumEqVector & flux,
FluxVariables & fluxVars )
inlinestatic
Parameters
fluxThe flux
fluxVarsThe flux variables.

◆ solidPhaseStorage()

template<class TypeTag >
static void Dumux::EnergyLocalResidualImplementation< TypeTag, true >::solidPhaseStorage ( NumEqVector & storage,
const SubControlVolume & scv,
const VolumeVariables & volVars )
inlinestatic
Parameters
storageThe mass of the component within the sub-control volume
scvThe sub-control volume
volVarsThe volume variables

The documentation for this class was generated from the following file: