The common indices for the 2p2c model. More...
#include <dumux/porousmediumflow/2p2c/sequential/properties.hh>
The common indices for the 2p2c model.
The indices are all of the 2p model plus boundary condition flags distinguishing between given composition or saturation on the boundary. As we have 3 equations, one pressure and two component transport equations, special equation indices have to be provided for boundary conditions.
Public Types | |
enum | BoundaryFormulation { saturation =-1 , concentration =-2 } |
Type of value on the Boundary. More... | |
Static Public Attributes | |
static const int | wPhaseIdx = FluidSystem::phase0Idx |
static const int | nPhaseIdx = FluidSystem::phase1Idx |
static const int | wCompIdx = wPhaseIdx |
Component index equals phase index. More... | |
static const int | nCompIdx = nPhaseIdx |
Component index equals phase index. More... | |
static const int | pressureW = wPhaseIdx |
static const int | pressureN = nPhaseIdx |
static const int | pressureEqIdx = 0 |
static const int | transportEqOffset = pressureEqIdx + 1 |
Offset to access transport (mass conservation -) equations. More... | |
static const int | contiWEqIdx = transportEqOffset + wCompIdx |
Index of the wetting component transport equation. More... | |
static const int | contiNEqIdx = transportEqOffset + nCompIdx |
Index of the nonwetting component transport equation. More... | |
static const int | satDependent = 0 |
static const int | permDependent = 1 |
static const int | pwsn = 0 |
pw and sn as primary variables More... | |
static const int | pnsw = 1 |
pn and sw as primary variables More... | |
static const int | pwsw = 2 |
pw and sw as primary variables More... | |
static const int | pnsn = 3 |
pn and sn as primary variables More... | |
static const int | pGlobalSw = 4 |
pGlobal and sw as primary variables More... | |
static const int | pGlobalSn = 5 |
pGlobal and sn as primary variables More... | |
static const int | totalPhaseIdx = 2 |
index of the total phase (wetting + nonwetting) More... | |
static const int | saturationW = 0 |
Indicates wetting phase saturation. More... | |
static const int | saturationN = 1 |
Indicates nonwetting phase saturation. More... | |
static const int | saturationNw = saturationN |
Indicates nonwetting phase saturation. More... | |
static const int | pressureNw = pressureN |
Indicates nonwetting phase pressure. More... | |
static const int | pressureGlobal = 2 |
Indicates global-pressure. More... | |
static const int | velocityW = 0 |
Indicates wetting phase velocity. More... | |
static const int | velocityN = 1 |
Indicates nonwetting phase velocity. More... | |
static const int | velocityNw = velocityN |
Indicates nonwetting phase velocity. More... | |
static const int | velocityTotal = 2 |
Indicates total velocity. More... | |
enum Dumux::SequentialTwoPTwoCIndices::BoundaryFormulation |
|
static |
Index of the nonwetting component transport equation.
|
static |
Index of the wetting component transport equation.
|
static |
Component index equals phase index.
|
static |
|
static |
|
staticinherited |
pGlobal and sn as primary variables
|
staticinherited |
pGlobal and sw as primary variables
|
staticinherited |
pn and sn as primary variables
|
staticinherited |
pn and sw as primary variables
|
static |
|
staticinherited |
Indicates global-pressure.
|
static |
|
staticinherited |
Indicates nonwetting phase pressure.
|
static |
|
staticinherited |
pw and sn as primary variables
|
staticinherited |
pw and sw as primary variables
|
static |
|
staticinherited |
Indicates nonwetting phase saturation.
|
staticinherited |
Indicates nonwetting phase saturation.
|
staticinherited |
Indicates wetting phase saturation.
|
staticinherited |
index of the total phase (wetting + nonwetting)
|
static |
Offset to access transport (mass conservation -) equations.
|
staticinherited |
Indicates nonwetting phase velocity.
|
staticinherited |
Indicates nonwetting phase velocity.
|
staticinherited |
Indicates total velocity.
|
staticinherited |
Indicates wetting phase velocity.
|
static |
Component index equals phase index.
|
static |