Go to the source code of this file.
|
IOdictionary | transportProperties (IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE)) |
|
| Info<< "Reading field p\n"<< endl;_p=autoPtr< volScalarField > (new volScalarField(IOobject("p", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)) |
|
volScalarField | p0 (p) |
|
| 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) |
|
surfaceScalarField | phi0 (phi) |
|
| setRefCell (p, mesh.solutionDict().subDict("SIMPLE"), pRefCell, pRefValue) |
|
◆ Info<< "Reading field p\n"<< endl;_p=autoPtr< volScalarField >()
Info<< "Reading field p\n"<< endl;_p=autoPtr< volScalarField > |
( |
new | volScalarFieldIOobject("p", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh | ) |
|
◆ 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 | ) |
|
◆ p0()
◆ phi0()
surfaceScalarField phi0 |
( |
phi | | ) |
|
◆ setRefCell()
◆ transportProperties()
IOdictionary transportProperties |
( |
IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE) | | ) |
|
◆ U0()
◆ _dt
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
"dt",
dimensionSet(0, 0, 1, 0, 0),
1.0
)
)
Definition at line 100 of file createFields.H.
◆ _laminarTransport
Initial value:= autoPtr<singlePhaseTransportModel>
(
new singlePhaseTransportModel(
U,
phi )
)
Definition at line 138 of file createFields.H.
◆ _MRF
Initial value:= autoPtr<IOMRFZoneList>
(
)
Definition at line 149 of file createFields.H.
◆ _nu
Initial value:= autoPtr<dimensionedScalar>
(
new dimensionedScalar
(
"nu",
dimViscosity,
)
)
IOdictionary transportProperties(IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE))
Definition at line 89 of file createFields.H.
◆ _p0
Initial value:= autoPtr<volScalarField>
(
)
Definition at line 58 of file createFields.H.
◆ _phi
◆ _phi0
Initial value:= autoPtr<surfaceScalarField>
(
new surfaceScalarField(
phi0)
)
surfaceScalarField phi0(phi)
Definition at line 129 of file createFields.H.
◆ _U0
Initial value:= autoPtr<volVectorField>
(
)
Definition at line 83 of file createFields.H.
◆ laminarTransport
◆ nu
dimensionedScalar& nu = _nu() |
◆ phi
surfaceScalarField& phi = _phi() |
◆ pRefCell
◆ pRefValue
◆ turbulence
Initial value:= autoPtr<incompressible::turbulenceModel>
(
)
singlePhaseTransportModel & laminarTransport
Definition at line 144 of file createFields.H.