A multi-block mesh generator. More...
A multi-block mesh generator.
Uses the block mesh description found in constant/polyMesh/blockMeshDict (or constant/<region>/polyMesh/blockMeshDict).
-blockTopology | Write the topology as a set of edges in OBJ format. |
-region | <name> Specify an alternative mesh region. |
-dict | <dictionary> Specify an alternative dictionary for the block mesh description. |
-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 blockMeshApp.C.
#include "src/OpenFOAM/db/Time/Time.H"
#include "src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H"
#include "src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.H"
#include "applications/utilities/mesh/generation/blockMesh/blockMesh.H"
#include "src/dynamicMesh/polyTopoChange/attachPolyTopoChanger/attachPolyTopoChanger.H"
#include "src/OpenFOAM/meshes/preservePatchTypes/preservePatchTypes.H"
#include "src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/empty/emptyPolyPatch.H"
#include "src/meshTools/sets/topoSets/cellSet.H"
#include "src/OpenFOAM/global/argList/argList.H"
#include "src/OpenFOAM/include/OSspecific.H"
#include "src/OpenFOAM/db/IOstreams/Fstreams/OFstream.H"
#include "src/OpenFOAM/primitives/Pair/Pair.H"
#include "src/dynamicMesh/slidingInterface/slidingInterface.H"
#include "src/OpenFOAM/include/addRegionOption.H"
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
#include "applications/utilities/mesh/generation/blockMesh/mergePatchPairs.H"
Go to the source code of this file.