mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
flow_ebos: no need to update the properties object
ebos does this internally. in flow_ebos these objects are only needed for the well model...
This commit is contained in:
parent
92eefb4718
commit
068ee3bc18
@ -219,10 +219,6 @@ public:
|
|||||||
output_writer_.writeTimeStep( timer, state, well_state );
|
output_writer_.writeTimeStep( timer, state, well_state );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Max oil saturation (for VPPARS), hysteresis update.
|
|
||||||
props_.updateSatOilMax(state.saturation());
|
|
||||||
props_.updateSatHyst(state.saturation(), allcells_);
|
|
||||||
|
|
||||||
// Compute reservoir volumes for RESV controls.
|
// Compute reservoir volumes for RESV controls.
|
||||||
computeRESV(timer.currentStepNum(), wells, state, well_state);
|
computeRESV(timer.currentStepNum(), wells, state, well_state);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user