Opm::BlackOilOnePhaseIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, canonicalCompIdx, numMICPsV > Struct Template Reference The primary variable and equation indices for the black-oil model. More...
Detailed Descriptiontemplate<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV> struct Opm::BlackOilOnePhaseIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, canonicalCompIdx, 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 canonicalCompIdx, unsigned numMICPsV>
References Opm::BlackOilOnePhaseIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, canonicalCompIdx, numMICPsV >::gasEnabled, Opm::BlackOilOnePhaseIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, canonicalCompIdx, numMICPsV >::oilEnabled, and Opm::BlackOilOnePhaseIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, canonicalCompIdx, numMICPsV >::waterEnabled. ◆ canonicalToActiveComponentIndex()
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
numMICPs > 3 ? ureaConcentrationIdx + 1 : -1000
static constexpr int numMICPs Number of MICP components to be considered. Definition: blackoilonephaseindices.hh:93 static constexpr int ureaConcentrationIdx Index of the primary variable for the third MICP component. Definition: blackoilonephaseindices.hh:154 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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
numMICPs > 4 ? biofilmConcentrationIdx + 1 : -1000
static constexpr int biofilmConcentrationIdx Index of the primary variable for the fourth MICP component. Definition: blackoilonephaseindices.hh:158 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 canonicalCompIdx, unsigned numMICPsV>
Index of the switching variable which determines the composition of the hydrocarbon phases.
◆ conti0EqIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Index of the continuity equation of the first (and only) phase. ◆ contiBiofilmEqIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
numMICPs > 3 ? contiUreaEqIdx + 1 : -1000
static constexpr int contiUreaEqIdx Index of the continuity equation for the third MICP component. Definition: blackoilonephaseindices.hh:230 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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
enableBrine ? PVOffset + numPhases + numSolvents + numExtbos + numPolymers + numMICPs + numFoam : -1000
static constexpr int numPolymers Number of polymer components to be considered. Definition: blackoilonephaseindices.hh:78 static constexpr int numFoam Number of foam equations to be considered. Definition: blackoilonephaseindices.hh:84 static constexpr int numSolvents Number of solvent components to be considered. Definition: blackoilonephaseindices.hh:72 static constexpr int numPhases The number of fluid phases. Definition: blackoilonephaseindices.hh:90 static constexpr int numExtbos Number of components to be considered for extbo. Definition: blackoilonephaseindices.hh:75 Index of the continuity equation for the salt component. ◆ contiCalciteEqIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
numMICPs > 4 ? contiBiofilmEqIdx + 1 : -1000
static constexpr int contiBiofilmEqIdx Index of the continuity equation for the fourth MICP component. Definition: blackoilonephaseindices.hh:234 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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
enableEnergy ? PVOffset + numPhases + numSolvents + numExtbos + numPolymers + numMICPs + numFoam + numBrine: -1000
static constexpr bool enableEnergy Shall energy be conserved? Definition: blackoilonephaseindices.hh:66 static constexpr int numBrine Number of salt equations to be considered. Definition: blackoilonephaseindices.hh:87 Index of the continuity equation for energy. ◆ contiFoamEqIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
static constexpr bool enableMICP Is MICP involved? Definition: blackoilonephaseindices.hh:69 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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
numMICPs > 1 ? contiMicrobialEqIdx + 1 : -1000
static constexpr int contiMicrobialEqIdx Index of the continuity equation for the first MICP component. Definition: blackoilonephaseindices.hh:222 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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
static constexpr bool enablePolymer Are polymers involved? Definition: blackoilonephaseindices.hh:63 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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
numPolymers > 1 ? contiPolymerEqIdx + 1 : -1000
static constexpr int contiPolymerEqIdx Index of the continuity equation for the first polymer component. Definition: blackoilonephaseindices.hh:214 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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
enableSolvent ? PVOffset + numPhases : -1000
static constexpr bool enableSolvent Are solvents involved? Definition: blackoilonephaseindices.hh:57 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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
numMICPs > 2 ? contiOxygenEqIdx + 1 : -1000
static constexpr int contiOxygenEqIdx Index of the continuity equation for the second MICP component. Definition: blackoilonephaseindices.hh:226 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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
static constexpr bool enableExtbo Is extbo invoked? Definition: blackoilonephaseindices.hh:60 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 canonicalCompIdx, unsigned numMICPsV>
Shall energy be conserved? ◆ enableExtbo
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Is extbo invoked? ◆ enableMICP
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Is MICP involved? ◆ enablePolymer
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Are polymers involved? ◆ enableSolvent
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Are solvents involved? ◆ foamConcentrationIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
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 canonicalCompIdx, unsigned numMICPsV>
◆ microbialConcentrationIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
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 canonicalCompIdx, unsigned numMICPsV>
Number of salt equations to be considered. ◆ numEnergy
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Number of energy equations to be considered. ◆ numEq
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Initial value:
static constexpr int numEnergy Number of energy equations to be considered. Definition: blackoilonephaseindices.hh:81 The number of equations. ◆ numExtbos
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
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 canonicalCompIdx, unsigned numMICPsV>
Number of foam equations to be considered. ◆ numMICPs
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Number of MICP components to be considered. ◆ numPhases
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
The number of fluid phases. ◆ numPolymers
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Number of polymer components to be considered. ◆ numSolvents
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Number of solvent components to be considered. ◆ oilEnabled
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
◆ oxygenConcentrationIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
numMICPs > 1 ? microbialConcentrationIdx + 1 : -1000
static constexpr int microbialConcentrationIdx Index of the primary variable for the first MICP component. Definition: blackoilonephaseindices.hh:146 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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
numPolymers > 1 ? polymerConcentrationIdx + 1 : -1000
static constexpr int polymerConcentrationIdx Index of the primary variable for the first polymer. Definition: blackoilonephaseindices.hh:138 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 canonicalCompIdx, unsigned numMICPsV>
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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
enableBrine ? PVOffset + numPhases + numSolvents + numExtbos + numPolymers + numMICPs + numFoam : -1000
Index of the primary variable for the salt. ◆ solventSaturationIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
enableEnergy ? PVOffset + numPhases + numSolvents + numExtbos + numPolymers + numMICPs + numFoam + numBrine: - 1000
Index of the primary variable for temperature. ◆ ureaConcentrationIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
numMICPs > 2 ? oxygenConcentrationIdx + 1 : -1000
static constexpr int oxygenConcentrationIdx Index of the primary variable for the second MICP component. Definition: blackoilonephaseindices.hh:150 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 canonicalCompIdx, unsigned numMICPsV>
◆ waterSwitchIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned canonicalCompIdx, unsigned numMICPsV>
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 canonicalCompIdx, unsigned numMICPsV>
Initial value:
=
Index of the primary variable for the first extbo component. The documentation for this struct was generated from the following file: |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||