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:
Kai Bao
2024-02-29 00:23:11 +01:00
parent c7e7204727
commit f7ad5cb211
3 changed files with 24 additions and 8 deletions

View File

@@ -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,