From 068ee3bc18469458b06d3931f76f580031a40447 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Tue, 9 Aug 2016 14:49:07 +0200 Subject: [PATCH] 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... --- opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp b/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp index 4a8cce42d..68e487fda 100644 --- a/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp +++ b/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp @@ -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);