13#ifndef DUMUX_MPNC_INDICES_HH
14#define DUMUX_MPNC_INDICES_HH
25template <
int numPhases,
int numEqBalance>
35 static const unsigned int s0Idx = numEqBalance - numPhases;
40 static const unsigned int p0Idx = numEqBalance - 1;
The primary variable and equation indices for the MpNc model.
Definition: porousmediumflow/mpnc/indices.hh:27
static const unsigned int phase0NcpIdx
Index of the first phase NCP equation.
Definition: porousmediumflow/mpnc/indices.hh:46
static const unsigned int p0Idx
Index of the first phase' pressure in a vector of primary variables.
Definition: porousmediumflow/mpnc/indices.hh:40
static const unsigned int moleFrac00Idx
Definition: porousmediumflow/mpnc/indices.hh:50
static const unsigned int conti0EqIdx
Definition: porousmediumflow/mpnc/indices.hh:49
static const unsigned int s0Idx
Index of the saturation of the first phase in a vector of primary variables.
Definition: porousmediumflow/mpnc/indices.hh:35
static const unsigned int fug0Idx
Definition: porousmediumflow/mpnc/indices.hh:48