BUG: chemFoam - reverted change to pressure indexing

This commit is contained in:
andy
2013-06-12 09:38:13 +01:00
parent 72c89ca286
commit 77d8b45ded

View File

@ -87,7 +87,7 @@
forAll(Y, i)
{
Y[i] = Y0[i];
h0 += Y0[i]*specieData[i].Hs(p[i], T0);
h0 += Y0[i]*specieData[i].Hs(p[0], T0);
}
thermo.he() = dimensionedScalar("h", dimEnergy/dimMass, h0);