mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
cleanup2
This commit is contained in:
parent
cb99a2fc74
commit
418880730e
@ -202,7 +202,7 @@ computeBhpAtThpLimitProdWithAlq(const std::function<std::vector<double>(const do
|
|||||||
double maxPerfPress,
|
double maxPerfPress,
|
||||||
double alq_value) const
|
double alq_value) const
|
||||||
{
|
{
|
||||||
return baseif_.computeBhpAtThpLimitProdCommon(frates, summary_state, maxPerfPress, getRho(), alq_value, deferred_logger);
|
return baseif_.computeBhpAtThpLimitProdCommon(frates, summary_state, maxPerfPress, getRho(), alq_value, deferred_logger);
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class Scalar>
|
template<class Scalar>
|
||||||
|
@ -657,7 +657,7 @@ std::optional<double>
|
|||||||
WellInterfaceGeneric::
|
WellInterfaceGeneric::
|
||||||
computeBhpAtThpLimitCommon(const std::function<std::vector<double>(const double)>& frates,
|
computeBhpAtThpLimitCommon(const std::function<std::vector<double>(const double)>& frates,
|
||||||
const std::function<double(const std::vector<double>)>& fbhp,
|
const std::function<double(const std::vector<double>)>& fbhp,
|
||||||
const std::array<double, 2> range,
|
const std::array<double, 2>& range,
|
||||||
DeferredLogger& deferred_logger) const
|
DeferredLogger& deferred_logger) const
|
||||||
{
|
{
|
||||||
// Given a VFP function returning bhp as a function of phase
|
// Given a VFP function returning bhp as a function of phase
|
||||||
|
@ -204,7 +204,7 @@ protected:
|
|||||||
std::optional<double> computeBhpAtThpLimitCommon(
|
std::optional<double> computeBhpAtThpLimitCommon(
|
||||||
const std::function<std::vector<double>(const double)>& frates,
|
const std::function<std::vector<double>(const double)>& frates,
|
||||||
const std::function<double(const std::vector<double>)>& fbhp,
|
const std::function<double(const std::vector<double>)>& fbhp,
|
||||||
const std::array<double, 2> range,
|
const std::array<double, 2>& range,
|
||||||
DeferredLogger& deferred_logger) const;
|
DeferredLogger& deferred_logger) const;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user