Evaluates a user given velocity field. More...
#include <dumux/flux/stationaryvelocityfield.hh>
Evaluates a user given velocity field.
Public Types | |
using | DiscretizationMethod = DiscretizationMethods::None |
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 constexpr DiscretizationMethod | discMethod {} |
state the discretization method this implementation belongs to More... | |
using Dumux::StationaryVelocityField< Scalar >::Cache = FluxVariablesCaching::EmptyAdvectionCache |
state the type for the corresponding cache
using Dumux::StationaryVelocityField< Scalar >::DiscretizationMethod = DiscretizationMethods::None |
|
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
|
staticconstexpr |
state the discretization method this implementation belongs to