25#ifndef DUMUX_MPNC_INDICES_HH
26#define DUMUX_MPNC_INDICES_HH
37template <
int numPhases,
int numEqBalance>
47 static const unsigned int s0Idx = numEqBalance - numPhases;
52 static const unsigned int p0Idx = numEqBalance - 1;
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
The primary variable and equation indices for the MpNc model.
Definition: porousmediumflow/mpnc/indices.hh:39
static const unsigned int phase0NcpIdx
Index of the first phase NCP equation.
Definition: porousmediumflow/mpnc/indices.hh:58
static const unsigned int p0Idx
Index of the first phase' pressure in a vector of primary variables.
Definition: porousmediumflow/mpnc/indices.hh:52
static const unsigned int moleFrac00Idx
Definition: porousmediumflow/mpnc/indices.hh:62
static const unsigned int conti0EqIdx
Definition: porousmediumflow/mpnc/indices.hh:61
static const unsigned int s0Idx
Index of the saturation of the first phase in a vector of primary variables.
Definition: porousmediumflow/mpnc/indices.hh:47
static const unsigned int fug0Idx
Definition: porousmediumflow/mpnc/indices.hh:60