mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-28 20:13:49 -06:00
fix spelling
This commit is contained in:
parent
9e64896054
commit
c930ac9858
@ -1999,7 +1999,7 @@ namespace Opm
|
||||
}
|
||||
|
||||
if (!group.isInjectionGroup() || currentGroupControl == Group::InjectionCMode::NONE) {
|
||||
// use bhp as control eq and let the updateControl code find a vallied control
|
||||
// use bhp as control eq and let the updateControl code find a valid control
|
||||
const auto& controls = well.injectionControls(summaryState);
|
||||
control_eq = getSegmentPressure(0) - controls.bhp_limit;
|
||||
return;
|
||||
|
@ -985,7 +985,7 @@ namespace Opm
|
||||
}
|
||||
|
||||
if (!group.isInjectionGroup() || currentGroupControl == Group::InjectionCMode::NONE) {
|
||||
// use bhp as control eq and let the updateControl code find a vallied control
|
||||
// use bhp as control eq and let the updateControl code find a valid control
|
||||
const auto& controls = well.injectionControls(summaryState);
|
||||
control_eq = getBhp() - controls.bhp_limit;
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user