OpenFOAM: API Guide
v2006
The open source CFD toolbox
startSummary.H
Go to the documentation of this file.
1
Info
<<
"Total cylinder mass: "
<<
fvc::domainIntegrate
(
rho
).value() <<
endl
;
2
//Info<< "Total fuel mass: "
3
// << fvc::domainIntegrate(rho*compostion.ft()).value() << endl;
4
5
OFstream
logSummaryFile
6
(
7
runTime
.path()/(
"logSummary."
+
runTime
.timeName() +
".dat"
)
8
);
9
10
logSummaryFile
11
<<
"# CA"
<<
" p"
<<
" T"
<<
" u'"
<<
endl
;
runTime
engineTime & runTime
Definition:
createEngineTime.H:13
Foam::fvc::domainIntegrate
dimensioned< Type > domainIntegrate(const GeometricField< Type, fvPatchField, volMesh > &vf)
Definition:
fvcVolumeIntegrate.C:88
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition:
Ostream.H:350
rho
rho
Definition:
readInitialConditions.H:88
logSummaryFile
Info<< "Total cylinder mass: "<< fvc::domainIntegrate(rho).value()<< endl;autoPtr< OFstream > logSummaryFile
Definition:
startSummary.H:3
Foam::Info
messageStream Info
Information stream (uses stdout - output is on the master only)
applications
solvers
lagrangian
sprayFoam
engineFoam
startSummary.H
Generated by
1.8.17
OPENFOAM® is a registered
trademark
of OpenCFD Ltd.