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

applyBoundaryLayer.C File Reference

Apply a simplified boundary-layer model to the velocity and turbulence fields based on the 1/7th power-law. More...


Detailed Description

Apply a simplified boundary-layer model to the velocity and turbulence fields based on the 1/7th power-law.

The uniform boundary-layer thickness is either provided via the -ybl option or calculated as the average of the distance to the wall scaled with the thickness coefficient supplied via the option -Cbl. If both options are provided -ybl is used.

Usage
  • applyBoundaryLayer [OPTIONS]
Parameters:
-case<dir>
Case directory.
-parallel
Run in parallel.
-help
Display help message.
-doc
Display Doxygen API documentation page for this application.
-srcDoc
Display Doxygen source documentation page for this application.
-writenut
Output turbulent viscosity.
-Cbl<scalar>
Coefficient for scaling of the average distance from the wall.
-ybl<scalar>
Specify the uniform boundary layer thickness.

Definition in file applyBoundaryLayer.C.

#include "src/finiteVolume/cfdTools/general/include/fvCFD.H"
#include "src/finiteVolume/fvMesh/wallDist/wallDist.H"
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
#include "src/OpenFOAM/include/createMesh.H"
#include "src/finiteVolume/cfdTools/incompressible/createPhi.H"
Include dependency graph for applyBoundaryLayer.C:

Go to the source code of this file.