compare pure species thermal conductivity
This commit is contained in:
parent
74ddb91998
commit
1ebc2e22f2
1 changed files with 15 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue