1 Info<<
nl <<
"Reading thermophysicalProperties" <<
endl;
4 rhoChemistryModel::New(
mesh)
8 hsReactionThermo&
thermo = chemistry.thermo();
10 basicMultiComponentMixture&
composition = thermo.composition();
11 PtrList<volScalarField>&
Y = composition.Y();
63 Info <<
"Creating turbulence model.\n" <<
nl;
64 autoPtr<compressible::turbulenceModel>
turbulence
66 compressible::turbulenceModel::New
75 Info<<
"Creating field DpDt\n" <<
endl;
79 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;