Adjust Whitespace

In preparation of adding restart support for Item 2 of GEFAC.
This commit is contained in:
Bård Skaflestad 2021-10-20 23:45:04 +02:00
parent 612706e02f
commit 7aae45a67f
2 changed files with 7 additions and 8 deletions

View File

@ -24,10 +24,10 @@
namespace Opm { namespace RestartIO { namespace Helpers { namespace VectorItems {
namespace SGroup {
enum prod_index : std::vector<float>::size_type {
GuideRate = 2,
GuideRate = 2, // Group's guide rate value
OilRateLimit = 6, // Group's oil production target/limit
WatRateLimit = 7, // Group's water production target/limit
GasRateLimit = 8, // Group's gas production target/limit
@ -41,7 +41,7 @@ namespace Opm { namespace RestartIO { namespace Helpers { namespace VectorItems
oilResRateLimit = 11, // Group's oil reservoir volume injection rate target/limit
oilReinjectionLimit = 12, // Group's oil reinjection fraction target/limit
oilVoidageLimit = 13, // Group's oil voidage injection fraction target/limit
waterSurfRateLimit = 15, //i Group's water surface volume injection rate target/limit
waterSurfRateLimit = 15, // Group's water surface volume injection rate target/limit
waterResRateLimit = 16, // Group's water reservoir volume injection rate target/limit
waterReinjectionLimit = 17, // Group's water reinjection fraction target/limit
waterVoidageLimit = 18, // Group's water voidage injection fraction target/limit
@ -49,7 +49,6 @@ namespace Opm { namespace RestartIO { namespace Helpers { namespace VectorItems
gasResRateLimit = 21, // Group's gas reservoir volume injection rate target/limit
gasReinjectionLimit = 22, // Group's gas reinjection fraction target/limit
gasVoidageLimit = 23, // Group's gas voidage injection fraction target/limit
};
} // SGroup