Go to the source code of this file.
|
autoPtr< fluidThermo > | pThermo (fluidThermo::New(mesh)) |
|
thermo | validate (args.executable(), "h", "e") |
|
volScalarField | rho (IOobject("rho", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), thermo.rho()) |
|
◆ pThermo()
autoPtr<fluidThermo> pThermo |
( |
fluidThermo::New(mesh) |
| ) |
|
◆ validate()
thermo validate |
( |
args. |
executable(), |
|
|
"h" |
, |
|
|
"e" |
|
|
) |
| |
◆ rho()
volScalarField rho |
( |
IOobject("rho", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE) |
, |
|
|
thermo. |
rho() |
|
) |
| |
◆ thermo
volScalarField& p = thermo.p() |