output.H
Go to the documentation of this file.
1  runTime.write();
2 
3  Info<< "Sh = " << Sh
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;
11 
scalar Sh
Definition: solveChemistry.H:2
OFstream post(args.path()/"chemFoam.out")
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:253
psiReactionThermo & thermo
Definition: createFields.H:31
PtrList< volScalarField > & Y
messageStream Info