repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git]
/
applications
/
solvers
/
combustion
/
coldEngineFoam
/
startSummary.H
blob
3e1160ea88d8e873e5139ab5135dabb961e87d35
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;