Go to the source code of this file.
|
| | Info<< "Reading thermophysical properties\n"<< endl;pThermo=autoPtr< fluidThermo > (fluidThermo::New(mesh)) |
| |
| thermo | validate (args.executable(), "h", "e") |
| |
| volScalarField | p0 (thermo.p()) |
| |
| volScalarField | rho0 (rho) |
| |
| volScalarField | E0 (_E()) |
| |
| | Info<< "Reading field U\n"<< endl;_U=autoPtr< volVectorField > (new volVectorField(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)) |
| |
| volVectorField | U0 (U) |
| |
| mesh | setFluxRequired (p.name()) |
| |
| | Info<< "Creating turbulence model\n"<< endl;turbulence=autoPtr< compressible::turbulenceModel > (compressible::turbulenceModel::New(rho, U, phi, thermo)) |
| |
◆ E0()
| volScalarField E0 |
( |
_E() | | ) |
|
◆ Info<< "Creating turbulence model\n"<< endl;turbulence=autoPtr< compressible::turbulenceModel >()
◆ Info<< "Reading field U\n"<< endl;_U=autoPtr< volVectorField >()
| Info<< "Reading field U\n"<< endl;_U=autoPtr< volVectorField > |
( |
new | volVectorFieldIOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh | ) |
|
◆ Info<< "Reading thermophysical properties\n"<< endl;pThermo=autoPtr< fluidThermo >()
| Info<< "Reading thermophysical properties\n"<< endl;pThermo=autoPtr< fluidThermo > |
( |
fluidThermo::New(mesh) | | ) |
|
◆ p0()
| volScalarField p0 |
( |
thermo. | p() | ) |
|
◆ rho0()
| volScalarField rho0 |
( |
rho | | ) |
|
◆ setFluxRequired()
| mesh setFluxRequired |
( |
p. | name() | ) |
|
◆ U0()
◆ validate()
| thermo validate |
( |
args. | executable(), |
|
|
"h" | , |
|
|
"e" | ) |
◆ _E
Initial value:= autoPtr<volScalarField>
(
new volScalarField(
thermo.he())
)
Definition at line 76 of file createFields.H.
◆ _E0
Initial value:= autoPtr<volScalarField>
(
)
Definition at line 83 of file createFields.H.
◆ _fvOptions
| _fvOptions = autoPtr<fv::options>(new fv::options(mesh)) |
◆ _initialMass
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar(fvc::domainIntegrate(
rho))
)
Definition at line 137 of file createFields.H.
◆ _MRF
◆ _p
◆ _p0
Initial value:= autoPtr<volScalarField>
(
)
volScalarField p0(thermo.p())
Definition at line 46 of file createFields.H.
◆ _pressureControl
Initial value:= autoPtr<pressureControl>
(
)
pressureControl & pressureControl
simpleControl simple(mesh)
Definition at line 115 of file createFields.H.
◆ _psi
Initial value:= autoPtr<volScalarField>
(
new volScalarField(
thermo.psi())
)
Definition at line 147 of file createFields.H.
◆ _rho
Initial value:= autoPtr<volScalarField>
(
new volScalarField
(
IOobject
(
"rho",
IOobject::READ_IF_PRESENT,
IOobject::AUTO_WRITE
),
)
)
Definition at line 51 of file createFields.H.
◆ _rho0
Initial value:= autoPtr<volScalarField>
(
)
Definition at line 71 of file createFields.H.
◆ _U0
Initial value:= autoPtr<volVectorField>
(
)
Definition at line 108 of file createFields.H.
◆ rho
| volScalarField& rho = _rho() |
◆ thermo
| fluidThermo& thermo = pThermo() |