Skip to content
Snippets Groups Projects

[2pnc] fix calculation of enthalpy

Merged Bernd Flemisch requested to merge cherry-pick-a1109fbe into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -361,6 +361,9 @@ public:
fluidState.setDensity(phaseIdx, rho);
fluidState.setViscosity(phaseIdx, mu);
Scalar h = Implementation::enthalpy_(fluidState, paramCache, phaseIdx);
fluidState.setEnthalpy(phaseIdx, h);
}
}
Loading