mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
not using spres_lower_limit limit non-top segments
with multi-segments, the segment pressure can be lower than the bhp, so it is not desirable to use spres_lower_limit to limit the segment pressure. We only use spres_lower_limit to limit the bhp, which is still valid until we begin using bhp limit lower than 1 bar.
This commit is contained in:
@@ -97,7 +97,8 @@ public:
|
||||
const double relaxation_factor,
|
||||
const double DFLimit,
|
||||
const bool stop_or_zero_rate_target,
|
||||
const double max_pressure_change);
|
||||
const double max_pressure_change,
|
||||
DeferredLogger& deferred_logger);
|
||||
|
||||
//! \brief Copy values to well state.
|
||||
void copyToWellState(const MultisegmentWellGeneric<Scalar>& mswell,
|
||||
|
||||
Reference in New Issue
Block a user