1 Info<<
"Reading thermophysical properties\n" <<
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()
29 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;
81 Info<<
"\nReading field U\n" <<
endl;
97 DimensionedField<scalar, volMesh>
kappa
111 Info<<
"Creating turbulence model\n" <<
endl;
112 autoPtr<compressible::turbulenceModel>
turbulence
114 compressible::turbulenceModel::New
123 Info<<
"Creating field DpDt\n" <<
endl;
130 Info<<
"\nConstructing explicit enthalpy source" <<
endl;