Optional passing of the temperature vector to the restart machinary

If enableTemperature and --enable-opm-restart-file=true the temperature is passed to or read from the restart file
This commit is contained in:
Tor Harald Sandve
2021-06-01 11:55:54 +02:00
parent 1ea70da7e6
commit 3422e18583
4 changed files with 18 additions and 3 deletions

View File

@@ -118,6 +118,7 @@ public:
simulator.vanguard().summaryConfig(),
simulator.vanguard().summaryState(),
getPropValue<TypeTag, Properties::EnableEnergy>(),
getPropValue<TypeTag, Properties::EnableTemperature>(),
getPropValue<TypeTag, Properties::EnableSolvent>(),
getPropValue<TypeTag, Properties::EnablePolymer>(),
getPropValue<TypeTag, Properties::EnableFoam>(),