mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-09 11:18:06 -05:00
changed: drop wrapper MultisegmentWellGeneric::computeBhpAtThpLimitProdWithAlq
This commit is contained in:
@@ -207,25 +207,6 @@ detectOscillations(const std::vector<double>& measure_history,
|
||||
stagnate = std::abs((F1 - F2) / F2) <= stagnation_rel_tol;
|
||||
}
|
||||
|
||||
template<typename Scalar>
|
||||
std::optional<double>
|
||||
MultisegmentWellGeneric<Scalar>::
|
||||
computeBhpAtThpLimitProdWithAlq(
|
||||
const std::function<std::vector<double>(const double)>& frates,
|
||||
const SummaryState& summary_state,
|
||||
const double maxPerfPress,
|
||||
const double rho,
|
||||
DeferredLogger& deferred_logger,
|
||||
double alq_value) const
|
||||
{
|
||||
return WellBhpThpCalculator(baseif_).computeBhpAtThpLimitProd(frates,
|
||||
summary_state,
|
||||
maxPerfPress,
|
||||
rho,
|
||||
alq_value,
|
||||
deferred_logger);
|
||||
}
|
||||
|
||||
template<typename Scalar>
|
||||
bool
|
||||
MultisegmentWellGeneric<Scalar>::
|
||||
|
||||
Reference in New Issue
Block a user