1 Info<< nl << "Reading thermophysicalProperties" << endl;
2 autoPtr<rhoChemistryModel> pChemistry
4 rhoChemistryModel::New(mesh)
6 rhoChemistryModel& chemistry = pChemistry();
8 hsReactionThermo& 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();
47 #include "compressibleCreatePhi.H"
60 dimensionedScalar("zero", dimless, 0.0)
63 Info << "Creating turbulence model.\n" << nl;
64 autoPtr<compressible::turbulenceModel> turbulence
66 compressible::turbulenceModel::New
75 Info<< "Creating field DpDt\n" << endl;
78 fvc::DDt(surfaceScalarField("phiU", phi/fvc::interpolate(rho)), p)
81 multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields;
89 DimensionedField<scalar, volMesh> chemistrySh
100 dimensionedScalar("chemistrySh", dimEnergy/dimTime/dimVolume, 0.0)