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

Element-wise calculation of the residual for the fully implicit two-phase one-component flow model. More...

#include <dumux/porousmediumflow/2p1c/localresidual.hh>

Inheritance diagram for Dumux::TwoPOneCLocalResidual< TypeTag >:
Inheritance graph

Description

template<class TypeTag>
class Dumux::TwoPOneCLocalResidual< TypeTag >

Element-wise calculation of the residual for the fully implicit two-phase one-component flow model.

Public Member Functions

NumEqVector computeStorage (const Problem &problem, const SubControlVolume &scv, const VolumeVariables &volVars) const
 Evaluate the storage term within a given scv. More...
 
NumEqVector computeFlux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const ElementFluxVariablesCache &elemFluxVarsCache) const
 Evaluate the fluxes over a face of a sub control volume. More...
 

Member Function Documentation

◆ computeFlux()

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

Evaluate the fluxes over a face of a sub control volume.

◆ computeStorage()

template<class TypeTag >
NumEqVector Dumux::TwoPOneCLocalResidual< TypeTag >::computeStorage ( const Problem &  problem,
const SubControlVolume &  scv,
const VolumeVariables &  volVars 
) const
inline

Evaluate the storage term within a given scv.


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