28 #ifndef EWOMS_IMMISCIBLE_INDICES_HH
29 #define EWOMS_IMMISCIBLE_INDICES_HH
41 template <
class TypeTag,
int PVOffset>
43 :
public EnergyIndices<PVOffset + GET_PROP_VALUE(TypeTag, NumPhases),
44 GET_PROP_VALUE(TypeTag, EnableEnergy)>
52 static const int numEq = numPhases + EnergyIndices::numEq_;
static const int saturation0Idx
Index of the saturation of the non-wetting/wetting phase.
Definition: immiscibleindices.hh:60
#define GET_PROP_VALUE(TypeTag, PropTagName)
Access the value attribute of a property for a type tag.
Definition: propertysystem.hh:469
Contains the classes required to consider energy as a conservation quantity in a multi-phase module...
The indices for the isothermal multi-phase model.
Definition: immiscibleindices.hh:42
Provides the indices required for the energy equation.
Definition: energymodule.hh:504
static const int conti0EqIdx
Index of the continuity equation of the first phase.
Definition: immiscibleindices.hh:65
static const int pressure0Idx
Index for wetting/non-wetting phase pressure (depending on formulation) in a solution vector...
Definition: immiscibleindices.hh:58
Defines the properties required for the immiscible multi-phase model.