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;
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:253
dimensioned< Type > domainIntegrate(const GeometricField< Type, fvPatchField, volMesh > &vf)
messageStream Info