blackoilproblem.hh
Go to the documentation of this file.
Declares the properties required by the black oil model. Base class for all problems which use the black-oil model. Definition: blackoilproblem.hh:43 Scalar rockCompressibility(unsigned) const Returns the compressibility of the porous medium of a cell. Definition: blackoilproblem.hh:139 Scalar maxOilSaturation(unsigned) const Returns the maximum value of the oil saturation seen at the current time for a given degree of freedo... Definition: blackoilproblem.hh:85 unsigned plmixnumRegionIndex(const Context &, unsigned, unsigned) const Returns the index of the relevant region for polymer mixing functions. Definition: blackoilproblem.hh:122 LhsEval rockCompTransMultiplier(const IntensiveQuantities &, unsigned) const Definition: blackoilproblem.hh:178 unsigned miscnumRegionIndex(const Context &, unsigned, unsigned) const Returns the index of the relevant region for solvent mixing functions. Definition: blackoilproblem.hh:113 BlackOilProblem(Simulator &simulator) Definition: blackoilproblem.hh:57 Scalar referenceTemperature() const Returns the reference temperature. Definition: blackoilproblem.hh:163 unsigned satnumRegionIndex(const Context &, unsigned, unsigned) const Returns the index of the relevant region for saturation functions. Definition: blackoilproblem.hh:101 Scalar satnumRegionIndex(unsigned) const Definition: blackoilproblem.hh:106 Scalar rockCompressibility(const Context &, unsigned, unsigned) const Returns the compressibility of the porous medium of a cell. Definition: blackoilproblem.hh:131 Scalar maxOilVaporizationFactor(unsigned, unsigned) const Returns the maximum value of the oil vaporization factor at the current time for a given degree of fr... Definition: blackoilproblem.hh:76 Scalar rockReferencePressure(const Context &, unsigned, unsigned) const Returns the reference pressure for rock the compressibility of a cell. Definition: blackoilproblem.hh:146 Scalar maxGasDissolutionFactor(unsigned, unsigned) const Returns the maximum value of the gas dissolution factor at the current time for a given degree of fre... Definition: blackoilproblem.hh:67 Scalar rockCompPoroMultiplier(const IntensiveQuantities &, unsigned) const Returns the porosity multiplier due to water-induced rock compaction. Definition: blackoilproblem.hh:173 unsigned pvtRegionIndex(const Context &, unsigned, unsigned) const Returns the index of the relevant region for thermodynmic properties. Definition: blackoilproblem.hh:92 Scalar rockReferencePressure(unsigned) const Returns the reference pressure for rock the compressibility of a cell. Definition: blackoilproblem.hh:154 Simulator & simulator() Returns Simulator object used by the simulation. Definition: fvbaseproblem.hh:686 The base class for the problems of ECFV discretizations which deal with a multi-phase flow through a ... Definition: multiphasebaseproblem.hh:60 Definition: blackoilboundaryratevector.hh:37 typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(.... Definition: propertysystem.hh:235 |