10 lines
254 B
C++
10 lines
254 B
C++
|
Info<< "Total cylinder mass: " << fvc::domainIntegrate(rho).value() << endl;
|
||
|
|
||
|
OFstream logSummaryFile
|
||
|
(
|
||
|
runTime.path()/("logSummary." + runTime.timeName() + ".dat")
|
||
|
);
|
||
|
|
||
|
logSummaryFile
|
||
|
<< "# CA" << " p" << " T" << " u'" << endl;
|