Go to the source code of this file.
|
| Info<< "Reading thermophysical properties\"<< endl;autoPtr< rhoThermo > | pThermo (rhoThermo::New(mesh)) |
| |
| thermo | validate (args.executable(), "h", "e") |
| |
| volScalarField | rho (IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), thermo.rho()) |
| |
| IOobject | turbulencePropertiesHeader ("turbulenceProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE, IOobject::NO_REGISTER) |
| |
| | if (turbulencePropertiesHeader.typeHeaderOk< IOdictionary >(false)) |
| |
|
| rhoThermo & | thermo = pThermo() |
| |
| volScalarField & | p = thermo.p() |
| |
| Info<< "Reading field U\"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);autoPtr< compressible::turbulenceModel > | turbulence |
| |
◆ pThermo()
| Info<< "Reading thermophysical properties\n" << endl;autoPtr<rhoThermo> pThermo |
( |
rhoThermo::New(mesh) |
| ) |
|
◆ validate()
| thermo validate |
( |
args. |
executable(), |
|
|
"h" |
, |
|
|
"e" |
|
|
) |
| |
◆ rho()
| volScalarField rho |
( |
IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE) |
, |
|
|
thermo. |
rho() |
|
) |
| |
◆ turbulencePropertiesHeader()
| IOobject turbulencePropertiesHeader |
( |
"turbulenceProperties" |
, |
|
|
runTime. |
constant(), |
|
|
mesh |
, |
|
|
IOobject::MUST_READ_IF_MODIFIED |
, |
|
|
IOobject::NO_WRITE |
, |
|
|
IOobject::NO_REGISTER |
|
|
) |
| |
◆ if()
| if |
( |
turbulencePropertiesHeader.typeHeaderOk< IOdictionary > |
false | ) |
|
◆ thermo
| volScalarField& p = thermo.p() |
◆ turbulence
| Info<< "Reading field U\n" << endl;volVectorField U( IOobject ( "U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);autoPtr<compressible::turbulenceModel> turbulence |