Opm::BlackOilVariableAndEquationIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numBioCompV > Struct Template Reference The primary variable and equation indices for the three-phase black-oil model. More...
Detailed Descriptiontemplate<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV> struct Opm::BlackOilVariableAndEquationIndices< numSolventsV, numExtbosV, numPolymersV, numEnergyV, enableFoam, enableBrine, PVOffset, numBioCompV > The primary variable and equation indices for the three-phase black-oil model. Member Data Documentation◆ biofilmVolumeFractionIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
◆ calciteVolumeFractionIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
◆ compositionSwitchIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
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 numBioCompV>
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 numBioCompV>
◆ contiBrineEqIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
Initial value:
=
static constexpr int numPhases Number of phases active at all times. Definition: blackoilvariableandequationindices.hh:49 static constexpr int numFoam Number of foam equations to be considered. Definition: blackoilvariableandequationindices.hh:86 static constexpr int numExtbos Number of components to be considered for extbo. Definition: blackoilvariableandequationindices.hh:77 static constexpr int numSolvents Number of solvent components to be considered. Definition: blackoilvariableandequationindices.hh:74 static constexpr int numPolymers Number of polymer components to be considered. Definition: blackoilvariableandequationindices.hh:80 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 numBioCompV>
◆ contiEnergyEqIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
Initial value:
=
enableEnergy ? PVOffset + numPhases + numSolvents + numExtbos + numPolymers + numFoam + numBrine: -1000
static constexpr int numBrine Number of salt equations to be considered. Definition: blackoilvariableandequationindices.hh:89 static constexpr bool enableEnergy Shall energy be conserved? Definition: blackoilvariableandequationindices.hh:66 Index of the continuity equation for energy. ◆ contiFoamEqIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
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 numBioCompV>
No bioeffects for three phase indices. ◆ contiOxygenEqIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
◆ contiPolymerEqIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
Initial value:
=
static constexpr bool enablePolymer Are polymers involved? Definition: blackoilvariableandequationindices.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 numBioCompV>
Initial value:
=
numPolymers > 1 ? contiPolymerEqIdx + 1 : -1000
static constexpr int contiPolymerEqIdx Index of the continuity equation for the first polymer component. Definition: blackoilvariableandequationindices.hh:178 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 numBioCompV>
Initial value:
=
enableSolvent ? PVOffset + numPhases : -1000
static constexpr bool enableSolvent Are solvents involved? Definition: blackoilvariableandequationindices.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 numBioCompV>
◆ contiZfracEqIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
Initial value:
=
static constexpr bool enableExtbo Is extbo invoked? Definition: blackoilvariableandequationindices.hh:60 Index of the continuity equation for the first extbo component. ◆ enableBiofilm
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
◆ enableEnergy
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
Shall energy be conserved? ◆ enableExtbo
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
Is extbo invoked? ◆ enableMICP
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
No bioeffects for three phase indices. ◆ enablePolymer
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
Are polymers involved? ◆ enableSolvent
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
Are solvents involved? ◆ foamConcentrationIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
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 numBioCompV>
◆ microbialConcentrationIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
No bioeffects for three phase indices. ◆ numBioInWat
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
◆ numBrine
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
Number of salt equations to be considered. ◆ numEnergy
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
Number of energy equations to be considered. ◆ numEq
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
Initial value:
static constexpr int numEnergy Number of energy equations to be considered. Definition: blackoilvariableandequationindices.hh:83 The number of equations. ◆ numExtbos
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
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 numBioCompV>
Number of foam equations to be considered. ◆ numPhases
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
Number of phases active at all times. ◆ numPolymers
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
Number of polymer components to be considered. ◆ numSolvents
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
Number of solvent components to be considered. ◆ oilEnabled
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
All phases are enabled. ◆ oxygenConcentrationIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
◆ polymerConcentrationIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
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 numBioCompV>
Initial value:
=
numPolymers > 1 ? polymerConcentrationIdx + 1 : -1000
static constexpr int polymerConcentrationIdx Index of the primary variable for the first polymer. Definition: blackoilvariableandequationindices.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 numBioCompV>
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 numBioCompV>
Initial value:
=
enableBrine ? PVOffset + numPhases + numSolvents + numExtbos + numExtbos + numPolymers + 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 numBioCompV>
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 numBioCompV>
Initial value:
=
enableEnergy ? PVOffset + numPhases + numSolvents + numExtbos + numPolymers + 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 numBioCompV>
◆ waterEnabled
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
◆ waterSwitchIdx
template<unsigned numSolventsV, unsigned numExtbosV, unsigned numPolymersV, unsigned numEnergyV, bool enableFoam, bool enableBrine, unsigned PVOffset, unsigned numBioCompV>
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 numBioCompV>
Initial value:
=
Index of the primary variable for the first extbo component. The documentation for this struct was generated from the following file: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||