Go to the source code of this file.
◆ _nu
Initial value:= autoPtr<volScalarField>
(
new volScalarField
(
IOobject
(
"nu",
IOobject::NO_READ,
IOobject::AUTO_WRITE
),
dimensionedScalar("zero", dimensionSet( 0, 2, -1, 0, 0, 0, 0), 0)
)
)
- Examples
- 02thermalBlock.C, and 20incrementalPOD.C.
Definition at line 60 of file createFields.H.
◆ _S
Initial value:= autoPtr<volScalarField>
(
new volScalarField
(
IOobject
(
"S",
IOobject::NO_READ,
IOobject::AUTO_WRITE
),
dimensionedScalar("zero", dimensionSet(0, 0, -1, 1, 0, 0, 0), 0)
)
)
- Examples
- 02thermalBlock.C, and 20incrementalPOD.C.
Definition at line 43 of file createFields.H.
◆ _T
Initial value:= autoPtr<volScalarField>
(
new volScalarField
(
IOobject
(
"T",
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
)
)
Definition at line 25 of file createFields.H.