1 Info<< "Reading thermophysical properties\n" << endl;
3 autoPtr<basicThermo> thermo
21 volScalarField& p = thermo->p();
22 const volScalarField& psi = thermo->psi();
23 volScalarField& h = thermo->h();
24 const volScalarField& T = thermo->T();
27 Info<< "\nReading field U\n" << endl;
41 # include "compressibleCreatePhi.H"
44 Info<< "Creating turbulence model\n" << endl;
45 autoPtr<compressible::RASModel> turbulence
47 compressible::RASModel::New
56 Info<< "Creating field DpDt\n" << endl;
58 fvc::DDt(surfaceScalarField("phiU", phi/fvc::interpolate(rho)), p);