28#ifndef EWOMS_PVS_INDICES_HH
29#define EWOMS_PVS_INDICES_HH
44template <
class TypeTag,
int PVOffset>
46 :
public EnergyIndices<PVOffset + getPropValue<TypeTag, Properties::NumComponents>(),
47 getPropValue<TypeTag, Properties::EnableEnergy>()>
55 static constexpr int numEq = numComponents + EnergyIndices::numEq_;
The indices for the compositional multi-phase primary variable switching model.
Definition pvsindices.hh:48
static constexpr int switch0Idx
Definition pvsindices.hh:63
static constexpr int conti0EqIdx
Definition pvsindices.hh:68
static constexpr int pressure0Idx
Definition pvsindices.hh:60
static constexpr int numEq
Definition pvsindices.hh:55
Contains the classes required to consider energy as a conservation quantity in a multi-phase module.
Defines the common properties required by the porous medium multi-phase models.
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:43
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:240
Provides the indices required for the energy equation.
Definition energymodule.hh:494