FreeFOAM The Cross-Platform CFD Toolkit
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;
12 
13 // ************************ vim: set sw=4 sts=4 et: ************************ //