some clean up

This commit is contained in:
Paul Egberts
2022-03-06 20:51:57 +01:00
parent 797fdc278b
commit d89672e4a3
5 changed files with 3 additions and 6 deletions

View File

@@ -136,9 +136,6 @@ public:
if (FluidSystem::enableVaporizedWater())
fluidState.setRvw(initialState.rvw()[elemIdx]);
else if (Indices::gasEnabled)
fluidState.setRvw(0.0);
// set the temperature.
if (enableTemperature || enableEnergy)