template<int numPhases, int numEqBalance>
struct Dumux::MPNCIndices< numPhases, numEqBalance >
The primary variable and equation indices for the MpNc model.
- Template Parameters
-
FluidSystem | The fluid system class |
numEqBalance | Number of balance equations: all transport equations and the constraint equations |
|
static const unsigned int | s0Idx = numEqBalance - numPhases |
| Index of the saturation of the first phase in a vector of primary variables. More...
|
|
static const unsigned int | p0Idx = numEqBalance - 1 |
| Index of the first phase' pressure in a vector of primary variables. More...
|
|
static const unsigned int | phase0NcpIdx = numEqBalance - numPhases |
| Index of the first phase NCP equation. More...
|
|
static const unsigned int | fug0Idx = 0 |
|
static const unsigned int | conti0EqIdx = 0 |
|
static const unsigned int | moleFrac00Idx = 0 |
|