changed: drop wrapper MultisegmentWellGeneric::computeBhpAtThpLimitProdWithAlq

This commit is contained in:
Arne Morten Kvarving
2022-10-31 13:16:16 +01:00
parent db05f1d73f
commit 42fff132b0
3 changed files with 13 additions and 44 deletions
@@ -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>::