Class for handling the blackoil well model.
More...
#include <BlackoilAquiferModel.hpp>
|
| BlackoilAquiferModel (Simulator &simulator) |
|
void | initialSolutionApplied () |
|
void | initFromRestart (const data::Aquifers &aquiferSoln) |
|
void | beginEpisode () |
|
void | beginTimeStep () |
|
void | beginIteration () |
|
template<class Context > |
void | addToSource (RateVector &rates, const Context &context, unsigned spaceIdx, unsigned timeIdx) const |
|
void | addToSource (RateVector &rates, unsigned globalSpaceIdx, unsigned timeIdx) const |
|
void | endIteration () |
|
void | endTimeStep () |
|
void | endEpisode () |
|
data::Aquifers | aquiferData () const |
|
template<class Restarter > |
void | serialize (Restarter &res) |
|
template<class Restarter > |
void | deserialize (Restarter &res) |
|
|
using | ElementContext = GetPropType< TypeTag, Properties::ElementContext > |
|
using | Scalar = GetPropType< TypeTag, Properties::Scalar > |
|
|
Simulator & | simulator_ |
|
std::vector< std::unique_ptr< AquiferInterface< TypeTag > > > | aquifers |
|
template<typename TypeTag>
class Opm::BlackoilAquiferModel< TypeTag >
Class for handling the blackoil well model.
The documentation for this class was generated from the following files: