mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added helpful comment.
This commit is contained in:
parent
621c87d8c7
commit
622d8ac767
@ -553,7 +553,7 @@ namespace Opm
|
|||||||
/// A vector containing surface rates by phase for each well.
|
/// A vector containing surface rates by phase for each well.
|
||||||
/// Is assumed to be ordered the same way as the related Wells-struct,
|
/// Is assumed to be ordered the same way as the related Wells-struct,
|
||||||
/// with all phase rates of a single well adjacent in the array.
|
/// with all phase rates of a single well adjacent in the array.
|
||||||
void WellsGroup::applyExplicitReinjectionControls(const std::vector<double>&,
|
void WellsGroup::applyExplicitReinjectionControls(const std::vector<double>& /*well_reservoirrates_phase*/,
|
||||||
const std::vector<double>& well_surfacerates_phase)
|
const std::vector<double>& well_surfacerates_phase)
|
||||||
{
|
{
|
||||||
if (injSpec().control_mode_ == InjectionSpecification::REIN) {
|
if (injSpec().control_mode_ == InjectionSpecification::REIN) {
|
||||||
|
Loading…
Reference in New Issue
Block a user