startSummary.H
Go to the documentation of this file.
1Info<< "Total cylinder mass: " << fvc::domainIntegrate(rho).value() << endl;
2//Info<< "Total fuel mass: "
3// << fvc::domainIntegrate(rho*compostion.ft()).value() << endl;
4
5OFstream logSummaryFile
6(
7 runTime.path()/("logSummary." + runTime.timeName() + ".dat")
8);
9
11 << "# CA" << " p" << " T" << " u'" << endl;
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