Identify More Connection Restart Items
In particular, add named items for cumulative production and injection in the XCON array. These are needed in order to generate continuous connection-level curves in restarted runs. While here, also add a named item for the well-level cumulative oil injection quantity.
This commit is contained in:
parent
9f0185018e
commit
941df67e24
@ -67,13 +67,25 @@ namespace Opm { namespace RestartIO { namespace Helpers { namespace VectorItems
|
||||
WaterRate = 1, // Surface flow rate (water)
|
||||
GasRate = 2, // Surface Flow rate (gas)
|
||||
|
||||
OilPrTotal = 3, // Total cumulative oil production
|
||||
WatPrTotal = 4, // Total cumulative water production
|
||||
GasPrTotal = 5, // Total cumulative gas production
|
||||
|
||||
OilInjTotal = 6, // Total cumulative oil injection
|
||||
WatInjTotal = 7, // Total cumulative water injection
|
||||
GasInjTotal = 8, // Total cumulative gas injection
|
||||
|
||||
GORatio = 10, // Producing gas/oil ratio
|
||||
|
||||
OilRate_Copy = 17, // Surface flow rate (oil)
|
||||
WaterRate_Copy = 18, // Surface flow rate (water)
|
||||
GasRate_Copy = 19, // Surface Flow rate (gas)
|
||||
|
||||
Pressure = 34, // Connection pressure value
|
||||
|
||||
ResVRate = 49, // Reservoir voidage rate
|
||||
ResVRate = 49, // Reservoir voidage rate
|
||||
VoidPrTotal = 50, // Total cumulative reservoir voidage volume production
|
||||
VoidInjTotal = 51, // Total cumulative reservoir voidage volume injection
|
||||
};
|
||||
} // XConn
|
||||
}}}} // Opm::RestartIO::Helpers::VectorItems
|
||||
|
@ -202,6 +202,7 @@ namespace Opm { namespace RestartIO { namespace Helpers { namespace VectorItems
|
||||
VoidPrTotal = 21, // Well's total cumulative reservoir
|
||||
// voidage production
|
||||
|
||||
OilInjTotal = 22, // Well's total cumulative oil injection
|
||||
WatInjTotal = 23, // Well's total cumulative water injection
|
||||
GasInjTotal = 24, // Well's total cumulative gas injection
|
||||
VoidInjTotal = 25, // Well's total cumulative reservoir volume injection
|
||||
|
Loading…
Reference in New Issue
Block a user