mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
12 lines
351 B
C
12 lines
351 B
C
Info<< "Total cylinder mass: " << fvc::domainIntegrate(rho).value() << endl;
|
|
//Info<< "Total fuel mass: "
|
|
// << fvc::domainIntegrate(rho*compostion.ft()).value() << endl;
|
|
|
|
OFstream logSummaryFile
|
|
(
|
|
runTime.path()/("logSummary." + runTime.timeName() + ".dat")
|
|
);
|
|
|
|
logSummaryFile
|
|
<< "# CA" << " p" << " T" << " u'" << endl;
|