Definition in file backwardsCompatibilityWallFunctions.H.
#include "src/finiteVolume/fvMesh/fvMesh.H"
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
namespace | Foam::compressible |
Functions | |
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 > | autoCreateAlphat (const word &fieldName, const fvMesh &mesh) |
alphat | |
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. |