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 turbulencePropertiesHeader ("turbulenceProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE, false)
 
 if (turbulencePropertiesHeader.headerOk())
 

Variables

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

Function Documentation

IOobject turbulencePropertiesHeader ( "turbulenceProperties"  ,
runTime.  constant(),
mesh  ,
IOobject::MUST_READ_IF_MODIFIED  ,
IOobject::NO_WRITE  ,
false   
)
if ( turbulencePropertiesHeader.  headerOk())

Definition at line 14 of file setAlphaEff.H.

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

Here is the call graph for this function:

Variable Documentation

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

Definition at line 2 of file setAlphaEff.H.

Referenced by if().

else
Initial value:
{
talphaEff = tmp<volScalarField>
(
(
IOobject
(
"alphaEff",
runTime.timeName(),
IOobject::NO_READ,
IOobject::NO_WRITE
),
)
)
Info<< "Creating turbulence model\n"<< endl;tmp< volScalarField > talphaEff
Definition: setAlphaEff.H:2
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:52
dynamicFvMesh & mesh
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
Definition: dimensionSets.H:50
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
Definition: dimensionSets.H:51
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
Definition: dimensionSets.H:49

Definition at line 30 of file setAlphaEff.H.