initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / applications / solvers / combustion / coldEngineFoam / startSummary.H
blob3e1160ea88d8e873e5139ab5135dabb961e87d35
1 Info<< "Total cylinder mass: " << fvc::domainIntegrate(rho).value() << endl;
3 OFstream logSummaryFile
5     runTime.path()/("logSummary." + runTime.timeName() + ".dat")
6 );
8 logSummaryFile
9     << "# CA" << "      p" << "        T" << "       u'" << endl;