Functions | Variables
setAlphaEff.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

IOobject turbulenceHeader ("turbulenceProperties", runTime.constant(), mesh, IOobject::MUST_READ)
 
IOobject RASHeader ("RASProperties", runTime.constant(), mesh, IOobject::MUST_READ)
 
IOobject LESHeader ("LESProperties", runTime.constant(), mesh, IOobject::MUST_READ)
 
 if (turbulenceHeader.headerOk())
 
else if (RASHeader.headerOk())
 
else if (LESHeader.headerOk())
 

Variables

Info<< "Creating turbulence model\n"<< endl;tmp< volScalarField > talphaEff
 
 else
 
const volScalarField & alphaEff = talphaEff()
 

Function Documentation

◆ turbulenceHeader()

IOobject turbulenceHeader ( "turbulenceProperties"  ,
runTime.  constant(),
mesh  ,
IOobject::MUST_READ   
)

◆ RASHeader()

IOobject RASHeader ( "RASProperties"  ,
runTime.  constant(),
mesh  ,
IOobject::MUST_READ   
)

◆ LESHeader()

IOobject LESHeader ( "LESProperties"  ,
runTime.  constant(),
mesh  ,
IOobject::MUST_READ   
)

◆ if() [1/3]

if ( turbulenceHeader.  headerOk())

Definition at line 28 of file setAlphaEff.H.

References Foam::compressible::New(), phi, rho, talphaEff, turbulence, and U.

Here is the call graph for this function:

◆ if() [2/3]

else if ( RASHeader.  headerOk())

Definition at line 43 of file setAlphaEff.H.

References phi, rho, talphaEff, turbulence, and U.

◆ if() [3/3]

else if ( LESHeader.  headerOk())

Definition at line 58 of file setAlphaEff.H.

References phi, rho, talphaEff, turbulence, and U.

Variable Documentation

◆ talphaEff

Info<< "Creating turbulence model\n" << endl; tmp<volScalarField> talphaEff

Definition at line 2 of file setAlphaEff.H.

Referenced by if().

◆ else

else
Initial value:
{
talphaEff = tmp<volScalarField>
(
(
IOobject
(
"alphaEff",
runTime.timeName(),
IOobject::NO_READ,
IOobject::NO_WRITE
),
)
)

Definition at line 74 of file setAlphaEff.H.

◆ alphaEff

const volScalarField& alphaEff = talphaEff()
Foam::dimLength
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
Definition: dimensionSets.H:50
talphaEff
Info<< "Creating turbulence model\n"<< endl;tmp< volScalarField > talphaEff
Definition: setAlphaEff.H:2
Foam::dimTime
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
Definition: dimensionSets.H:51
Foam::dimensionedScalar
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Definition: dimensionedScalarFwd.H:41
Foam::volScalarField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:52
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:18
Foam::dimMass
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
Definition: dimensionSets.H:49