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:
Andreas Lauser 2016-08-09 14:49:07 +02:00
parent 92eefb4718
commit 068ee3bc18

View File

@ -219,10 +219,6 @@ public:
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.
computeRESV(timer.currentStepNum(), wells, state, well_state);