FreeFOAM The Cross-Platform CFD Toolkit
backwardsCompatibilityWallFunctions.H File Reference

Detailed Description

+ Include dependency graph for backwardsCompatibilityWallFunctions.H:
+ This graph shows which files directly or indirectly include this file:

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.