OpenFOAM-5.x/applications/solvers/combustion/chemFoam/output.H
2014-12-10 22:40:10 +00:00

11 lines
297 B
C

runTime.write();
Info<< "Sh = " << Sh
<< ", T = " << thermo.T()[0]
<< ", p = " << thermo.p()[0]
<< ", " << Y[0].name() << " = " << Y[0][0]
<< endl;
post<< runTime.value() << token::TAB << thermo.T()[0] << token::TAB
<< thermo.p()[0] << endl;