Contains the quantities which are are constant within a finite volume (the pore body) in the two-phase model. More...
#include <dumux/porenetwork/2p/volumevariables.hh>
Contains the quantities which are are constant within a finite volume (the pore body) in the two-phase model.
Public Types | |
using | FluidSystem = typename Traits::FluidSystem |
Export type of fluid system. More... | |
using | FluidState = typename Traits::FluidState |
Export type of fluid state. More... | |
using | SolidState = typename Traits::SolidState |
Export type of solid state. More... | |
using | SolidSystem = typename Traits::SolidSystem |
Export type of solid system. More... | |
using | Indices = typename ModelTraits::Indices |
Export the indices. More... | |
using | PrimaryVariables = typename Traits::PrimaryVariables |
Export the type used for the primary variables. More... | |
Public Member Functions | |
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... | |
Scalar | poreInscribedRadius () const |
Returns the pore's inscribed radius. More... | |
Scalar | poreVolume () const |
Returns the pore volume. // TODO should this be a fraction only? More... | |
Scalar | surfaceTension () const |
Returns the surface tension. 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... | |
const FluidState & | fluidState () const |
Returns the phase state for the control volume. More... | |
const SolidState & | solidState () const |
Returns the phase state for the control volume. More... | |
Scalar | saturation (int phaseIdx) const |
Returns the saturation of a given phase within the control volume in \([-]\). More... | |
Scalar | density (int phaseIdx) const |
Returns the mass density of a given phase within the control volume in \([kg/m^3]\). More... | |
Scalar | pressure (int phaseIdx) const |
Returns the effective pressure of a given phase within the control volume in \([kg/(m*s^2)=N/m^2=Pa]\). More... | |
Scalar | capillaryPressure () const |
Returns the capillary pressure within the control volume in \([kg/(m*s^2)=N/m^2=Pa]\). More... | |
Scalar | temperature () const |
Returns temperature inside the sub-control volume in \([K]\). More... | |
Scalar | viscosity (int phaseIdx) const |
Returns the dynamic viscosity of the fluid within the control volume in \(\mathrm{[Pa s]}\). More... | |
Scalar | mobility (int phaseIdx) const |
Returns the effective mobility of a given phase within the control volume in \([s*m/kg]\). More... | |
Scalar | porosity () const |
Returns the average porosity within the control volume in \([-]\). More... | |
const PermeabilityType & | permeability () const |
Returns the permeability within the control volume in \([m^2]\). More... | |
int | wettingPhase () const |
Returns the wetting phase index. 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... | |
Static Public Member Functions | |
static constexpr int | numFluidPhases () |
Return number of phases considered by the model. More... | |
static constexpr int | numFluidComponents () |
Return number of components considered by the model. More... | |
Protected Attributes | |
Scalar | poreInscribedRadius_ |
Scalar | poreVolume_ |
Scalar | surfaceTension_ |
FluidState | fluidState_ |
SolidState | solidState_ |
using Dumux::PoreNetwork::TwoPVolumeVariables< Traits >::FluidState = typename Traits::FluidState |
Export type of fluid state.
using Dumux::PoreNetwork::TwoPVolumeVariables< Traits >::FluidSystem = typename Traits::FluidSystem |
Export type of fluid system.
using Dumux::PoreNetwork::TwoPVolumeVariables< Traits >::Indices = typename ModelTraits::Indices |
Export the indices.
|
inherited |
Export the type used for the primary variables.
using Dumux::PoreNetwork::TwoPVolumeVariables< Traits >::SolidState = typename Traits::SolidState |
Export type of solid state.
using Dumux::PoreNetwork::TwoPVolumeVariables< Traits >::SolidSystem = typename Traits::SolidSystem |
Export type of solid system.
|
inlineinherited |
Returns the capillary pressure within the control volume in \([kg/(m*s^2)=N/m^2=Pa]\).
|
inlineinherited |
Sets complete fluid state.
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 |
fluidState | A container with the current (physical) state of the fluid |
solidState | A container with the current (physical) state of the solid |
Set temperature, saturations, capillary pressures, viscosities, densities and enthalpies.
|
inlineinherited |
Returns the mass density of a given phase within the control volume in \([kg/m^3]\).
phaseIdx | The phase index |
|
inlineinherited |
Returns how much the sub-control volume is extruded.
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.
|
inlineinherited |
Returns the phase state for the control volume.
|
inlineinherited |
Returns the effective mobility of a given phase within the control volume in \([s*m/kg]\).
phaseIdx | The phase index |
|
inlinestaticconstexprinherited |
Return number of components considered by the model.
|
inlinestaticconstexprinherited |
Return number of phases considered by the model.
|
inlineinherited |
Returns the permeability within the control volume in \([m^2]\).
|
inline |
Returns the pore's inscribed radius.
|
inline |
Returns the pore volume. // TODO should this be a fraction only?
|
inlineinherited |
Returns the average porosity within the control volume in \([-]\).
|
inlineinherited |
Returns the effective pressure of a given phase within the control volume in \([kg/(m*s^2)=N/m^2=Pa]\).
phaseIdx | The phase index |
|
inlineinherited |
Returns a component of primary variable vector.
pvIdx | The index of the primary variable of interest |
|
inlineinherited |
Returns the vector of primary variables.
|
inlineinherited |
Returns the saturation of a given phase within the control volume in \([-]\).
phaseIdx | The phase index |
|
inlineinherited |
Returns the phase state for the control volume.
|
inline |
Returns the surface tension.
|
inlineinherited |
Returns temperature inside the sub-control volume in \([K]\).
Note that we assume thermodynamic equilibrium, i.e. the temperature of the rock matrix and of all fluid phases are identical.
|
inline |
Updates all quantities for a given control volume.
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 |
|
inlineinherited |
Returns the dynamic viscosity of the fluid within the control volume in \(\mathrm{[Pa s]}\).
phaseIdx | The phase index |
|
inlineinherited |
Returns the wetting phase index.
|
protectedinherited |
|
protected |
|
protected |
|
protectedinherited |
|
protected |