Definition in file backwardsCompatibilityWallFunctions.C.
#include "src/turbulenceModels/incompressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.H"#include "src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.H"#include "src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H"#include "src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutLowReWallFunction/nutLowReWallFunctionFvPatchScalarField.H"#include "src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H"#include "src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H"#include "src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H"
Include dependency graph for backwardsCompatibilityWallFunctions.C:Go to the source code of this file.
Namespaces | |
| namespace | Foam |
Namespace for OpenFOAM. | |
| namespace | Foam::incompressible |
Functions | |
| 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.
| |