mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add temperature to SingleWellState
This commit is contained in:
@@ -175,7 +175,7 @@ loadRestartData(const data::Wells& rst_wells,
|
||||
auto& ws = well_state.well(well_index);
|
||||
ws.bhp = rst_well.bhp;
|
||||
ws.thp = rst_well.thp;
|
||||
well_state.update_temperature(well_index, rst_well.temperature);
|
||||
ws.temperature = rst_well.temperature;
|
||||
|
||||
if (rst_well.current_control.isProducer) {
|
||||
well_state.currentProductionControl(well_index, rst_well.current_control.prod);
|
||||
|
||||
Reference in New Issue
Block a user