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

The mass conservation part of the nonequilibrium model for a model without chemical non-equilibrium. More...

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

Inheritance diagram for Dumux::NonEquilibriumLocalResidualImplementation< TypeTag, false >:
Inheritance graph

Description

template<class TypeTag>
class Dumux::NonEquilibriumLocalResidualImplementation< TypeTag, false >

The mass conservation part of the nonequilibrium model for a model without chemical non-equilibrium.

Public Member Functions

NumEqVector computeFlux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const ElementFluxVariablesCache &elemFluxVarsCache) const
 Calculates the source term of the equation. More...
 
NumEqVector computeSource (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolume &scv) const
 

Member Function Documentation

◆ computeFlux()

template<class TypeTag >
NumEqVector Dumux::NonEquilibriumLocalResidualImplementation< TypeTag, false >::computeFlux ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf,
const ElementFluxVariablesCache &  elemFluxVarsCache 
) const
inline

Calculates the source term of the equation.

Parameters
problemThe object specifying the problem 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
scvfThe sub control volume face to compute the flux on
elemFluxVarsCacheThe cache related to flux compuation
Note
This is the default implementation for all models as sources are computed in the user interface of the problem

Add advective and diffusive phase energy fluxes

Add diffusive energy fluxes. For isothermal model the contribution is zero.

◆ computeSource()

template<class TypeTag >
NumEqVector Dumux::NonEquilibriumLocalResidualImplementation< TypeTag, false >::computeSource ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolume &  scv 
) const
inline

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