BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.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;