Go to the source code of this file.
|
| Info<< "Reading thermophysical properties\"<< endl;autoPtr< psiThermo > | pThermo (psiThermo::New(mesh)) |
| |
| thermo | validate (args.executable(), "e") |
| |
| volScalarField | rho (IOobject("rho", runTime.timeName(), mesh), thermo.rho()) |
| |
| Info<< "Reading field U\"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);mesh.setFluxRequired(p.name());Info<< "Creating turbulence model\"<< endl;autoPtr< compressible::turbulenceModel > | turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo)) |
| |
◆ pThermo()
| Info<< "Reading thermophysical properties\n" << endl;autoPtr<psiThermo> pThermo |
( |
psiThermo::New(mesh) |
| ) |
|
◆ validate()
| thermo validate |
( |
args. |
executable(), |
|
|
"e" |
|
|
) |
| |
◆ rho()
| volScalarField rho |
( |
IOobject("rho", runTime.timeName(), mesh) |
, |
|
|
thermo. |
rho() |
|
) |
| |
◆ turbulence()
| Info<< "Reading field U\n" << endl;volVectorField U( IOobject ( "U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);mesh.setFluxRequired(p.name());Info<< "Creating turbulence model\n" << endl;autoPtr<compressible::turbulenceModel> turbulence |
( |
compressible::turbulenceModel::New(rho, U, phi, thermo) |
| ) |
|
◆ thermo
| volScalarField& p = thermo.p() |