My Project
|
Class for restarting the blackoil well model. More...
#include <BlackoilWellModelRestart.hpp>
Public Member Functions | |
BlackoilWellModelRestart (const BlackoilWellModelGeneric &wellModel) | |
Constructor initializes reference to the well model. | |
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. | |
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 &well_state, GroupState &grpState) const |
Loads well data from restart structures. | |
Class for restarting the blackoil well model.