1 Info<<
nl <<
"Reading thermophysicalProperties" <<
endl;
5 psiChemistryModel::New(
mesh)
9 hsCombustionThermo&
thermo = chemistry.thermo();
11 basicMultiComponentMixture&
composition = thermo.composition();
12 PtrList<volScalarField>&
Y = composition.Y();
19 <<
"Specified inert specie '" <<
inertSpecie <<
"' not found in "
20 <<
"species list. Available species:" << composition.species()
72 Info <<
"Creating turbulence model.\n" <<
nl;
73 autoPtr<compressible::turbulenceModel>
turbulence
75 compressible::turbulenceModel::New
84 Info<<
"Creating field DpDt\n" <<
endl;
89 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;