local variable for pure thermal conductivity loop

This commit is contained in:
Yeongdo Park 2019-01-01 11:03:02 -05:00
parent 1ebc2e22f2
commit 858f63cf78

View file

@ -247,9 +247,9 @@ int main(int argc, char *argv[])
forAll(thermo.composition().species(), k)
{
XY = 0.0;
XY[k] = 1.0;
gas_.setState_TPY(thermo.T()[0], p[0], XY.data());
scalarField YY(0.0);
YY[k] = 1.0;
gas_.setState_TPY(thermo.T()[0], p[0], YY.data());
logWriter
(