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

Evaluates a user given velocity field. More...

#include <dumux/flux/stationaryvelocityfield.hh>

Description

template<class Scalar>
class Dumux::StationaryVelocityField< Scalar >

Evaluates a user given velocity field.

Public Types

using Cache = FluxVariablesCaching::EmptyAdvectionCache
 state the type for the corresponding cache More...
 

Static Public Member Functions

template<class Problem , class Element , class FVElementGeometry , class ElementVolumeVariables , class ElementFluxVarsCache >
static Scalar flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const typename FVElementGeometry::SubControlVolumeFace &scvf, int phaseIdx, const ElementFluxVarsCache &elemFluxVarsCache)
 returns the volume flux given in the spatial params More...
 

Static Public Attributes

static const DiscretizationMethod discMethod = DiscretizationMethod::none
 state the discretization method this implementation belongs to More...
 

Member Typedef Documentation

◆ Cache

template<class Scalar >
using Dumux::StationaryVelocityField< Scalar >::Cache = FluxVariablesCaching::EmptyAdvectionCache

state the type for the corresponding cache

Member Function Documentation

◆ flux()

template<class Scalar >
template<class Problem , class Element , class FVElementGeometry , class ElementVolumeVariables , class ElementFluxVarsCache >
static Scalar Dumux::StationaryVelocityField< Scalar >::flux ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const typename FVElementGeometry::SubControlVolumeFace &  scvf,
int  phaseIdx,
const ElementFluxVarsCache &  elemFluxVarsCache 
)
inlinestatic

returns the volume flux given in the spatial params

Obtain the volume flux from the user, specified in the spatial params in m^3/s

Member Data Documentation

◆ discMethod

template<class Scalar >
const DiscretizationMethod Dumux::StationaryVelocityField< Scalar >::discMethod = DiscretizationMethod::none
static

state the discretization method this implementation belongs to


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