startSummary.H
Go to the documentation of this file.
1Info<< "Total cylinder mass: " << fvc::domainIntegrate(rho).value() << endl;
2
3autoPtr<OFstream> logSummaryFile;
4
5if (Pstream::master())
6{
8 (
9 new OFstream
10 (
11 runTime.globalPath()
12 /("logSummary." + runTime.timeName() + ".dat")
13 )
14 );
15
17 << "# CA" << " p" << " T" << " u'" << " c"
18 << endl;
19}
Info<< "Total cylinder mass: "<< fvc::domainIntegrate(rho).value()<< endl;autoPtr< OFstream > logSummaryFile
Definition: startSummary.H:3
engineTime & runTime
messageStream Info
Information stream (stdout output on master, null elsewhere)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:372