compare pure species thermal conductivity

This commit is contained in:
Yeongdo Park 2019-01-01 10:40:18 -05:00
parent 74ddb91998
commit 1ebc2e22f2

View file

@ -245,7 +245,21 @@ int main(int argc, char *argv[])
)
;
Info << kSp << nl << endl;
forAll(thermo.composition().species(), k)
{
XY = 0.0;
XY[k] = 1.0;
gas_.setState_TPY(thermo.T()[0], p[0], XY.data());
logWriter
(
"k_"+thermo.composition().species()[k],
thermo.T()[0],
kSp[k],
tr_->thermalConductivity()
)
;
}
}
Info << logWriter.numErrors() << " / " << logWriter.numTests() << " End" << nl << endl;