Skip to content
Snippets Groups Projects
Commit 77d8b45d authored by andy's avatar andy
Browse files

BUG: chemFoam - reverted change to pressure indexing

parent 72c89ca2
Branches
Tags
No related merge requests found
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
forAll(Y, i) forAll(Y, i)
{ {
Y[i] = Y0[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); thermo.he() = dimensionedScalar("h", dimEnergy/dimMass, h0);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment