mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use network pressures from restart
This commit is contained in:
@@ -154,6 +154,11 @@ namespace {
|
||||
std::move(python), outputInterval, init_state);
|
||||
}
|
||||
|
||||
// Read network pressures from restart
|
||||
if (rst_state.network.isActive()) {
|
||||
eclipseState.loadRestartNetworkPressures(rst_state.network);
|
||||
}
|
||||
|
||||
udqState = std::make_unique<Opm::UDQState>
|
||||
((*schedule)[0].udq().params().undefinedValue());
|
||||
udqState->load_rst(rst_state);
|
||||
|
||||
Reference in New Issue
Block a user