BlackoilWellModelRestart.hpp
Go to the documentation of this file.
51 explicit BlackoilWellModelRestart(const BlackoilWellModelGeneric<Scalar, IndexTraits>& wellModel)
Class for handling the blackoil well model. Definition: BlackoilWellModelGeneric.hpp:95 Class for restarting the blackoil well model. Definition: BlackoilWellModelRestart.hpp:48 void loadRestartGuideRates(const int report_step, const GuideRateConfig &config, const std::map< std::string, data::GroupData > &rst_groups, GuideRate &guide_rate) const Loads guide rates from restart structures. void loadRestartData(const data::Wells &rst_wells, const data::GroupAndNetworkValues &grpNwrkValues, const bool handle_ms_well, WellState< Scalar, IndexTraits > &well_state, GroupState< Scalar > &grpState) const Loads well data from restart structures. void loadRestartGuideRates(const int report_step, const GuideRateModel::Target target, const data::Wells &rst_wells, GuideRate &guide_rate) const Loads guide rates from restart structures. BlackoilWellModelRestart(const BlackoilWellModelGeneric< Scalar, IndexTraits > &wellModel) Constructor initializes reference to the well model. Definition: BlackoilWellModelRestart.hpp:51 Definition: GroupState.hpp:41 Definition: SingleWellState.hpp:43 Definition: WellState.hpp:66 Definition: blackoilboundaryratevector.hh:39 Static data associated with a well perforation. Definition: PerforationData.hpp:30 |