1 Info<< "Reading thermophysical properties\n" << endl;
3 autoPtr<basicPsiThermo> pThermo
5 basicPsiThermo::New(mesh)
7 basicPsiThermo& thermo = pThermo();
9 volScalarField& T = const_cast<volScalarField&>(thermo.T());
10 volScalarField& p = thermo.p();
11 volScalarField& e = thermo.e();
13 volScalarField psis("psi", thermo.psi()/thermo.Cp()*thermo.Cv());
27 Info<< "Reading field U\n" << endl;
41 # include "compressibleCreatePhi.H"
43 Info<< "Creating turbulence model\n" << endl;
44 autoPtr<compressible::turbulenceModel> turbulence
46 compressible::turbulenceModel::New