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

TODO docme! More...

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

Inheritance diagram for Dumux::EnergyLocalResidualImplementation< TypeTag, true >:
Inheritance graph

Description

template<class TypeTag>
class Dumux::EnergyLocalResidualImplementation< TypeTag, true >

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.
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::EnergyLocalResidualImplementation< TypeTag, true >::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::EnergyLocalResidualImplementation< TypeTag, true >::fluidPhaseStorage ( NumEqVector & storage,
const SubControlVolume & scv,
const VolumeVariables & volVars,
int phaseIdx )
inlinestatic

The energy storage in the fluid phase with index phaseIdx.

Parameters
storageThe mass of the component within the sub-control volume
scvThe sub-control volume
volVarsThe volume variables
phaseIdxThe phase index

◆ heatConductionFlux()

template<class TypeTag>
void Dumux::EnergyLocalResidualImplementation< TypeTag, true >::heatConductionFlux ( NumEqVector & flux,
FluxVariables & fluxVars )
inlinestatic

The diffusive energy fluxes.

Parameters
fluxThe flux
fluxVarsThe flux variables.

◆ heatConvectionFlux()

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

The advective phase energy fluxes.

Parameters
fluxThe flux
fluxVarsThe flux variables.
phaseIdxThe phase index

◆ solidPhaseStorage()

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

The energy storage in the solid matrix.

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: