Loading...
Searching...
No Matches
Variables
createT.H File Reference

Go to the source code of this file.

Variables

 _T
 
volScalarField & T = _T()
 

Variable Documentation

◆ _T

_T
Initial value:
= autoPtr<volScalarField>
(
new volScalarField
(
IOobject
(
"T",
runTime.timeName(),
IOobject::NO_READ,
IOobject::AUTO_WRITE
),
dimensionedScalar("T", dimensionSet(0, 0, 0, 1, 0, 0, 0), 0)
)
)
Foam::fvMesh & mesh
Definition createMesh.H:47
Foam::Time & runTime
Definition createTime.H:33
Examples
02thermalBlock.C, 10UnsteadyBBEnclosed.C, 11UnsteadyBBOpen.C, and 20incrementalPOD.C.

Definition at line 30 of file createT.H.

◆ T

volScalarField& T = _T()