From 6335be9356324a0730abfd0b01945c5d3ba48dd2 Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Sat, 21 Nov 2015 18:29:20 +0000 Subject: [PATCH] specie/thermo: Use Pstd in the evaluation of equilibrium coefficients --- src/thermophysicalModels/specie/thermo/thermo/thermoI.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thermophysicalModels/specie/thermo/thermo/thermoI.H b/src/thermophysicalModels/specie/thermo/thermo/thermoI.H index 2617da968c2..9b8eb307772 100644 --- a/src/thermophysicalModels/specie/thermo/thermo/thermoI.H +++ b/src/thermophysicalModels/specie/thermo/thermo/thermoI.H @@ -281,7 +281,7 @@ template<class Thermo, template<class> class Type> inline Foam::scalar Foam::species::thermo<Thermo, Type>::K(const scalar p, const scalar T) const { - scalar arg = -this->nMoles()*this->g(p, T)/(RR*T); + scalar arg = -this->nMoles()*this->g(Pstd, T)/(RR*T); if (arg < 600.0) { -- GitLab