initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / applications / solvers / combustion / engineFoam / startSummary.H
blob3ee56bcfa8dab45d1868113d7379c676bad3e5a3
1 Info<< "Total cylinder mass: " << fvc::domainIntegrate(rho).value() << endl;
2 //Info<< "Total fuel mass: "
3 //    << fvc::domainIntegrate(rho*compostion.ft()).value() << endl;
5 OFstream logSummaryFile
7     runTime.path()/("logSummary." + runTime.timeName() + ".dat")
8 );
10 logSummaryFile
11     << "# CA" << "      p" << "        T" << "       u'" << endl;