1 Info<<
"Reading thermophysical properties\n" <<
endl;
5 rhoChemistryModel::New(
mesh)
9 hsReactionThermo&
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()
42 Info<<
"\nReading field U\n" <<
endl;
58 DimensionedField<scalar, volMesh>
kappa
72 Info<<
"Creating turbulence model\n" <<
endl;
73 autoPtr<compressible::turbulenceModel>
turbulence
75 compressible::turbulenceModel::New
84 Info<<
"Creating multi-variate interpolation scheme\n" <<
endl;
85 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;