Call SingleWellState::update_targets for ACTIONX affected wells

This commit is contained in:
Joakim Hove
2021-11-01 08:49:46 +01:00
parent 869de90b56
commit fd5640774b
5 changed files with 15 additions and 3 deletions

View File

@@ -76,6 +76,7 @@ public:
void reset_connection_factors(const std::vector<PerforationData>& new_perf_data);
void update_producer_targets(const Well& ecl_well, const SummaryState& st);
void update_injector_targets(const Well& ecl_well, const SummaryState& st);
void update_targets(const Well& ecl_well, const SummaryState& st);
void updateStatus(Well::Status status);
void init_timestep(const SingleWellState& other);
void shut();