|
BaseAquiferModel.hpp
Go to the documentation of this file.
Defines a type tags and some fundamental properties all models. The base class which specifies the API of aquifer models. Definition: BaseAquiferModel.hpp:50 void endEpisode() This method is called once an episode (report step) has been finished successfully. Definition: BaseAquiferModel.hpp:143 void serialize(Restarter &) Write the internal state of the aquifer model to disk using an ad-hoc file format. Definition: BaseAquiferModel.hpp:151 void beginEpisode() This method is called when a new episode (report step) starts. Definition: BaseAquiferModel.hpp:87 void beginIteration() This method is called before each Newton-Raphson iteration. Definition: BaseAquiferModel.hpp:99 void addToSource(RateVector &, const Context &, unsigned, unsigned) const Add the water which enters or leaves the reservoir due to aquifiers. Definition: BaseAquiferModel.hpp:106 void initialSolutionApplied() Called once the problem has been fully initialized and the initial condition has been applied. Definition: BaseAquiferModel.hpp:64 void beginTimeStep() This method is called when a new time step (substep) starts. Definition: BaseAquiferModel.hpp:93 void endTimeStep() This method is called after each successful time step (substep). Definition: BaseAquiferModel.hpp:136 void endIteration() This method is called after each Newton-Raphson successful iteration. Definition: BaseAquiferModel.hpp:127 Scalar cachedConnectionInfluxRate(unsigned) const Definition: BaseAquiferModel.hpp:118 data::Aquifers aquiferData() const Definition: BaseAquiferModel.hpp:162 void initFromRestart(const data::Aquifers &) Called if aquifers are being initialized from values retrieved from a restart file. Definition: BaseAquiferModel.hpp:76 void addToSource(RateVector &, unsigned, unsigned) const Definition: BaseAquiferModel.hpp:113 BaseAquiferModel(Simulator &simulator) Definition: BaseAquiferModel.hpp:56 void deserialize(Restarter &) Load the internal state of the aquifer model to disk using an ad-hoc file format. Definition: BaseAquiferModel.hpp:159 Declare the properties used by the infrastructure code of the finite volume discretizations. Definition: blackoilbioeffectsmodules.hh:45 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:233 The Opm property system, traits with inheritance. |