The indices for the \(p_n-S_w\) formulation of the isothermal two-phase model.
More...
template<int PVOffset>
struct Dumux::SequentialTwoPIndices< SequentialTwoPCommonIndices::pnsw, PVOffset >
The indices for the \(p_n-S_w\) formulation of the isothermal two-phase model.
- Template Parameters
-
| PVOffset | The first index in a primary variable vector. |
|
| static const int | pressureIdx = PVOffset + 0 |
| | index for the primary pressure variable in a solution vector
|
| static const int | saturationIdx = PVOffset + 1 |
| | index for the primary saturation variable in a solution vector
|
| static const int | pnIdx = PVOffset + 0 |
| | index of the non-wetting phase pressure
|
| static const int | swIdx = PVOffset + 1 |
| | index of the wetting phase saturation
|
| static const int | contiNEqIdx = PVOffset + 0 |
| | index of the continuity equation of the non-wetting phase
|
| static const int | pressureEqIdx = contiNEqIdx |
| | index of the pressure equation (total mass balance)
|
| static const int | contiWEqIdx = PVOffset + 1 |
| | index of the continuity equation of the wetting phase
|
| static const int | satEqIdx = contiWEqIdx |
| | index of the continuity equation of the non-wetting phase (saturation equation)
|
| static const int | transportEqIdx = satEqIdx |
| | index of the saturation transport equation
|
| static const int | pwIdx |
| | index of the wetting phase pressure
|
| static const int | snIdx |
| | index of the nonwetting phase saturation
|
| static const int | pwsn |
| | pw and sn as primary variables
|
| static const int | pnsw |
| | pn and sw as primary variables
|
| static const int | pwsw |
| | pw and sw as primary variables
|
| static const int | pnsn |
| | pn and sn as primary variables
|
| static const int | pGlobalSw |
| | pGlobal and sw as primary variables
|
| static const int | pGlobalSn |
| | pGlobal and sn as primary variables
|
| static const int | wPhaseIdx |
| | index of the wetting phase in a phase vector
|
| static const int | nPhaseIdx |
| | index of the non-wetting phase in a phase vector
|
| static const int | totalPhaseIdx |
| | index of the total phase (wetting + nonwetting)
|
| static const int | saturationW |
| | Indicates wetting phase saturation.
|
| static const int | saturationN |
| | Indicates non-wetting phase saturation.
|
| static const int | saturationNw |
| | Indicates non-wetting phase saturation.
|
| static const int | pressureW |
| | Indicates wetting phase pressure.
|
| static const int | pressureN |
| | Indicates non-wetting phase pressure.
|
| static const int | pressureNw |
| | Indicates non-wetting phase pressure.
|
| static const int | pressureGlobal |
| | Indicates global-pressure.
|
| static const int | velocityW |
| | Indicates wetting phase velocity.
|
| static const int | velocityN |
| | Indicates non-wetting phase velocity.
|
| static const int | velocityNw |
| | Indicates non-wetting phase velocity.
|
| static const int | velocityTotal |
| | Indicates total velocity.
|