28#ifndef EWOMS_IMMISCIBLE_INDICES_HH
29#define EWOMS_IMMISCIBLE_INDICES_HH
41template <
class TypeTag,
int PVOffset>
43 :
public EnergyIndices<PVOffset + getPropValue<TypeTag, Properties::NumPhases>(),
44 getPropValue<TypeTag, Properties::EnableEnergy>()>
52 static constexpr int numEq = numPhases + EnergyIndices::numEq_;
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
The indices for the isothermal multi-phase model.
Definition immiscibleindices.hh:45
static constexpr int pressure0Idx
Definition immiscibleindices.hh:58
static constexpr int conti0EqIdx
Definition immiscibleindices.hh:65
static constexpr int saturation0Idx
Definition immiscibleindices.hh:60