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;
OFstream post(args.path()/"chemFoam.out")
engineTime & runTime
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
rhoReactionThermo & thermo
Definition: createFields.H:28
scalar Qdot
Definition: solveChemistry.H:2
PtrList< volScalarField > & Y
messageStream Info