mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Changed variable name of well test ALQ
This commit is contained in:
parent
a8a1a480b7
commit
528a5ce1a9
@ -1039,14 +1039,14 @@ namespace Opm
|
||||
phase_usage,
|
||||
ecl_well_map,
|
||||
deferred_logger);
|
||||
auto [max_alq, success] = glift->wellTestALQ();
|
||||
auto [wtest_alq, success] = glift->wellTestALQ();
|
||||
std::string msg;
|
||||
const auto& unit_system = schedule.getUnits();
|
||||
if (success) {
|
||||
well_state.setALQ(well_name, max_alq);
|
||||
well_state.setALQ(well_name, wtest_alq);
|
||||
msg = fmt::format(
|
||||
"GLIFT WTEST: Well {} : Setting ALQ to optimized value = {}",
|
||||
well_name, unit_system.from_si(UnitSystem::measure::gas_surface_rate, max_alq));
|
||||
well_name, unit_system.from_si(UnitSystem::measure::gas_surface_rate, wtest_alq));
|
||||
}
|
||||
else {
|
||||
if (!gl_well.use_glo()) {
|
||||
|
Loading…
Reference in New Issue
Block a user