1 Info<< "Reading thermophysical properties\n" << endl;
3 autoPtr<basicPsiThermo> pThermo
5 basicPsiThermo::New(mesh)
7 basicPsiThermo& thermo = pThermo();
9 volScalarField& p = thermo.p();
10 volScalarField& h = thermo.h();
11 const volScalarField& psi = thermo.psi();
26 Info<< "\nReading field U\n" << endl;
40 # include "compressibleCreatePhi.H"
43 Info<< "Creating turbulence model\n" << endl;
44 autoPtr<compressible::turbulenceModel> turbulence
46 compressible::turbulenceModel::New
56 Info<< "Creating field DpDt\n" << endl;
58 fvc::DDt(surfaceScalarField("phiU", phi/fvc::interpolate(rho)), p);