mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add sat table id to well struct
This commit is contained in:
parent
05a616f483
commit
ef78f01715
@ -324,10 +324,11 @@ try
|
||||
for (int i = 0; i < num_wells; ++i) {
|
||||
const int well_cells = i*nx;
|
||||
const double well_index = 1;
|
||||
const int sat_table_id = -1;
|
||||
std::stringstream well_name;
|
||||
well_name << "well" << i;
|
||||
bool allowCrossFlow = true;
|
||||
add_well(PRODUCER, 0, 1, NULL, &well_cells, &well_index,
|
||||
add_well(PRODUCER, 0, 1, NULL, &well_cells, &well_index, &sat_table_id,
|
||||
well_name.str().c_str(), allowCrossFlow, wells);
|
||||
}
|
||||
/// \internal[well cells]
|
||||
|
Loading…
Reference in New Issue
Block a user