Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV > Struct Template Reference

The primary variable and equation indices for the black-oil model. More...

#include <blackoilindices.hh>

Static Public Member Functions

static constexpr unsigned canonicalToActiveComponentIndex (unsigned compIdx)
 returns the index of "active" component More...
 
static constexpr unsigned activeToCanonicalComponentIndex (unsigned compIdx)
 

Static Public Attributes

static const int numPhases = 3
 Number of phases active at all times. More...
 
static const bool oilEnabled = true
 All phases are enabled. More...
 
static const bool waterEnabled = true
 
static const bool gasEnabled = true
 
static const bool enableSolvent = numSolventsV > 0
 Are solvents involved? More...
 
static const bool enableExtbo = numExtbosV > 0
 Is extbo invoked? More...
 
static const bool enablePolymer = numPolymersV > 0
 Are polymers involved? More...
 
static const bool enableEnergy = numEnergyV > 0
 Shall energy be conserved? More...
 
static const bool enableMICP = numMICPsV > 0
 Is MICP involved? More...
 
static const int numSolvents = enableSolvent ? numSolventsV : 0
 Number of solvent components to be considered. More...
 
static const int numExtbos = enableExtbo ? numExtbosV : 0
 Number of components to be considered for extbo. More...
 
static const int numPolymers = enablePolymer ? numPolymersV : 0
 Number of polymer components to be considered. More...
 
static const int numEnergy = enableEnergy ? numEnergyV : 0
 Number of energy equations to be considered. More...
 
static const int numFoam = enableFoam? 1 : 0
 Number of foam equations to be considered. More...
 
static const int numBrine = enableBrine? 1 : 0
 Number of salt equations to be considered. More...
 
static const int numMICPs = enableMICP ? numMICPsV : 0
 Number of MICP components to be considered. More...
 
static const int numEq = numPhases + numSolvents + numExtbos + numPolymers + numEnergy + numFoam + numBrine + numMICPs
 The number of equations. More...
 
static const int waterSwitchIdx = PVOffset + 0
 Index of the switching variable which determines the composistion of the water phase. More...
 
static const int pressureSwitchIdx = PVOffset + 1
 Index of the switching variable which determines the pressure. More...
 
static const int compositionSwitchIdx = PVOffset + 2
 Index of the switching variable which determines the composition of the hydrocarbon phases. More...
 
static const int solventSaturationIdx
 Index of the primary variable for the first solvent. More...
 
static const int zFractionIdx
 Index of the primary variable for the first extbo component. More...
 
static const int polymerConcentrationIdx
 Index of the primary variable for the first polymer. More...
 
static const int polymerMoleWeightIdx
 Index of the primary variable for the second polymer primary variable (molecular weight) More...
 
static const int microbialConcentrationIdx
 Index of the primary variable for the first MICP component. More...
 
static const int oxygenConcentrationIdx
 Index of the primary variable for the second MICP component. More...
 
static const int ureaConcentrationIdx
 Index of the primary variable for the third MICP component. More...
 
static const int biofilmConcentrationIdx
 Index of the primary variable for the fourth MICP component. More...
 
static const int calciteConcentrationIdx
 Index of the primary variable for the fifth MICP component. More...
 
static const int foamConcentrationIdx
 Index of the primary variable for the foam. More...
 
static const int saltConcentrationIdx
 Index of the primary variable for the brine. More...
 
static const int temperatureIdx
 Index of the primary variable for temperature. More...
 
static const int conti0EqIdx = PVOffset + 0
 Index of the continuity equation of the first phase. More...
 
static const int contiSolventEqIdx
 Index of the continuity equation for the first solvent component. More...
 
static const int contiZfracEqIdx
 Index of the continuity equation for the first extbo component. More...
 
static const int contiPolymerEqIdx
 Index of the continuity equation for the first polymer component. More...
 
static const int contiPolymerMWEqIdx
 Index of the continuity equation for the second polymer component (molecular weight) More...
 
static const int contiMicrobialEqIdx
 Index of the continuity equation for the first MICP component. More...
 
static const int contiOxygenEqIdx
 Index of the continuity equation for the second MICP component. More...
 
static const int contiUreaEqIdx
 Index of the continuity equation for the third MICP component. More...
 
static const int contiBiofilmEqIdx
 Index of the continuity equation for the fourth MICP component. More...
 
static const int contiCalciteEqIdx
 Index of the continuity equation for the fifth MICP component. More...
 
static const int contiFoamEqIdx
 Index of the continuity equation for the foam component. More...
 
static const int contiBrineEqIdx
 Index of the continuity equation for the salt water component. More...
 
static const int contiEnergyEqIdx
 Index of the continuity equation for energy. More...
 

Detailed Description

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
struct Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >

The primary variable and equation indices for the black-oil model.

Member Function Documentation

◆ activeToCanonicalComponentIndex()

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
static constexpr unsigned Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::activeToCanonicalComponentIndex ( unsigned  compIdx)
inlinestaticconstexpr

◆ canonicalToActiveComponentIndex()

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
static constexpr unsigned Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::canonicalToActiveComponentIndex ( unsigned  compIdx)
inlinestaticconstexpr

