1 Info<< "Reading thermophysical properties\n" << endl;
3 autoPtr<basicPsiThermo> pThermo
5 basicPsiThermo::New(mesh)
7 basicPsiThermo& thermo = pThermo();
22 volScalarField& p = thermo.p();
23 const volScalarField& psi = thermo.psi();
24 volScalarField& h = thermo.h();
25 const volScalarField& T = thermo.T();
28 Info<< "\nReading field U\n" << endl;
42 #include "compressibleCreatePhi.H"
45 Info<< "Creating turbulence model\n" << endl;
46 autoPtr<compressible::turbulenceModel> turbulence
48 compressible::turbulenceModel::New
57 Info<< "Creating field DpDt\n" << endl;
60 fvc::DDt(surfaceScalarField("phiU", phi/fvc::interpolate(rho)), p)