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.typeHeaderOk< IOdictionary >(true)) | |
Variables | |
Info<< "Creating turbulence model\"<< endl;tmp< volScalarField > | talphaEff |
else | |
IOobject turbulencePropertiesHeader | ( | "turbulenceProperties" | , |
runTime. | constant(), | ||
mesh | , | ||
IOobject::MUST_READ_IF_MODIFIED | , | ||
IOobject::NO_WRITE | , | ||
false | |||
) |
if | ( | turbulencePropertiesHeader.typeHeaderOk< IOdictionary > | true | ) |
Definition at line 14 of file setAlphaEff.H.
References Foam::New(), phi, rho, talphaEff, thermo, turbulence, and U.
Info<< "Creating turbulence model\n" << endl;tmp<volScalarField> talphaEff |
Definition at line 2 of file setAlphaEff.H.
Referenced by if().
else |
Definition at line 30 of file setAlphaEff.H.