Contains the quantities which are constant within a sub-control volume in the one-phase model.
More...
template<class Traits>
class Dumux::OnePVolumeVariables< Traits >
- Template Parameters
-
Traits | Class encapsulating types to be used |
|
using | FluidSystem = typename Traits::FluidSystem |
| Export the underlying fluid system. More...
|
|
using | FluidState = typename Traits::FluidState |
| Export the fluid state type. More...
|
|
using | Indices = typename Traits::ModelTraits::Indices |
| Export the indices. More...
|
|
using | SolidState = typename Traits::SolidState |
| Export type of solid state. More...
|
|
using | SolidSystem = typename Traits::SolidSystem |
| Export type of solid system. More...
|
|
using | PrimaryVariables = typename Traits::PrimaryVariables |
| Export the type used for the primary variables. More...
|
|
|
template<class ElemSol , class Problem , class Element , class Scv > |
void | update (const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv) |
| Updates all quantities for a given control volume. More...
|
|
template<class ElemSol , class Problem , class Element , class Scv > |
void | completeFluidState (const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv, FluidState &fluidState, SolidState &solidState) |
| Sets complete fluid state. More...
|
|
Scalar | temperature () const |
| Returns the temperature \(\mathrm{[K]}\) inside the sub-control volume. More...
|
|
const SolidState & | solidState () const |
| Returns the phase state for the control volume. More...
|
|
Scalar | pressure (int phaseIdx=0) const |
| Returns the effective pressure \(\mathrm{[Pa]}\) of a given phase within the control volume. More...
|
|
Scalar | saturation (int phaseIdx=0) const |
| Returns the saturation. More...
|
|
Scalar | density (int phaseIdx=0) const |
| Returns the mass density \(\mathrm{[kg/m^3]}\) of a given phase within the control volume. More...
|
|
Scalar | viscosity (int phaseIdx=0) const |
| Returns the dynamic viscosity \(\mathrm{[Pa s]}\) of the fluid within the control volume. More...
|
|
Scalar | mobility (int phaseIdx=0) const |
| Returns the mobility \(\mathrm{[1/(Pa s)]}\). More...
|
|
Scalar | porosity () const |
| Returns the average porosity \(\mathrm{[-]}\) within the control volume. More...
|
|
const PermeabilityType & | permeability () const |
| Returns the permeability within the control volume in \([m^2]\). More...
|
|
const FluidState & | fluidState () const |
| Returns the fluid state of the control volume. More...
|
|
const PrimaryVariables & | priVars () const |
| Returns the vector of primary variables. More...
|
|
Scalar | priVar (const int pvIdx) const |
| Returns a component of primary variable vector. More...
|
|
Scalar | extrusionFactor () const |
| Returns how much the sub-control volume is extruded. More...
|
|