diff --git a/opm/material/components/SimpleHuDuanH2O.hpp b/opm/material/components/SimpleHuDuanH2O.hpp index 313e83271..0309161f6 100644 --- a/opm/material/components/SimpleHuDuanH2O.hpp +++ b/opm/material/components/SimpleHuDuanH2O.hpp @@ -192,7 +192,7 @@ public: template static Evaluation liquidEnthalpy(const Evaluation& temperature, const Evaluation& /*pressure*/) - { return 4173.90253918*temperature + 0.11463337*pow(temperature, 2); } + { return temperature*(4173.90253918 + 0.11463337*temperature); } /*! * \copydoc Component::liquidHeatCapacity