local variable for pure thermal conductivity loop
This commit is contained in:
parent
1ebc2e22f2
commit
858f63cf78
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue