Go to the source code of this file.
|
Info<< "Reading thermophysical
properties\n"<< endl;autoPtr
< rhoQGDThermo > | pThermo (rhoQGDThermo::New(mesh)) |
| |
| thermo | correct () |
| |
| volVectorField | U (IOobject("Urel", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh) |
| |
Info<< "Creating SRF model\n"
<< endl;autoPtr< SRF::SRFModel > | SRF (SRF::SRFModel::New(U)) |
| |
| volScalarField | rho (IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho()) |
| |
| volVectorField | W (IOobject("W", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), U) |
| |
|
| rhoQGDThermo & | thermo = pThermo() |
| |
| volScalarField & | e = thermo.he() |
| |
| volScalarField & | p = thermo.p() |
| |
| const volScalarField & | T = thermo.T() |
| |
| const surfaceScalarField & | hQGDf = thermo.hQGDf() |
| |
| const surfaceScalarField & | tauQGDf = thermo.tauQGDf() |
| |
Info<< "Thermo corrected"
<< endl;autoPtr
< compressible::turbulenceModel > | turbulence |
| |
| Info<< "Reading thermophysical properties\n" << endl;autoPtr<rhoQGDThermo> pThermo |
( |
rhoQGDThermo:: |
Newmesh | ) |
|
| volVectorField U |
( |
IOobject("Urel", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE) |
, |
|
|
mesh |
|
|
) |
| |
| Info<< "Creating SRF model\n" << endl;autoPtr<SRF::SRFModel> SRF |
( |
SRF::SRFModel:: |
NewU | ) |
|
| volScalarField rho |
( |
IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE) |
, |
|
|
thermo. |
rho() |
|
) |
| |
| volVectorField W |
( |
IOobject("W", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE) |
, |
|
|
U |
|
|
) |
| |
| volScalarField& e = thermo.he() |
| volScalarField& p = thermo.p() |
| const volScalarField& T = thermo.T() |
| const surfaceScalarField& hQGDf = thermo.hQGDf() |
| const surfaceScalarField& tauQGDf = thermo.tauQGDf() |
| Info<< "Thermo corrected" << endl;autoPtr<compressible::turbulenceModel> turbulence |