FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

startSummary.H

Go to the documentation of this file.
00001 Info<< "Total cylinder mass: " << fvc::domainIntegrate(rho).value() << endl;
00002 //Info<< "Total fuel mass: "
00003 //    << fvc::domainIntegrate(rho*compostion.ft()).value() << endl;
00004 
00005 OFstream logSummaryFile
00006 (
00007     runTime.path()/("logSummary." + runTime.timeName() + ".dat")
00008 );
00009 
00010 logSummaryFile
00011     << "# CA" << "      p" << "        T" << "       u'" << endl;
00012 
00013 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines