1 Info<<
"Reading thermophysical properties\n" <<
endl;
3 autoPtr<hhuCombustionThermo>
pThermo
5 hhuCombustionThermo::New(
mesh)
8 basicMultiComponentMixture&
composition = thermo.composition();
34 Info<<
"\nReading field U\n" <<
endl;
51 Info<<
"Creating turbulence model\n" <<
endl;
52 autoPtr<compressible::turbulenceModel>
turbulence
54 compressible::turbulenceModel::New
63 Info<<
"Creating field DpDt\n" <<
endl;
68 Info<<
"Creating field Xi\n" <<
endl;
83 Info<<
"Creating the unstrained laminar flame speed\n" <<
endl;
86 laminarFlameSpeed::New(thermo)
90 Info<<
"Reading strained laminar flame speed field Su\n" <<
endl;
107 Info<<
"Calculating turbulent flame speed field St\n" <<
endl;
122 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;
124 if (composition.contains(
"ft"))
126 fields.add(composition.Y(
"ft"));