Volume variables for isothermal free-flow models.
#include <dumux/freeflow/volumevariables.hh>
|
| using | PrimaryVariables = typename Traits::PrimaryVariables |
| | export the type used for the primary variables
|
| using | Indices = typename Traits::ModelTraits::Indices |
| | export the type encapsulating primary variable indices
|
|
| template<class ElementSolution, class Problem, class Element, class SubControlVolume> |
| void | update (const ElementSolution &elemSol, const Problem &problem, const Element &element, const SubControlVolume &scv) |
| | Update all quantities for a given control volume.
|
| Scalar | extrusionFactor () const |
| | Return how much the sub-control volume is extruded.
|
| Scalar | priVar (const int pvIdx) const |
| | Return a component of primary variable vector.
|
|
| static constexpr int | numFluidPhases () |
| | return number of phases considered by the model
|
| static constexpr int | numFluidComponents () |
| | return number of components considered by the model
|
| template<class ElementSolution, class Problem, class Element, class SubControlVolume> |
| static Scalar | temperature (const ElementSolution &elemSol, const Problem &problem, const Element &element, const SubControlVolume &scv) |
| | The temperature is obtained from the problem as a constant for isothermal models.
|
| template<class FluidState, class ParameterCache> |
| static Scalar | enthalpy (const FluidState &fluidState, const ParameterCache ¶mCache) |
◆ Indices
template<class Traits, class Impl>
◆ PrimaryVariables
template<class Traits, class Impl>
◆ asImp_() [1/2]
template<class Traits, class Impl>
◆ asImp_() [2/2]
template<class Traits, class Impl>
◆ enthalpy()
template<class Traits, class Impl>
template<class FluidState, class ParameterCache>
The phase enthalpy is zero for isothermal models This is needed for completing the fluid state
◆ extrusionFactor()
template<class Traits, class Impl>
This means the factor by which a lower-dimensional (1D or 2D) entity needs to be expanded to get a full dimensional cell. The default is 1.0 which means that 1D problems are actually thought as pipes with a cross section of 1 m^2 and 2D problems are assumed to extend 1 m to the back.
◆ numFluidComponents()
template<class Traits, class Impl>
◆ numFluidPhases()
template<class Traits, class Impl>
◆ priVar()
template<class Traits, class Impl>
- Parameters
-
| pvIdx | The index of the primary variable of interest |
◆ temperature()
template<class Traits, class Impl>
template<class ElementSolution, class Problem, class Element, class SubControlVolume>
◆ update()
template<class Traits, class Impl>
template<class ElementSolution, class Problem, class Element, class SubControlVolume>
- Parameters
-
| elemSol | A vector containing all primary variables connected to the element |
| problem | The object specifying the problem which ought to be simulated |
| element | An element which contains part of the control volume |
| scv | The sub-control volume |
◆ extrusionFactor_
template<class Traits, class Impl>
◆ priVars_
template<class Traits, class Impl>
The documentation for this class was generated from the following file: