OpenFOAM: API Guide
v2112
The open source CFD toolbox
output.H
Go to the documentation of this file.
1
runTime
.write();
2
3
Info<<
"Qdot = "
<<
Qdot
4
<<
", T = "
<<
thermo
.T()[0]
5
<<
", p = "
<<
thermo
.p()[0]
6
<<
", "
<<
Y
[0].name() <<
" = "
<<
Y
[0][0]
7
<< endl;
8
9
post
<<
runTime
.value() << token::TAB <<
thermo
.T()[0] << token::TAB
10
<<
thermo
.p()[0] << endl;
thermo
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
Y
PtrList< volScalarField > & Y
Definition:
createFieldRefs.H:7
runTime
engineTime & runTime
Definition:
createEngineTime.H:13
Qdot
scalar Qdot
Definition:
solveChemistry.H:2
post
OFstream post(args.path()/"chemFoam.out")
applications
solvers
combustion
chemFoam
output.H
Generated by
1.9.5
OPENFOAM® is a registered
trademark
of OpenCFD Ltd.