28 #ifndef EWOMS_PVS_INDICES_HH 29 #define EWOMS_PVS_INDICES_HH 44 template <
class TypeTag,
int PVOffset>
46 :
public EnergyIndices<PVOffset + GET_PROP_VALUE(TypeTag, NumComponents),
47 GET_PROP_VALUE(TypeTag, EnableEnergy)>
55 static const int numEq = numComponents + EnergyIndices::numEq_;
The indices for the compositional multi-phase primary variable switching model.
Definition: pvsindices.hh:45
Definition: baseauxiliarymodule.hh:37
#define GET_PROP_VALUE(TypeTag, PropTagName)
Access the value attribute of a property for a type tag.
Definition: propertysystem.hh:469
static const int pressure0Idx
Index for the pressure of the first phase.
Definition: pvsindices.hh:60
Contains the classes required to consider energy as a conservation quantity in a multi-phase module...
static const int switch0Idx
Index of the either the saturation or the mole fraction of the phase with the lowest index...
Definition: pvsindices.hh:63
Provides the indices required for the energy equation.
Definition: energymodule.hh:504
Declares the properties required for the compositional multi-phase primary variable switching model...
static const int numEq
Number of partial differential equations or primary variables, respectively.
Definition: pvsindices.hh:55
static const int conti0EqIdx
Index of the mass conservation equation for the first component.
Definition: pvsindices.hh:68