Loading...
Searching...
No Matches
createFields.H File Reference

Go to the source code of this file.

Variables

 _T
 
volScalarField & T = _T()
 
 _S
 
 _nu
 

Variable Documentation

◆ _nu

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

Definition at line 60 of file createFields.H.

◆ _S

_S
Initial value:
= autoPtr<volScalarField>
(
new volScalarField
(
IOobject
(
"S",
runTime.timeName(),
IOobject::NO_READ,
IOobject::AUTO_WRITE
),
T.mesh(),
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

_T
Initial value:
= autoPtr<volScalarField>
(
new volScalarField
(
IOobject
(
"T",
runTime.timeName(),
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
)
)

Definition at line 25 of file createFields.H.

◆ T

volScalarField& T = _T()

Definition at line 41 of file createFields.H.