Skip to content
Snippets Groups Projects
Commit 142920de authored by mattijs's avatar mattijs
Browse files

ENH: snappyHexMeshDict: added documentation for keepPatches

parent 493d9c8c
Branches
Tags
No related merge requests found
......@@ -25,6 +25,14 @@ addLayers false;
// surface "_ "region. Default is true
//singleRegionName false;
// Optional: avoid patch-face merging. Allows mesh to be used for
// refinement/unrefinement
//mergePatchFaces false; // default true
// Optional: keep zero-sized patches. By default snappyHexMesh filters
// these out.
//keepPatches true; // default false
// Geometry. Definition of all surfaces. All surfaces are of class
// searchableSurface.
......@@ -72,10 +80,6 @@ geometry
};
// Optional: avoid patch-face merging. Allows mesh to be used for
// refinement/unrefinement
//mergePatchFaces off; // default on
// Settings for the castellatedMesh generation.
castellatedMeshControls
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment