3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::EnergyLocalResidualNonEquilibrium< TypeTag, 1 > Class Template Reference

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

Inheritance diagram for Dumux::EnergyLocalResidualNonEquilibrium< TypeTag, 1 >:
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.
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 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>
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
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()

template<class TypeTag>
void Dumux::EnergyLocalResidualNonEquilibrium< TypeTag, 1 >::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>
void Dumux::EnergyLocalResidualNonEquilibrium< TypeTag, 1 >::heatConductionFlux ( NumEqVector & flux,
FluxVariables & fluxVars )
inlinestatic

The diffusive energy fluxes.

◆ heatConvectionFlux()

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

The advective phase energy fluxes.

◆ solidPhaseStorage()

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

The energy storage in the solid matrix.


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