startSummary.H
Go to the documentation of this file.
1 Info<< "Total cylinder mass: " << fvc::domainIntegrate(rho).value() << endl;
2 //Info<< "Total fuel mass: "
3 // << fvc::domainIntegrate(rho*compostion.ft()).value() << endl;
4 
5 OFstream logSummaryFile
6 (
7  runTime.path()/("logSummary." + runTime.timeName() + ".dat")
8 );
9 
10 logSummaryFile
11  << "# CA" << " p" << " T" << " u'" << endl;
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:253
dimensioned< Type > domainIntegrate(const GeometricField< Type, fvPatchField, volMesh > &vf)
messageStream Info