Contains the quantities which are are constant within a finite volume in the black-oil model.
More...
|
|
using | FluidState = BlackOilFluidState< Evaluation, FluidSystem, enableTemperature, enableEnergy, compositionSwitchEnabled, enableVapwat, enableBrine, enableSaltPrecipitation, enableDisgasInWater, Indices::numPhases > |
| |
|
using | ScalarFluidState = BlackOilFluidState< Scalar, FluidSystem, enableTemperature, enableEnergy, compositionSwitchEnabled, enableVapwat, enableBrine, enableSaltPrecipitation, enableDisgasInWater, Indices::numPhases > |
| |
|
using | Problem = GetPropType< TypeTag, Properties::Problem > |
| |
|
|
| BlackOilIntensiveQuantities (const BlackOilIntensiveQuantities &other)=default |
| |
|
BlackOilIntensiveQuantities & | operator= (const BlackOilIntensiveQuantities &other)=default |
| |
|
void | updateTempSalt (const Problem &problem, const PrimaryVariables &priVars, const unsigned globalSpaceIdx, const unsigned timeIdx, const LinearizationType &lintype) |
| |
|
void | updateSaturations (const PrimaryVariables &priVars, const unsigned timeIdx, const LinearizationType lintype) |
| |
|
template<class ... Args> |
| void | updateRelpermAndPressures (const Problem &problem, const PrimaryVariables &priVars, const unsigned globalSpaceIdx, const unsigned timeIdx, const LinearizationType &lintype) |
| |
|
void | updateRsRvRsw (const Problem &problem, const PrimaryVariables &priVars, const unsigned globalSpaceIdx, const unsigned timeIdx) |
| |
|
void | updateMobilityAndInvB () |
| |
|
void | updatePhaseDensities () |
| |
|
void | updatePorosity (const ElementContext &elemCtx, unsigned dofIdx, unsigned timeIdx) |
| |
|
void | updatePorosity (const Problem &problem, const PrimaryVariables &priVars, const unsigned globalSpaceIdx, const unsigned timeIdx) |
| |
|
void | updatePorosityImpl (const Problem &problem, const PrimaryVariables &priVars, const unsigned globalSpaceIdx, const unsigned timeIdx) |
| |
|
void | assertFiniteMembers () |
| |
| template<class ... Args> |
| void | update (const ElementContext &elemCtx, unsigned dofIdx, unsigned timeIdx) |
| |
|
template<class ... Args> |
| void | update (const Problem &problem, const PrimaryVariables &priVars, const unsigned globalSpaceIdx, const unsigned timeIdx) |
| |
|
template<class ... Args> |
| void | updateCommonPart (const Problem &problem, const PrimaryVariables &priVars, const unsigned globalSpaceIdx, const unsigned timeIdx) |
| |
| const FluidState & | fluidState () const |
| | Returns the phase state for the control-volume.
|
| |
| const Evaluation & | mobility (unsigned phaseIdx) const |
| | Returns the effective mobility of a given phase within the control volume.
|
| |
|
const Evaluation & | mobility (unsigned phaseIdx, FaceDir::DirEnum facedir) const |
| |
| const Evaluation & | porosity () const |
| | Returns the average porosity within the control volume.
|
| |
|
const Evaluation & | rockCompTransMultiplier () const |
| | The pressure-dependent transmissibility multiplier due to rock compressibility.
|
| |
| auto | pvtRegionIndex () const -> decltype(std::declval< FluidState >().pvtRegionIndex()) |
| | Returns the index of the PVT region used to calculate the thermodynamic quantities.
|
| |
| Evaluation | relativePermeability (unsigned phaseIdx) const |
| | Returns the relative permeability of a given phase within the control volume.
|
| |
| Scalar | referencePorosity () const |
| | Returns the porosity of the rock at reference conditions.
|
| |
|
const Evaluation & | permFactor () const |
| |
|
void | bioeffectsPropertiesUpdate_ (const ElementContext &elemCtx, unsigned dofIdx, unsigned timeIdx) |
| | Update the intensive properties needed to handle bioeffects from the primary variables.
|
| |
|
const Evaluation & | microbialConcentration () const |
| |
|
const Evaluation & | oxygenConcentration () const |
| |
|
const Evaluation & | ureaConcentration () const |
| |
|
const Evaluation & | biofilmVolumeFraction () const |
| |
|
const Evaluation & | calciteVolumeFraction () const |
| |
|
const Evaluation | biofilmMass () const |
| |
|
const Evaluation | calciteMass () const |
| |
|
const Evaluation & | permFactor () const |
| |
template<
class TypeTag>
class Opm::BlackOilIntensiveQuantities< TypeTag >
Contains the quantities which are are constant within a finite volume in the black-oil model.