Multiplied with reinjection_fraction_target, as is proper.

This commit is contained in:
Kjetil Olsen Lye 2012-05-09 13:15:53 +02:00
parent 3d07b954e2
commit 12e4125081

View File

@ -577,7 +577,7 @@ namespace Opm
// as that would check if we're under group control, something we're not.
const double children_guide_rate = children_[i]->injectionGuideRate(true);
children_[i]->applyInjGroupControl(InjectionSpecification::RATE,
(children_guide_rate / my_guide_rate) * total_produced,
(children_guide_rate / my_guide_rate) * total_produced * injSpec().reinjection_fraction_target_,
false);
}
}