1 Info<<
"Reading thermophysical properties\n" <<
endl;
3 autoPtr<hsCombustionThermo>
pThermo
5 hsCombustionThermo::New(
mesh)
10 basicMultiComponentMixture&
composition = thermo.composition();
27 thermo.lookup(
"stoichiometricAirFuelMassRatio")
56 Info<<
"Creating turbulence model\n" <<
endl;
57 autoPtr<compressible::turbulenceModel>
turbulence
59 compressible::turbulenceModel::New(
rho,
U,
phi, thermo)
66 "combustionProperties",
74 Info<<
"Creating combustion model\n" <<
endl;
77 combustionModel::combustionModel::New
88 Info<<
"Calculating field g.h\n" <<
endl;
92 Info<<
"Reading field p_rgh\n" <<
endl;
125 Info<<
"Creating field DpDt\n" <<
endl;
133 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;
135 if (composition.contains(
"ft"))
137 fields.add(composition.Y(
"ft"));
140 if (composition.contains(
"fu"))
142 fields.add(composition.Y(
"fu"));