returns the index of "active" component

Member Data Documentation

◆ biofilmConcentrationIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::biofilmConcentrationIdx
static
Initial value:
=
numMICPs > 3 ? ureaConcentrationIdx + 1 : -1000
static const int ureaConcentrationIdx
Index of the primary variable for the third MICP component.
Definition: blackoilindices.hh:150
static const int numMICPs
Number of MICP components to be considered.
Definition: blackoilindices.hh:83

Index of the primary variable for the fourth MICP component.

◆ calciteConcentrationIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::calciteConcentrationIdx
static
Initial value:
=
static const int biofilmConcentrationIdx
Index of the primary variable for the fourth MICP component.
Definition: blackoilindices.hh:154

Index of the primary variable for the fifth MICP component.

◆ compositionSwitchIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::compositionSwitchIdx = PVOffset + 2
static

Index of the switching variable which determines the composition of the hydrocarbon phases.

Depending on the phases present, this variable is either interpreted as the saturation of the gas phase, as the mole fraction of the gas component in the oil phase or as the mole fraction of the oil component in the gas phase.

◆ conti0EqIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::conti0EqIdx = PVOffset + 0
static

Index of the continuity equation of the first phase.

◆ contiBiofilmEqIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::contiBiofilmEqIdx
static
Initial value:
=
numMICPs > 3 ? contiUreaEqIdx + 1 : -1000
static const int contiUreaEqIdx
Index of the continuity equation for the third MICP component.
Definition: blackoilindices.hh:207

Index of the continuity equation for the fourth MICP component.

◆ contiBrineEqIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::contiBrineEqIdx
static
Initial value:
=
enableBrine ? PVOffset + numPhases + numSolvents + numExtbos + numPolymers + numMICPs + numFoam : -1000
static const int numFoam
Number of foam equations to be considered.
Definition: blackoilindices.hh:77
static const int numPolymers
Number of polymer components to be considered.
Definition: blackoilindices.hh:71
static const int numSolvents
Number of solvent components to be considered.
Definition: blackoilindices.hh:65
static const int numExtbos
Number of components to be considered for extbo.
Definition: blackoilindices.hh:68
static const int numPhases
Number of phases active at all times.
Definition: blackoilindices.hh:42

Index of the continuity equation for the salt water component.

◆ contiCalciteEqIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::contiCalciteEqIdx
static
Initial value:
=
numMICPs > 4 ? contiBiofilmEqIdx + 1 : -1000
static const int contiBiofilmEqIdx
Index of the continuity equation for the fourth MICP component.
Definition: blackoilindices.hh:211

Index of the continuity equation for the fifth MICP component.

◆ contiEnergyEqIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::contiEnergyEqIdx
static
Initial value:
=
static const bool enableEnergy
Shall energy be conserved?
Definition: blackoilindices.hh:59
static const int numBrine
Number of salt equations to be considered.
Definition: blackoilindices.hh:80

Index of the continuity equation for energy.

◆ contiFoamEqIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::contiFoamEqIdx
static
Initial value:
=
enableFoam ? PVOffset + numPhases + numSolvents + numExtbos + numPolymers + numMICPs : -1000

Index of the continuity equation for the foam component.

◆ contiMicrobialEqIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::contiMicrobialEqIdx
static
Initial value:
=
enableMICP ? PVOffset + numPhases + numSolvents + numExtbos : -1000
static const bool enableMICP
Is MICP involved?
Definition: blackoilindices.hh:62

Index of the continuity equation for the first MICP component.

◆ contiOxygenEqIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::contiOxygenEqIdx
static
Initial value:
=
numMICPs > 1 ? contiMicrobialEqIdx + 1 : -1000
static const int contiMicrobialEqIdx
Index of the continuity equation for the first MICP component.
Definition: blackoilindices.hh:199

Index of the continuity equation for the second MICP component.

◆ contiPolymerEqIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::contiPolymerEqIdx
static
Initial value:
=
enablePolymer ? PVOffset + numPhases + numSolvents + numExtbos : -1000
static const bool enablePolymer
Are polymers involved?
Definition: blackoilindices.hh:56

Index of the continuity equation for the first polymer component.

◆ contiPolymerMWEqIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::contiPolymerMWEqIdx
static
Initial value:
=
numPolymers > 1 ? contiPolymerEqIdx + 1 : -1000
static const int contiPolymerEqIdx
Index of the continuity equation for the first polymer component.
Definition: blackoilindices.hh:191

Index of the continuity equation for the second polymer component (molecular weight)

◆ contiSolventEqIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::contiSolventEqIdx
static
Initial value:
=
enableSolvent ? PVOffset + numPhases : -1000
static const bool enableSolvent
Are solvents involved?
Definition: blackoilindices.hh:50

Index of the continuity equation for the first solvent component.

◆ contiUreaEqIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::contiUreaEqIdx
static
Initial value:
=
numMICPs > 2 ? contiOxygenEqIdx + 1 : -1000
static const int contiOxygenEqIdx
Index of the continuity equation for the second MICP component.
Definition: blackoilindices.hh:203

