Namespaces
|
| namespace
| LESModels |
| | Namespace for incompressible LES models.
|
| namespace
| RASModels |
| | Namespace for incompressible RAS turbulence models.
|
| namespace
| turbulenceModels |
| | Namespace for incompressible turbulence turbulence models.
|
Functions
|
|
| defineTypeNameAndDebug (LESModel, 0) |
|
| defineRunTimeSelectionTable (LESModel, dictionary) |
|
| addToRunTimeSelectionTable (turbulenceModel, LESModel, turbulenceModel) |
| tmp< volScalarField >
| autoCreateNut (const word &fieldName, const fvMesh &mesh) |
| | nut
|
| tmp< volScalarField >
| autoCreateLowReNut (const word &fieldName, const fvMesh &mesh) |
| | nut for Low-Reynolds number models
|
| tmp< volScalarField >
| autoCreateEpsilon (const word &fieldName, const fvMesh &mesh) |
| | epsilon
|
| tmp< volScalarField >
| autoCreateOmega (const word &fieldName, const fvMesh &mesh) |
| | omega
|
| tmp< volScalarField >
| autoCreateK (const word &fieldName, const fvMesh &mesh) |
| | k
|
| tmp< volScalarField >
| autoCreateQ (const word &fieldName, const fvMesh &mesh) |
| | Q.
|
| tmp< volSymmTensorField >
| autoCreateR (const word &fieldName, const fvMesh &mesh) |
| | R.
|
| template<class Type , class PatchType > |
tmp< GeometricField< Type,
fvPatchField, volMesh > >
| autoCreateWallFunctionField (const word &fieldName, const fvMesh &mesh) |
| | Helper function to create the new field.
|
|
| makePatchTypeField (fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField) |
|
| makePatchTypeField (fvPatchVectorField, atmBoundaryLayerInletVelocityFvPatchVectorField) |
|
| makePatchTypeField (fvPatchVectorField, fixedShearStressFvPatchVectorField) |
|
| makePatchTypeField (fvPatchScalarField, turbulentHeatFluxTemperatureFvPatchScalarField) |
|
| makePatchTypeField (fvPatchScalarField, turbulentMixingLengthDissipationRateInletFvPatchScalarField) |
|
| makePatchTypeField (fvPatchScalarField, turbulentMixingLengthFrequencyInletFvPatchScalarField) |
|
| defineTypeNameAndDebug (RASModel, 0) |
|
| defineRunTimeSelectionTable (RASModel, dictionary) |
|
| addToRunTimeSelectionTable (turbulenceModel, RASModel, turbulenceModel) |
|
| defineTypeNameAndDebug (laminar, 0) |
|
| addToRunTimeSelectionTable (turbulenceModel, laminar, turbulenceModel) |
|
| defineTypeNameAndDebug (turbulenceModel, 0) |
|
| defineRunTimeSelectionTable (turbulenceModel, turbulenceModel) |