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& e = thermo.e();
11 const volScalarField& psi = thermo.psi();
24 Info<< "Reading field U\n" << endl;
38 #include "compressibleCreatePhi.H"
41 Info<< "Creating turbulence model\n" << endl;
42 autoPtr<compressible::turbulenceModel> turbulence
44 compressible::turbulenceModel::New