Go to the source code of this file.
|
| Info<< "Reading field p\n"<< endl;_p=autoPtr< volScalarField > (new volScalarField(IOobject("p", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)) |
|
| Info<< "Reading field U\n"<< endl;_U=autoPtr< volVectorField > (new volVectorField(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)) |
|
| setRefCell (p, simple.dict(), 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 | ) |
|
◆ setRefCell()
◆ _laminarTransport
Initial value:= autoPtr<singlePhaseTransportModel>
(
new singlePhaseTransportModel(
U,
phi )
)
Definition at line 85 of file createFields.H.
◆ _MRF
Initial value:= autoPtr<IOMRFZoneList>
(
)
Definition at line 96 of file createFields.H.
◆ _nut
Initial value:= autoPtr<volScalarField>
(
new volScalarField
(
IOobject
(
"nut",
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
)
)
- Examples
- 06POD_RBF.C.
Definition at line 61 of file createFields.H.
◆ laminarTransport
◆ pRefCell
◆ pRefValue
◆ turbulence
Initial value:= autoPtr<incompressible::turbulenceModel>
(
)
singlePhaseTransportModel & laminarTransport
Definition at line 91 of file createFields.H.