Definition in file backwardsCompatibilityWallFunctions.C.
#include "src/turbulenceModels/compressible/RAS/backwardsCompatibility/wallFunctions/backwardsCompatibilityWallFunctions.H"#include "src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.H"#include "src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/alphatWallFunctions/alphatWallFunction/alphatWallFunctionFvPatchScalarField.H"#include "src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutWallFunction/mutWallFunctionFvPatchScalarField.H"#include "src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutLowReWallFunction/mutLowReWallFunctionFvPatchScalarField.H"#include "src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H"#include "src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H"#include "src/turbulenceModels/compressible/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::compressible |
Functions | |
| tmp< volScalarField > | autoCreateAlphat (const word &fieldName, const fvMesh &mesh) |
| alphat | |
| tmp< volScalarField > | autoCreateMut (const word &fieldName, const fvMesh &mesh) |
| mut | |
| tmp< volScalarField > | autoCreateLowReMut (const word &fieldName, const fvMesh &mesh) |
| mut 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. | |