Go to the source code of this file.
|
Info<< "Reading thermophysical
properties\n"<< endl;autoPtr
< rhoQGDThermo > | pThermo (rhoQGDThermo::New(mesh)) |
| |
| thermo | correct () |
| |
|
| rhoQGDThermo & | thermo = pThermo() |
| |
| volScalarField & | p = thermo.p() |
| |
| const volScalarField & | T = thermo.T() |
| |
| const surfaceScalarField & | hQGDf = thermo.hQGDf() |
| |
| const surfaceScalarField & | tauQGDf = thermo.tauQGDf() |
| |
| Info<< "Reading thermophysical properties\n" << endl;autoPtr<rhoQGDThermo> pThermo |
( |
rhoQGDThermo:: |
Newmesh | ) |
|
| volScalarField& p = thermo.p() |
| const volScalarField& T = thermo.T() |
| const surfaceScalarField& hQGDf = thermo.hQGDf() |
| const surfaceScalarField& tauQGDf = thermo.tauQGDf() |