'Stitches' a mesh. More...
'Stitches' a mesh.
Takes a mesh and two patches and merges the faces on the two patches (if geometrically possible) so the faces become internal.
Can do
Comparable to running a meshModifier of the form (if masterPatch is called "M" and slavePatch "S"):
couple { typeslidingInterface; masterFaceZoneName MSMasterZone slaveFaceZoneName MSSlaveZone cutPointZoneNameMSCutPointZone cutFaceZoneName MSCutFaceZone masterPatchName M; slavePatchName S; typeOfMatch partial or integral }
| \<masterPatch\> |
| \<slavePatch\> |
| -perfect | The patches, vertices and face centres are perfectly aligned. |
| -partial | The surface overlap only partialy. |
| -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 stitchMesh.C.
#include "src/finiteVolume/cfdTools/general/include/fvCFD.H"#include "src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.H"#include "src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPolyMesh.H"#include "src/OpenFOAM/containers/Lists/ListOps/ListOps.H"#include "src/dynamicMesh/slidingInterface/slidingInterface.H"#include "src/dynamicMesh/perfectInterface/perfectInterface.H"#include "src/OpenFOAM/db/IOobjectList/IOobjectList.H"#include "src/OpenFOAM/fields/ReadFields/ReadFields.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 stitchMesh.C:Go to the source code of this file.