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

yPlusRAS.C File Reference

Calculates and reports yPlus for all wall patches, for the specified times when using RAS turbulence models. More...


Detailed Description

Calculates and reports yPlus for all wall patches, for the specified times when using RAS turbulence models.

Default behaviour assumes operating in incompressible mode. To apply to compressible RAS cases, use the -compressible option.

Usage
  • yPlusRAS [OPTIONS]
Parameters:
-compressibleOperate in compressible mode.
-noZero
Ignore timestep 0.
-constant
Include the constant directory.
-time<time>
Apply only to specific time.
-latestTime
Only apply to latest time step.
-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.

Definition in file yPlusRAS.C.

#include "src/finiteVolume/cfdTools/general/include/fvCFD.H"
#include "src/transportModels/incompressible/singlePhaseTransportModel/singlePhaseTransportModel.H"
#include "src/turbulenceModels/incompressible/RAS/RASModel/RASModel.H"
#include "src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H"
#include "src/thermophysicalModels/basic/psiThermo/basicPsiThermo/basicPsiThermo.H"
#include "src/turbulenceModels/compressible/RAS/RASModel/RASModel.H"
#include "src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutWallFunction/mutWallFunctionFvPatchScalarField.H"
#include "src/finiteVolume/fvMesh/wallDist/wallDist.H"
#include "src/finiteVolume/cfdTools/incompressible/createPhi.H"
#include "src/finiteVolume/cfdTools/compressible/compressibleCreatePhi.H"
#include "src/OpenFOAM/include/addRegionOption.H"
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
#include "src/OpenFOAM/include/createNamedMesh.H"
Include dependency graph for yPlusRAS.C:

Go to the source code of this file.