From 94e8ac2a25298bd196791cb2f92a2e2f8d4c69e6 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 24 Oct 2018 23:23:25 +0100 Subject: [PATCH] EtoHthermo.H: Corrected Ha --- src/thermophysicalModels/specie/thermo/thermo/EtoHthermo.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thermophysicalModels/specie/thermo/thermo/EtoHthermo.H b/src/thermophysicalModels/specie/thermo/thermo/EtoHthermo.H index 190c97d407..8ff174df78 100644 --- a/src/thermophysicalModels/specie/thermo/thermo/EtoHthermo.H +++ b/src/thermophysicalModels/specie/thermo/thermo/EtoHthermo.H @@ -24,5 +24,5 @@ inline scalar Ha const scalar T ) const { - return Es(p, T) + p/EquationOfState::rho(p, T); + return Ea(p, T) + p/EquationOfState::rho(p, T); }