FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

backwardsCompatibilityWallFunctions.H File Reference


Detailed Description

Definition in file backwardsCompatibilityWallFunctions.H.

#include "src/finiteVolume/fvMesh/fvMesh.H"
Include dependency graph for backwardsCompatibilityWallFunctions.H:

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.
template<class Type , class PatchType >
tmp< GeometricField< Type,
fvPatchField, volMesh > >  
autoCreateWallFunctionField (const word &fieldName, const fvMesh &mesh)
 Helper function to create the new field.