1 Info<< nl << "Reading thermophysicalProperties" << endl;
2 autoPtr<psiChemistryModel> pChemistry
4 psiChemistryModel::New(mesh)
6 psiChemistryModel& chemistry = pChemistry();
8 hsCombustionThermo& thermo = chemistry.thermo();
10 basicMultiComponentMixture& composition = thermo.composition();
11 PtrList<volScalarField>& Y = composition.Y();
13 word inertSpecie(thermo.lookup("inertSpecie"));
26 Info<< "Reading field U\n" << endl;
41 volScalarField& p = thermo.p();
42 const volScalarField& psi = thermo.psi();
43 volScalarField& hs = thermo.hs();
44 const volScalarField& T = thermo.T();
46 #include "compressibleCreatePhi.H"
59 dimensionedScalar("zero", dimless, 0.0)
62 Info << "Creating turbulence model.\n" << nl;
63 autoPtr<compressible::turbulenceModel> turbulence
65 compressible::turbulenceModel::New
74 Info<< "Creating field DpDt\n" << endl;
77 fvc::DDt(surfaceScalarField("phiU", phi/fvc::interpolate(rho)), p)
80 multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields;
88 DimensionedField<scalar, volMesh> chemistrySh
99 dimensionedScalar("chemistrySh", dimEnergy/dimTime/dimVolume, 0.0)