Missing indices to the mpfa2p model. More...
#include <dumux/porousmediumflow/2p2c/sequential/adaptiveproperties.hh>
Missing indices to the mpfa2p model.
Compositional adaptive models use the 2p implementation with mpfa to calculate the transmissibility (and nothing else). To couple both modules, several Indice have to be present. Here, we apply dummy values to avoid errors in case those Indice are really applied somewhere.
Public Types | |
enum | BoundaryFormulation { saturation =-1 , concentration =-2 } |
Type of value on the Boundary. More... | |
Static Public Attributes | |
static const int | pressureIdx = 0 |
static const int | saturationIdx = 0 |
static const int | pressureEqIdx = 0 |
static const int | satEqIdx = 0 |
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 | 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... | |
|
inherited |
|
staticinherited |
Index of the nonwetting component transport equation.
|
staticinherited |
Index of the wetting component transport equation.
|
staticinherited |
Component index equals phase index.
|
staticinherited |
|
staticinherited |
|
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 |
|
staticinherited |
Indicates nonwetting phase pressure.
|
staticinherited |
|
staticinherited |
pw and sn as primary variables
|
staticinherited |
pw and sw as primary variables
|
staticinherited |
|
static |
|
static |
|
staticinherited |
Indicates nonwetting phase saturation.
|
staticinherited |
Indicates nonwetting phase saturation.
|
staticinherited |
Indicates wetting phase saturation.
|
staticinherited |
index of the total phase (wetting + nonwetting)
|
staticinherited |
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.
|
staticinherited |
Component index equals phase index.
|
staticinherited |