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 volScalarField& h = thermo.h();
24 const volScalarField& psi = thermo.psi();
27 Info<< "Reading field U\n" << endl;
41 #include "compressibleCreatePhi.H"
44 Info<< "Creating turbulence model\n" << endl;
45 autoPtr<compressible::RASModel> turbulence
47 compressible::RASModel::New
59 scalar pRefValue = 0.0;
63 mesh.solutionDict().subDict("SIMPLE"),
69 dimensionedScalar initialMass = fvc::domainIntegrate(rho);