mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: snappyHexMeshDict: added documentation for keepPatches
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user