Skip to content
Snippets Groups Projects

[2p sequential] store pressure solution after initializing and before calling updateMaterialLaws

Merged Beatrix Becker requested to merge fix/2p-sequential-initial-pressure into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -217,6 +217,7 @@ public:
viscosity_[nPhaseIdx] = FluidSystem::viscosity(fluidState, nPhaseIdx);
}
storePressureSolution();
updateMaterialLaws();
this->assemble(true);
Loading