From 1d60681ec5b09803da6bce26edc01bf28cf72d9f Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 21 Sep 2011 09:52:41 +0100 Subject: [PATCH] STYLE: snappyHexMeshDict: added comment for additionalReporting --- .../mesh/generation/snappyHexMesh/snappyHexMeshDict | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict index 34500268ce..2bbc9b42fc 100644 --- a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict +++ b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict @@ -311,6 +311,11 @@ addLayersControls // get used. Up to nRelaxIter it uses the settings in meshQualityControls, // after nRelaxIter it uses the values in meshQualityControls::relaxed. nRelaxedIter 20; + + // Additional reporting: if there are just a few faces where there + // are mesh errors (after adding the layers) print their face centres. + // This helps in tracking down problematic mesh areas. + //additionalReporting true; } // Generic mesh quality settings. At any undoable phase these determine