OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

startSummary.H

Go to the documentation of this file.
00001 Info<< "Total cylinder mass: " << fvc::domainIntegrate(rho).value() << endl;
00002 
00003 OFstream logSummaryFile
00004 (
00005     runTime.path()/("logSummary." + runTime.timeName() + ".dat")
00006 );
00007 
00008 logSummaryFile
00009     << "# CA" << "      p" << "        T" << "       u'" << endl;
Copyright © 2000-2009 OpenCFD Ltd