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

autoPatch.C File Reference

Divides external faces into patches based on (user supplied) feature angle. More...


Detailed Description

Divides external faces into patches based on (user supplied) feature angle.

Usage
  • autoPatch [OPTIONS] <feature angle [0-180]>
Parameters:
\<featureangle [0-180]>
Todo:
Detailed description of argument.
Parameters:
-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 autoPatch.C.

#include "src/OpenFOAM/global/argList/argList.H"
#include "src/OpenFOAM/meshes/polyMesh/polyMesh.H"
#include "src/OpenFOAM/db/Time/Time.H"
#include "src/dynamicMesh/boundaryMesh/boundaryMesh.H"
#include "src/dynamicMesh/polyTopoChange/repatchPolyTopoChanger/repatchPolyTopoChanger.H"
#include "src/OpenFOAM/primitives/mathematicalConstants/mathematicalConstants.H"
#include "src/OpenFOAM/db/IOstreams/Fstreams/OFstream.H"
#include "src/OpenFOAM/containers/Lists/ListOps/ListOps.H"
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
#include "src/OpenFOAM/include/createPolyMesh.H"
Include dependency graph for autoPatch.C:

Go to the source code of this file.