const surfaceScalarField & hQGDf
const surfaceScalarField & tauQGDf
volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho())
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
static autoPtr< fvscStencil > New(const word &name, const fvMesh &mesh)
Return a reference to the selected fvscStencil model.
volScalarField rhoE(IOobject("rhoE", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), rho *e+rho *0.5 *magSqr(U))
const volScalarField & gamma
Info<< "Thermo corrected"<< endl;autoPtr< compressible::turbulenceModel > turbulence
Switch implicitDiffusion(thermo.implicitDiffusion())
const volScalarField & psi
volVectorField rhoU(IOobject("rhoU", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), rho *U)
Info<< "Reading thermophysical properties\n"<< endl;autoPtr< psiQGDThermo > pThermo(psiQGDThermo::New(mesh))