mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Provide Simulator's Dynamic CTF in data::Connection
This is in preparation of implementing the WELPI feature.
This commit is contained in:
@@ -168,6 +168,8 @@ Opm::data::Connection getConnection()
|
||||
con1.cell_saturation_water = 5.0;
|
||||
con1.cell_saturation_gas = 6.0;
|
||||
con1.effective_Kh = 7.0;
|
||||
con1.trans_factor = 8.0;
|
||||
|
||||
return con1;
|
||||
}
|
||||
|
||||
|
||||
@@ -240,8 +240,8 @@ void test_readWriteWells()
|
||||
* the connection keys (active indices) and well names correspond to the
|
||||
* input deck. All other entries in the well structures are arbitrary.
|
||||
*/
|
||||
w1.connections.push_back( { 88, rc1, 30.45, 123.45, 0.0, 0.0, 0.0, 0.0 } );
|
||||
w1.connections.push_back( { 288, rc2, 33.19, 67.89, 0.0, 0.0, 0.0, 0.0 } );
|
||||
w1.connections.push_back( { 88, rc1, 30.45, 123.45, 0.0, 0.0, 0.0, 0.0, 123.456 } );
|
||||
w1.connections.push_back( { 288, rc2, 33.19, 67.89, 0.0, 0.0, 0.0, 0.0, 123.456 } );
|
||||
|
||||
w2.rates = r2;
|
||||
w2.bhp = 2.34;
|
||||
@@ -249,7 +249,7 @@ void test_readWriteWells()
|
||||
w2.control = 1;
|
||||
//w1.injectionControl = 2;
|
||||
//w1.productionControl = 2;
|
||||
w2.connections.push_back( { 188, rc3, 36.22, 19.28, 0.0, 0.0, 0.0, 0.0 } );
|
||||
w2.connections.push_back( { 188, rc3, 36.22, 19.28, 0.0, 0.0, 0.0, 0.0, 123.456 } );
|
||||
|
||||
Opm::data::Wells wellRates;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user