version 3.9.0
Loading...
Searching...
No Matches
Dumux::StationaryVelocityField< Scalar > Class Template Reference

Evaluates a user given velocity field.

#include <dumux/flux/stationaryvelocityfield.hh>

Public Types

using DiscretizationMethod = DiscretizationMethods::None
 
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 constexpr DiscretizationMethod discMethod {}
 state the discretization method this implementation belongs to
 

Member Typedef Documentation

◆ Cache

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

◆ DiscretizationMethod

template<class Scalar >
using Dumux::StationaryVelocityField< Scalar >::DiscretizationMethod = DiscretizationMethods::None

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

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

Member Data Documentation

◆ discMethod

template<class Scalar >
DiscretizationMethod Dumux::StationaryVelocityField< Scalar >::discMethod {}
staticconstexpr

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