FreeFOAM The Cross-Platform CFD Toolkit
startSummary.H
Go to the documentation of this file.
1 Info<< "Total cylinder mass: " << fvc::domainIntegrate(rho).value() << endl;
2 
3 OFstream logSummaryFile
4 (
5  runTime.path()/("logSummary." + runTime.timeName() + ".dat")
6 );
7 
8 logSummaryFile
9  << "# CA" << " p" << " T" << " u'" << endl;
10 
11 // ************************ vim: set sw=4 sts=4 et: ************************ //