|
FlowGenericProblem.hpp
Go to the documentation of this file.
358 using Grid = std::remove_cv_t< typename std::remove_reference<decltype(gridView_.grid())>::type>;
362 // \brief Function to assign the origin cell index on level zero, for a cell on the leaf grid view.
This problem simulates an input file given in the data format used by the commercial ECLiPSE simulato... Definition: FlowGenericProblem.hpp:61 void setPorosity(Scalar poro, unsigned elementIdx, unsigned timeIdx=0) Sets the porosity of an element. Definition: FlowGenericProblem.hpp:155 const EclipseState & eclState_ Definition: FlowGenericProblem.hpp:315 UniformXTabulated2DFunction< Scalar > TabulatedTwoDFunction Definition: FlowGenericProblem.hpp:64 Scalar maxPolymerAdsorption(unsigned elemIdx) const Returns the max polymer adsorption value. Definition: FlowGenericProblem_impl.hpp:749 unsigned pvtRegionIndex(unsigned elemIdx) const Returns the index the relevant PVT region given a cell index. Definition: FlowGenericProblem_impl.hpp:708 Scalar oxygenConcentration(unsigned elemIdx) const Returns the initial oxygen concentration for a given a cell index. Definition: FlowGenericProblem_impl.hpp:661 Scalar microbialConcentration(unsigned elemIdx) const Returns the initial microbial concentration for a given a cell index. Definition: FlowGenericProblem_impl.hpp:649 PolymerSolutionContainer< Scalar > polymer_ Definition: FlowGenericProblem.hpp:335 std::vector< Scalar > rockCompTransMultVal_ Definition: FlowGenericProblem.hpp:333 std::function< unsigned(unsigned)> lookupIdxOnLevelZeroAssigner_() Definition: FlowGenericProblem.hpp:366 static std::string briefDescription() Returns a human readable description of the problem for the help message. Definition: FlowGenericProblem_impl.hpp:130 Scalar solventRsw(unsigned elemIdx) const Returns the initial solvent dissolved in water for a given a cell index. Definition: FlowGenericProblem_impl.hpp:612 std::vector< TabulatedTwoDFunction > rockCompPoroMultWc_ Definition: FlowGenericProblem.hpp:329 std::vector< unsigned short > miscnum_ Definition: FlowGenericProblem.hpp:324 Scalar overburdenPressure(unsigned elementIdx) const Get the pressure of the overburden. Definition: FlowGenericProblem_impl.hpp:590 void updateMiscnum_() Definition: FlowGenericProblem_impl.hpp:399 Scalar porosity(unsigned globalSpaceIdx, unsigned timeIdx) const Direct indexed access to the porosity. Definition: FlowGenericProblem_impl.hpp:336 Scalar rockCompressibility(unsigned globalSpaceIdx) const Definition: FlowGenericProblem_impl.hpp:321 Scalar initialTimeStepSize_ Definition: FlowGenericProblem.hpp:347 unsigned miscnumRegionIndex(unsigned elemIdx) const Returns the index the relevant MISC region given a cell index. Definition: FlowGenericProblem_impl.hpp:728 bool vapparsActive(int episodeIdx) const Definition: FlowGenericProblem_impl.hpp:415 int numPressurePointsEquil() const Definition: FlowGenericProblem.hpp:253 Scalar referencePorosity(unsigned elementIdx, unsigned timeIdx) const Returns the porosity of an element. Definition: FlowGenericProblem.hpp:137 unsigned satnumRegionIndex(unsigned elemIdx) const Returns the index the relevant saturation function region given a cell index. Definition: FlowGenericProblem_impl.hpp:718 Scalar rockFraction(unsigned elementIdx, unsigned timeIdx) const Returns the rockFraction of an element. Definition: FlowGenericProblem_impl.hpp:344 Scalar maxWaterSaturation(unsigned globalDofIdx) const Returns an element's historic maximum water phase saturation that was observed during the simulation. Definition: FlowGenericProblem_impl.hpp:568 std::vector< Scalar > solventSaturation_ Definition: FlowGenericProblem.hpp:340 void readRockCompactionParameters_() Definition: FlowGenericProblem_impl.hpp:225 Tabulated1DFunction< Scalar > TabulatedFunction Definition: FlowGenericProblem.hpp:65 void updateSatnum_() Definition: FlowGenericProblem_impl.hpp:391 void updatePvtnum_() Definition: FlowGenericProblem_impl.hpp:383 bool enableDriftCompensation_ Definition: FlowGenericProblem.hpp:353 bool enableDriftCompensationTemp_ Definition: FlowGenericProblem.hpp:354 static FlowGenericProblem serializationTestObject(const EclipseState &eclState, const Schedule &schedule, const GridView &gridView) Definition: FlowGenericProblem_impl.hpp:94 void beginTimeStep_(bool enableExperiments, int episodeIdx, int timeStepIndex, Scalar startTime, Scalar time, Scalar timeStepSize, Scalar endTime) Definition: FlowGenericProblem_impl.hpp:460 std::vector< TabulatedFunction > rockCompTransMult_ Definition: FlowGenericProblem.hpp:332 std::vector< unsigned short > plmixnum_ Definition: FlowGenericProblem.hpp:325 std::vector< TabulatedTwoDFunction > rockCompTransMultWc_ Definition: FlowGenericProblem.hpp:330 Scalar calciteVolumeFraction(unsigned elemIdx) const Returns the initial calcite volume fraction for a given a cell index. Definition: FlowGenericProblem_impl.hpp:697 CO2H2SolutionContainer< Scalar > CO2H2_ Definition: FlowGenericProblem.hpp:343 unsigned plmixnumRegionIndex(unsigned elemIdx) const Returns the index the relevant PLMIXNUM (for polymer module) region given a cell index. Definition: FlowGenericProblem_impl.hpp:738 FlowGenericProblem(const EclipseState &eclState, const Schedule &schedule, const GridView &gridView) Definition: FlowGenericProblem_impl.hpp:60 BioeffectsSolutionContainer< Scalar > bioeffects_ Definition: FlowGenericProblem.hpp:342 Scalar solventSaturation(unsigned elemIdx) const Returns the initial solvent saturation for a given a cell index. Definition: FlowGenericProblem_impl.hpp:601 Scalar polymerMolecularWeight(const unsigned elemIdx) const Returns the polymer molecule weight for a given cell index. Definition: FlowGenericProblem_impl.hpp:637 std::vector< TabulatedFunction > rockCompPoroMult_ Definition: FlowGenericProblem.hpp:331 void readRockParameters_(const std::vector< Scalar > &cellCenterDepths, std::function< std::array< int, 3 >(const unsigned)> ijkIndex) Definition: FlowGenericProblem_impl.hpp:137 std::vector< Scalar > maxOilSaturation_ Definition: FlowGenericProblem.hpp:336 std::vector< RockParams > rockParams_ Definition: FlowGenericProblem.hpp:327 std::array< std::vector< Scalar >, 2 > referencePorosity_ Definition: FlowGenericProblem.hpp:320 std::vector< unsigned short > satnum_ Definition: FlowGenericProblem.hpp:323 void serializeOp(Serializer &serializer) Definition: FlowGenericProblem.hpp:259 static std::string briefDescription_ Definition: FlowGenericProblem.hpp:319 const LookUpData lookUpData_ Definition: FlowGenericProblem.hpp:360 int numPressurePointsEquil_ Definition: FlowGenericProblem.hpp:351 Scalar minOilPressure(unsigned globalDofIdx) const Returns an element's historic minimum pressure of the oil phase that was observed during the simulati... Definition: FlowGenericProblem_impl.hpp:579 std::vector< Scalar > maxWaterSaturation_ Definition: FlowGenericProblem.hpp:337 void initFluidSystem_() Definition: FlowGenericProblem_impl.hpp:485 bool operator==(const FlowGenericProblem &rhs) const Definition: FlowGenericProblem_impl.hpp:760 Scalar maxTimeStepAfterWellEvent_ Definition: FlowGenericProblem.hpp:348 Scalar ureaConcentration(unsigned elemIdx) const Returns the initial urea concentration for a given a cell index. Definition: FlowGenericProblem_impl.hpp:673 std::vector< Scalar > minRefPressure_ Definition: FlowGenericProblem.hpp:338 bool beginEpisode_(bool enableExperiments, int episodeIdx) Definition: FlowGenericProblem_impl.hpp:423 bool shouldWriteOutput() const Always returns true. The ecl output writer takes care of the rest. Definition: FlowGenericProblem.hpp:277 static void setBriefDescription(const std::string &msg) Specifies the string returned by briefDescription() Definition: FlowGenericProblem.hpp:97 Scalar biofilmVolumeFraction(unsigned elemIdx) const Returns the initial biofilm volume fraction for a given a cell index. Definition: FlowGenericProblem_impl.hpp:685 std::vector< Scalar > solventRsw_ Definition: FlowGenericProblem.hpp:341 static std::string helpPreamble(int, const char **argv) Returns the string that is printed before the list of command line parameters in the help message. Definition: FlowGenericProblem_impl.hpp:115 std::vector< Scalar > overburdenPressure_ Definition: FlowGenericProblem.hpp:339 void readBlackoilExtentionsInitialConditions_(std::size_t numDof, bool enableSolvent, bool enablePolymer, bool enablePolymerMolarWeight, bool enableBioeffects, bool enableMICP) Definition: FlowGenericProblem_impl.hpp:492 bool shouldWriteRestartFile() const Returns true if an eWoms restart file should be written to disk. Definition: FlowGenericProblem.hpp:286 void updatePlmixnum_() Definition: FlowGenericProblem_impl.hpp:407 std::vector< unsigned short > rockTableIdx_ Definition: FlowGenericProblem.hpp:328 bool explicitRockCompaction_ Definition: FlowGenericProblem.hpp:355 typename FluidSystem::Scalar Scalar Definition: FlowGenericProblem.hpp:63 std::remove_cv_t< typename std::remove_reference< decltype(gridView_.grid())>::type > Grid Definition: FlowGenericProblem.hpp:358 Scalar polymerConcentration(unsigned elemIdx) const Returns the initial polymer concentration for a given a cell index. Definition: FlowGenericProblem_impl.hpp:625 Definition: FlowGenericProblem.hpp:51 Definition: fvbaseprimaryvariables.hh:161 Definition: blackoilbioeffectsmodules.hh:43 Struct holding MICP extension data. Definition: SolutionContainers.hpp:57 Struct holding CO2 and H2 extension data. Definition: SolutionContainers.hpp:84 Definition: FlowGenericProblem.hpp:67 Scalar compressibility Definition: FlowGenericProblem.hpp:69 Scalar referencePressure Definition: FlowGenericProblem.hpp:68 Struct holding polymer extension data. Definition: SolutionContainers.hpp:37 |