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;
50 Info<<
"Creating turbulence model\n" <<
endl;
53 compressible::RASModel::New
62 Info<<
"Creating field DpDt\n" <<
endl;
70 Info<<
"Creating the unstrained laminar flame speed\n" <<
endl;
73 laminarFlameSpeed::New(thermo)
77 Info<<
"Reading strained laminar flame speed field Su\n" <<
endl;
91 Info<<
"Reading field betav\n" <<
endl;
97 runTime.findInstance(polyMesh::meshSubDir,
"betav"),
106 IOdictionary PDRProperties
119 autoPtr<PDRDragModel>
drag = PDRDragModel::New
140 Info<<
"Calculating turbulent flame speed field St\n" <<
endl;
151 flameWrinkling->Xi()*
Su
155 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;
157 if (composition.contains(
"ft"))
159 fields.add(composition.Y(
"ft"));
165 flameWrinkling->addXi(fields);