13#ifndef DUMUX_2PNC_INDICES_HH
14#define DUMUX_2PNC_INDICES_HH
The indices for the isothermal two-phase n-component model.
Definition: porousmediumflow/2pnc/indices.hh:23
static constexpr int switchIdx
index for first/second phase pressure (depending on formulation) in privar vector
Definition: porousmediumflow/2pnc/indices.hh:31
static constexpr int conti0EqIdx
index of either the saturation or the mass/mole fraction of the first/second component
Definition: porousmediumflow/2pnc/indices.hh:34
static constexpr int bothPhases
Both phases are present.
Definition: porousmediumflow/2pnc/indices.hh:27
static constexpr int pressureIdx
Definition: porousmediumflow/2pnc/indices.hh:30
static constexpr int firstPhaseOnly
Only the first phase (in fluid system) is present.
Definition: porousmediumflow/2pnc/indices.hh:25
static constexpr int secondPhaseOnly
Only the second phase (in fluid system) is present.
Definition: porousmediumflow/2pnc/indices.hh:26