startSummary.H
Go to the documentation of this file.
1 Info<< "Total cylinder mass: " << fvc::domainIntegrate(rho).value() << endl;
2 
3 autoPtr<OFstream> logSummaryFile;
4 
5 if (Pstream::master())
6 {
7  logSummaryFile = new OFstream
8  (
9  runTime.rootPath()/runTime.globalCaseName()
10  /("logSummary." + runTime.timeName() + ".dat")
11  );
12 
14  << "# CA" << " p" << " T" << " u'" << endl;
15 }
engineTime & runTime
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
dimensioned< Type > domainIntegrate(const GeometricField< Type, fvPatchField, volMesh > &vf)
Info<< "Total cylinder mass: "<< fvc::domainIntegrate(rho).value()<< endl;autoPtr< OFstream > logSummaryFile
Definition: startSummary.H:3
messageStream Info