FIPContainer.hpp
Go to the documentation of this file.
Definition: FIPContainer.hpp:47 void assignMicrobialMass(const unsigned globalDofIdx, const Scalar microbialMass) void assignCalciteMass(const unsigned globalDofIdx, const Scalar calciteMass) bool hasCo2InGas() const void assignCo2InWater(const unsigned globalDofIdx, const Scalar co2InWater, const Scalar mM) void assignVolumesSurface(const unsigned globalDofIdx, const std::array< Scalar, numPhases > &fip) bool has(const Inplace::Phase phase) const bool hasMicrobialMass() const void outputRestart(data::Solution &sol) void assignWaterMass(const unsigned globalDofIdx, const std::array< Scalar, numPhases > &fip, const Scalar rhoW) void assignCo2InGas(const unsigned globalDofIdx, const Co2InGasInput &v) bool hasOxygenMass() const void assignVolumesReservoir(const unsigned globalDofIdx, const Scalar saltConcentration, const std::array< Scalar, numPhases > &fipr) void assignPoreVolume(const unsigned globalDofIdx, const Scalar value) void assignOxygenMass(const unsigned globalDofIdx, const Scalar oxygenMass) bool hasUreaMass() const void assignOilGasDistribution(const unsigned globalDofIdx, const Scalar gasInPlaceLiquid, const Scalar oilInPlaceGas) void assignBiofilmMass(const unsigned globalDofIdx, const Scalar biofilmMass) std::unordered_map< Inplace::Phase, std::vector< Scalar > > FIPMap Definition: FIPContainer.hpp:50 bool hasWaterMass() const bool hasCo2InWater() const 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) void assignUreaMass(const unsigned globalDofIdx, const Scalar ureaMass) bool hasCalciteMass() const bool hasBiofilmMass() const const std::vector< Scalar > & get(const Inplace::Phase phase) const void assignGasWater(const unsigned globalDofIdx, const std::array< Scalar, numPhases > &fip, const Scalar gasInPlaceWater, const Scalar waterInPlaceGas) Definition: CompositionalContainer.hpp:37 Definition: blackoilboundaryratevector.hh:39 Definition: FIPContainer.hpp:65 |