output.H
Go to the documentation of this file.
1 runTime.write();
2
3 Info<< "Qdot = " << Qdot
4 << ", T = " << thermo.T()[0]
5 << ", p = " << thermo.p()[0]
6 << ", " << Y[0].name() << " = " << Y[0][0]
7 << endl;
8
9 post<< runTime.value() << token::TAB << thermo.T()[0] << token::TAB
10 << thermo.p()[0] << endl;
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
PtrList< volScalarField > & Y
engineTime & runTime
scalar Qdot
Definition: solveChemistry.H:2
OFstream post(args.path()/"chemFoam.out")