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

Evaluates a user given velocity field. More...

#include <dumux/flux/stationaryvelocityfield.hh>

Inheritance diagram for Dumux::StationaryVelocityField< Scalar >:
Inheritance graph

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

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

Static Public Attributes

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

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>
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: