Go to the source code of this file.
|
| _T |
|
volScalarField & | T = _T() |
|
◆ _T
Initial value:= autoPtr<volScalarField>
(
new volScalarField
(
IOobject
(
"T",
IOobject::NO_READ,
IOobject::AUTO_WRITE
),
dimensionedScalar("T", dimensionSet(0, 0, 0, 1, 0, 0, 0), 0)
)
)
- Examples
- 02thermalBlock.C, 10UnsteadyBBEnclosed.C, 11UnsteadyBBOpen.C, and 20incrementalPOD.C.
Definition at line 30 of file createT.H.