Index of the continuity equation for the third MICP component.

◆ contiZfracEqIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::contiZfracEqIdx
static
Initial value:
=
enableExtbo ? PVOffset + numPhases + numSolvents : -1000
static const bool enableExtbo
Is extbo invoked?
Definition: blackoilindices.hh:53

Index of the continuity equation for the first extbo component.

◆ enableEnergy

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const bool Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::enableEnergy = numEnergyV > 0
static

Shall energy be conserved?

◆ enableExtbo

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const bool Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::enableExtbo = numExtbosV > 0
static

Is extbo invoked?

◆ enableMICP

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const bool Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::enableMICP = numMICPsV > 0
static

Is MICP involved?

◆ enablePolymer

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const bool Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::enablePolymer = numPolymersV > 0
static

Are polymers involved?

◆ enableSolvent

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const bool Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::enableSolvent = numSolventsV > 0
static

Are solvents involved?

◆ foamConcentrationIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::foamConcentrationIdx
static
Initial value:
=
enableFoam ? PVOffset + numPhases + numSolvents + numExtbos + numPolymers + numMICPs : -1000

Index of the primary variable for the foam.

◆ gasEnabled

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const bool Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::gasEnabled = true
static

◆ microbialConcentrationIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::microbialConcentrationIdx
static
Initial value:
=
enableMICP ? PVOffset + numPhases + numSolvents : -1000

Index of the primary variable for the first MICP component.

◆ numBrine

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::numBrine = enableBrine? 1 : 0
static

Number of salt equations to be considered.

◆ numEnergy

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::numEnergy = enableEnergy ? numEnergyV : 0
static

Number of energy equations to be considered.

◆ numEq

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::numEq = numPhases + numSolvents + numExtbos + numPolymers + numEnergy + numFoam + numBrine + numMICPs
static

The number of equations.

◆ numExtbos

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::numExtbos = enableExtbo ? numExtbosV : 0
static

Number of components to be considered for extbo.

◆ numFoam

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::numFoam = enableFoam? 1 : 0
static

Number of foam equations to be considered.

◆ numMICPs

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::numMICPs = enableMICP ? numMICPsV : 0
static

Number of MICP components to be considered.

◆ numPhases

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::numPhases = 3
static

Number of phases active at all times.

◆ numPolymers

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::numPolymers = enablePolymer ? numPolymersV : 0
static

Number of polymer components to be considered.

◆ numSolvents

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::numSolvents = enableSolvent ? numSolventsV : 0
static

Number of solvent components to be considered.

◆ oilEnabled

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const bool Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::oilEnabled = true
static

All phases are enabled.

◆ oxygenConcentrationIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::oxygenConcentrationIdx
static
Initial value:
=
static const int microbialConcentrationIdx
Index of the primary variable for the first MICP component.
Definition: blackoilindices.hh:142

Index of the primary variable for the second MICP component.

◆ polymerConcentrationIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::polymerConcentrationIdx
static
Initial value:
=
enablePolymer ? PVOffset + numPhases + numSolvents : -1000

Index of the primary variable for the first polymer.

◆ polymerMoleWeightIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::polymerMoleWeightIdx
static
Initial value:
=
static const int polymerConcentrationIdx
Index of the primary variable for the first polymer.
Definition: blackoilindices.hh:134

Index of the primary variable for the second polymer primary variable (molecular weight)

◆ pressureSwitchIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::pressureSwitchIdx = PVOffset + 1
static

Index of the switching variable which determines the pressure.

Depending on the phases present, this variable is either interpreted as the pressure of the oil phase, gas phase (if no oil) or water phase (if only water)

◆ saltConcentrationIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::saltConcentrationIdx
static
Initial value:
=
enableBrine ? PVOffset + numPhases + numSolvents + numExtbos + numExtbos + numPolymers + numMICPs + numFoam : -1000

Index of the primary variable for the brine.

◆ solventSaturationIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::solventSaturationIdx
static
Initial value:
=
enableSolvent ? PVOffset + numPhases : -1000

Index of the primary variable for the first solvent.

◆ temperatureIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::temperatureIdx
static
Initial value:

Index of the primary variable for temperature.

◆ ureaConcentrationIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::ureaConcentrationIdx
static
Initial value:
=
numMICPs > 2 ? oxygenConcentrationIdx + 1 : -1000
static const int oxygenConcentrationIdx
Index of the primary variable for the second MICP component.
Definition: blackoilindices.hh:146

Index of the primary variable for the third MICP component.

◆ waterEnabled

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const bool Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::waterEnabled = true
static

◆ waterSwitchIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::waterSwitchIdx = PVOffset + 0
static

Index of the switching variable which determines the composistion of the water phase.

Depending on the phases present, this variable is either interpreted as water saturation or vapporized water in gas phase

◆ zFractionIdx

template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numMICPsV>
const int Opm::BlackOilIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numMICPsV >::zFractionIdx
static
Initial value:
=
enableExtbo ? PVOffset + numPhases + numSolvents : -1000

Index of the primary variable for the first extbo component.


The documentation for this struct was generated from the following file: