25#ifndef DUMUX_2P1C_INDICES_HH
26#define DUMUX_2P1C_INDICES_HH
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
The indices for the two-phase one-component model.
Definition: porousmediumflow/2p1c/indices.hh:35
static const int gasPhaseOnly
Only gas phase is present.
Definition: porousmediumflow/2p1c/indices.hh:40
static const int conti0EqIdx
Index of the mass conservation equation for the water component.
Definition: porousmediumflow/2p1c/indices.hh:47
static const int temperatureIdx
For compatibility reasons. Do not use.
Definition: porousmediumflow/2p1c/indices.hh:50
static const int energyEqIdx
Definition: porousmediumflow/2p1c/indices.hh:48
static const int pressureIdx
Index for phase pressure in a solution vector.
Definition: porousmediumflow/2p1c/indices.hh:43
static const int liquidPhaseOnly
Only the liquid phase is present.
Definition: porousmediumflow/2p1c/indices.hh:39
static const int switchIdx
Index of saturation or temperature.
Definition: porousmediumflow/2p1c/indices.hh:44
static const int twoPhases
Both liquid and gas phase are present.
Definition: porousmediumflow/2p1c/indices.hh:38