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

refineWallLayer.C File Reference

Utility to refine cells next to patches. More...


Detailed Description

Utility to refine cells next to patches.

Takes a patchName and number of layers to refine. Works out cells within these layers and refines those in the wall-normal direction.

Usage
  • refineWallLayer [OPTIONS] <patchName> <edgeWeight>
Parameters:
\<patchName\>
Todo:
Detailed description of argument.
Parameters:
\<edgeWeight\>
Todo:
Detailed description of argument.
Parameters:
-useSet<cellSet name>
Refine named cell set.
-overwrite
Overwrite existing data.
-case<dir>
Case directory.
-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 refineWallLayer.C.

#include "src/OpenFOAM/global/argList/argList.H"
#include "src/OpenFOAM/db/Time/Time.H"
#include "src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H"
#include "src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.H"
#include "src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPolyMesh.H"
#include "src/OpenFOAM/meshes/polyMesh/polyMesh.H"
#include "src/dynamicMesh/meshCut/cellCuts/cellCuts.H"
#include "src/meshTools/sets/topoSets/cellSet.H"
#include "src/dynamicMesh/meshCut/meshModifiers/meshCutter/meshCutter.H"
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
#include "src/OpenFOAM/include/createPolyMesh.H"
Include dependency graph for refineWallLayer.C:

Go to the source code of this file.