1 Info<<
nl <<
"Reading thermophysicalProperties" <<
endl;
4 psiChemistryModel::New(
mesh)
8 hsCombustionThermo&
thermo = chemistry.thermo();
10 basicMultiComponentMixture&
composition = thermo.composition();
11 PtrList<volScalarField>&
Y = composition.Y();
62 Info <<
"Creating turbulence model.\n" <<
nl;
63 autoPtr<compressible::turbulenceModel>
turbulence
65 compressible::turbulenceModel::New
74 Info<<
"Creating field DpDt\n" <<
endl;
78 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;