mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Bugfix. enableStorageTerm=false
Shift intensiveQuantities each timestep
This commit is contained in:
parent
13b7a4a426
commit
5f33a1a1bc
@ -183,6 +183,7 @@ namespace Opm {
|
||||
} else {
|
||||
// set the initial solution.
|
||||
ebosSimulator_.model().solution( 1 /* timeIdx */ ) = ebosSimulator_.model().solution( 0 /* timeIdx */ );
|
||||
ebosSimulator_.model().shiftIntensiveQuantityCache(/*numSlots=*/1);
|
||||
}
|
||||
|
||||
// set the timestep size and index in ebos explicitly
|
||||
|
Loading…
Reference in New Issue
Block a user