28#ifndef EWOMS_BLACK_OIL_ONE_PHASE_INDICES_HH
29#define EWOMS_BLACK_OIL_ONE_PHASE_INDICES_HH
33#include <opm/common/utility/ConstexprAssert.hpp>
86 static constexpr int numFoam = enableFoam? 1 : 0;
89 static constexpr int numBrine = enableBrine? 1 : 0;
195 }
else if (waterEnabled) {
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
The primary variable and equation indices for the black-oil model.
Definition blackoilonephaseindices.hh:52
static constexpr int canonicalToActiveComponentIndex(const int)
returns the index of "active" component
Definition blackoilonephaseindices.hh:184
static constexpr int numEq
The number of equations.
Definition blackoilonephaseindices.hh:98
static constexpr bool oilEnabled
Is phase enabled or not.
Definition blackoilonephaseindices.hh:54
static constexpr int numPolymers
Number of polymer components to be considered.
Definition blackoilonephaseindices.hh:80
static constexpr int numMICPs
Number of MICP components to be considered.
Definition blackoilonephaseindices.hh:95
static constexpr int contiOxygenEqIdx
Index of the continuity equation for the second MICP component.
Definition blackoilonephaseindices.hh:228
static constexpr int solventSaturationIdx
Index of the primary variable for the first solvent.
Definition blackoilonephaseindices.hh:132
static constexpr int oxygenConcentrationIdx
Index of the primary variable for the second MICP component.
Definition blackoilonephaseindices.hh:152
static constexpr int ureaConcentrationIdx
Index of the primary variable for the third MICP component.
Definition blackoilonephaseindices.hh:156
static constexpr int contiPolymerMWEqIdx
Index of the continuity equation for the second polymer component (molecular weight)
Definition blackoilonephaseindices.hh:220
static constexpr int numFoam
Number of foam equations to be considered.
Definition blackoilonephaseindices.hh:86
static constexpr int foamConcentrationIdx
Index of the primary variable for the foam.
Definition blackoilonephaseindices.hh:168
static constexpr int numSolvents
Number of solvent components to be considered.
Definition blackoilonephaseindices.hh:74
static constexpr int numPhases
The number of fluid phases.
Definition blackoilonephaseindices.hh:92
static constexpr int polymerConcentrationIdx
Index of the primary variable for the first polymer.
Definition blackoilonephaseindices.hh:140
static constexpr int contiBrineEqIdx
Index of the continuity equation for the salt component.
Definition blackoilonephaseindices.hh:248
static constexpr bool enableSolvent
Are solvents involved?
Definition blackoilonephaseindices.hh:59
static constexpr int contiFoamEqIdx
Index of the continuity equation for the foam component.
Definition blackoilonephaseindices.hh:244
static constexpr int contiZfracEqIdx
Index of the continuity equation for the first extbo component.
Definition blackoilonephaseindices.hh:212
static constexpr int compositionSwitchIdx
Index of the switching variable which determines the composition of the hydrocarbon phases.
Definition blackoilonephaseindices.hh:129
static constexpr int zFractionIdx
Index of the primary variable for the first extbo component.
Definition blackoilonephaseindices.hh:136
static constexpr bool enableExtbo
Is extbo invoked?
Definition blackoilonephaseindices.hh:62
static constexpr int saltConcentrationIdx
Index of the primary variable for the salt.
Definition blackoilonephaseindices.hh:172
static constexpr bool enablePolymer
Are polymers involved?
Definition blackoilonephaseindices.hh:65
static constexpr int pressureSwitchIdx
Index of the switching variable which determines the pressure.
Definition blackoilonephaseindices.hh:121
static constexpr int contiMicrobialEqIdx
Index of the continuity equation for the first MICP component.
Definition blackoilonephaseindices.hh:224
static constexpr int temperatureIdx
Index of the primary variable for temperature.
Definition blackoilonephaseindices.hh:176
static constexpr int contiCalciteEqIdx
Index of the continuity equation for the fifth MICP component.
Definition blackoilonephaseindices.hh:240
static constexpr int contiUreaEqIdx
Index of the continuity equation for the third MICP component.
Definition blackoilonephaseindices.hh:232
static constexpr bool enableEnergy
Shall energy be conserved?
Definition blackoilonephaseindices.hh:68
static constexpr int contiEnergyEqIdx
Index of the continuity equation for energy.
Definition blackoilonephaseindices.hh:252
static constexpr int contiPolymerEqIdx
Index of the continuity equation for the first polymer component.
Definition blackoilonephaseindices.hh:216
static constexpr int numEnergy
Number of energy equations to be considered.
Definition blackoilonephaseindices.hh:83
static constexpr int numExtbos
Number of components to be considered for extbo.
Definition blackoilonephaseindices.hh:77
static constexpr int contiSolventEqIdx
Index of the continuity equation for the first solvent component.
Definition blackoilonephaseindices.hh:208
static constexpr int biofilmConcentrationIdx
Index of the primary variable for the fourth MICP component.
Definition blackoilonephaseindices.hh:160
static constexpr int polymerMoleWeightIdx
Index of the primary variable for the second polymer primary variable (molecular weight)
Definition blackoilonephaseindices.hh:144
static constexpr int calciteConcentrationIdx
Index of the primary variable for the fifth MICP component.
Definition blackoilonephaseindices.hh:164
static constexpr int conti0EqIdx
Index of the continuity equation of the first (and only) phase.
Definition blackoilonephaseindices.hh:205
static constexpr int contiBiofilmEqIdx
Index of the continuity equation for the fourth MICP component.
Definition blackoilonephaseindices.hh:236
static constexpr int waterSwitchIdx
Index of the switching variable which determines the composistion of the water phase.
Definition blackoilonephaseindices.hh:113
static constexpr int microbialConcentrationIdx
Index of the primary variable for the first MICP component.
Definition blackoilonephaseindices.hh:148
static constexpr int numBrine
Number of salt equations to be considered.
Definition blackoilonephaseindices.hh:89
static constexpr bool enableMICP
Is MICP involved?
Definition blackoilonephaseindices.hh:71