#include <FIPContainer.hpp>
|
using | Scalar = typename FluidSystem::Scalar |
|
using | FIPMap = std::unordered_map< Inplace::Phase, std::vector< Scalar > > |
|
|
bool | allocate (const std::size_t bufferSize, const SummaryConfig &summaryConfig, const bool forceAlloc, std::map< std::string, int > &rstKeywords) |
|
void | add (const Inplace::Phase phase) |
|
const std::vector< Scalar > & | get (const Inplace::Phase phase) const |
|
bool | has (const Inplace::Phase phase) const |
|
bool | hasCo2InGas () const |
|
void | assignCo2InGas (const unsigned globalDofIdx, const Co2InGasInput &v) |
|
bool | hasCo2InWater () const |
|
void | assignCo2InWater (const unsigned globalDofIdx, const Scalar co2InWater, const Scalar mM) |
|
bool | hasMicrobialMass () const |
|
void | assignMicrobialMass (const unsigned globalDofIdx, const Scalar microbialMass) |
|
bool | hasOxygenMass () const |
|
void | assignOxygenMass (const unsigned globalDofIdx, const Scalar oxygenMass) |
|
bool | hasUreaMass () const |
|
void | assignUreaMass (const unsigned globalDofIdx, const Scalar ureaMass) |
|
bool | hasBiofilmMass () const |
|
void | assignBiofilmMass (const unsigned globalDofIdx, const Scalar biofilmMass) |
|
bool | hasCalciteMass () const |
|
void | assignCalciteMass (const unsigned globalDofIdx, const Scalar calciteMass) |
|
bool | hasWaterMass () const |
|
void | assignWaterMass (const unsigned globalDofIdx, const std::array< Scalar, numPhases > &fip, const Scalar rhoW) |
|
void | assignGasWater (const unsigned globalDofIdx, const std::array< Scalar, numPhases > &fip, const Scalar gasInPlaceWater, const Scalar waterInPlaceGas) |
|
void | assignOilGasDistribution (const unsigned globalDofIdx, const Scalar gasInPlaceLiquid, const Scalar oilInPlaceGas) |
|
void | assignPoreVolume (const unsigned globalDofIdx, const Scalar value) |
|
void | assignVolumesSurface (const unsigned globalDofIdx, const std::array< Scalar, numPhases > &fip) |
|
void | assignVolumesReservoir (const unsigned globalDofIdx, const Scalar saltConcentration, const std::array< Scalar, numPhases > &fipr) |
|
void | outputRestart (data::Solution &sol) |
|
|
static constexpr auto | numPhases = FluidSystem::numPhases |
|
static constexpr auto | gasPhaseIdx = FluidSystem::gasPhaseIdx |
|
static constexpr auto | oilPhaseIdx = FluidSystem::oilPhaseIdx |
|
static constexpr auto | waterPhaseIdx = FluidSystem::waterPhaseIdx |
|
◆ FIPMap
template<class FluidSystem >
◆ Scalar
template<class FluidSystem >
◆ add()
template<class FluidSystem >
◆ allocate()
template<class FluidSystem >
bool Opm::FIPContainer< FluidSystem >::allocate |
( |
const std::size_t |
bufferSize, |
|
|
const SummaryConfig & |
summaryConfig, |
|
|
const bool |
forceAlloc, |
|
|
std::map< std::string, int > & |
rstKeywords |
|
) |
| |
◆ assignBiofilmMass()
template<class FluidSystem >
◆ assignCalciteMass()
template<class FluidSystem >
◆ assignCo2InGas()
template<class FluidSystem >
◆ assignCo2InWater()
template<class FluidSystem >
◆ assignGasWater()
template<class FluidSystem >
◆ assignMicrobialMass()
template<class FluidSystem >
void Opm::FIPContainer< FluidSystem >::assignMicrobialMass |
( |
const unsigned |
globalDofIdx, |
|
|
const Scalar |
microbialMass |
|
) |
| |
◆ assignOilGasDistribution()
template<class FluidSystem >
void Opm::FIPContainer< FluidSystem >::assignOilGasDistribution |
( |
const unsigned |
globalDofIdx, |
|
|
const Scalar |
gasInPlaceLiquid, |
|
|
const Scalar |
oilInPlaceGas |
|
) |
| |
◆ assignOxygenMass()
template<class FluidSystem >
◆ assignPoreVolume()
template<class FluidSystem >
◆ assignUreaMass()
template<class FluidSystem >
◆ assignVolumesReservoir()
template<class FluidSystem >
◆ assignVolumesSurface()
template<class FluidSystem >
◆ assignWaterMass()
template<class FluidSystem >
◆ get()
template<class FluidSystem >
◆ has()
template<class FluidSystem >
◆ hasBiofilmMass()
template<class FluidSystem >
◆ hasCalciteMass()
template<class FluidSystem >
◆ hasCo2InGas()
template<class FluidSystem >
◆ hasCo2InWater()
template<class FluidSystem >
◆ hasMicrobialMass()
template<class FluidSystem >
◆ hasOxygenMass()
template<class FluidSystem >
◆ hasUreaMass()
template<class FluidSystem >
◆ hasWaterMass()
template<class FluidSystem >
◆ outputRestart()
template<class FluidSystem >
◆ gasPhaseIdx
template<class FluidSystem >
constexpr auto Opm::FIPContainer< FluidSystem >::gasPhaseIdx = FluidSystem::gasPhaseIdx |
|
staticconstexpr |
◆ numPhases
template<class FluidSystem >
◆ oilPhaseIdx
template<class FluidSystem >
constexpr auto Opm::FIPContainer< FluidSystem >::oilPhaseIdx = FluidSystem::oilPhaseIdx |
|
staticconstexpr |
◆ waterPhaseIdx
template<class FluidSystem >
constexpr auto Opm::FIPContainer< FluidSystem >::waterPhaseIdx = FluidSystem::waterPhaseIdx |
|
staticconstexpr |
The documentation for this class was generated from the following file:
|