3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Static Public Member Functions | List of all members
Dumux::EnergyLocalResidualNonEquilibrium< TypeTag, 2 > Class Template Reference

#include <dumux/porousmediumflow/nonequilibrium/thermal/localresidual.hh>

Inheritance diagram for Dumux::EnergyLocalResidualNonEquilibrium< TypeTag, 2 >:
Inheritance graph

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 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)
 Calculates the source term of the equation. More...
 
static void solidPhaseStorage (NumEqVector &storage, const SubControlVolume &scv, const VolumeVariables &volVars)
 The energy storage in the solid matrix. More...
 

Member Function Documentation

◆ 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

Calculates the source term of the equation.

Parameters
sourceThe source term 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()

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

The energy storage in the fluid phase with index phaseIdx.

◆ heatConductionFlux()

template<class TypeTag >
static void Dumux::EnergyLocalResidualNonEquilibrium< TypeTag, 2 >::heatConductionFlux ( NumEqVector &  flux,
FluxVariables &  fluxVars 
)
inlinestatic

The diffusive energy fluxes.

◆ heatConvectionFlux()

template<class TypeTag >
static void Dumux::EnergyLocalResidualNonEquilibrium< TypeTag, 2 >::heatConvectionFlux ( NumEqVector &  flux,
FluxVariables &  fluxVars,
int  phaseIdx 
)
inlinestatic

The advective phase energy fluxes.

◆ solidPhaseStorage()

template<class TypeTag >
static void Dumux::EnergyLocalResidualNonEquilibrium< TypeTag, 1 >::solidPhaseStorage ( NumEqVector &  storage,
const SubControlVolume &  scv,
const VolumeVariables &  volVars 
)
inlinestaticinherited

The energy storage in the solid matrix.


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