mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
update well state when switching to THP control for producers
hopefully, it begins at a reasonably good initial point. When the Newton iteration begins with certian solution region, the nonlinear solution might fail.
This commit is contained in:
@@ -258,6 +258,10 @@ namespace Opm
|
||||
const Simulator& ebos_simulator,
|
||||
DeferredLogger& deferred_logger) const;
|
||||
|
||||
bool updateWellStateWithTHPTargetProd(const Simulator& ebos_simulator,
|
||||
WellState& well_state,
|
||||
DeferredLogger& deferred_logger) const;
|
||||
|
||||
virtual double getRefDensity() const override;
|
||||
|
||||
virtual bool iterateWellEqWithControl(const Simulator& ebosSimulator,
|
||||
|
||||
Reference in New Issue
Block a user