STYLE: snappyHexMeshDict: added comment for additionalReporting

This commit is contained in:
mattijs
2011-09-21 09:52:41 +01:00
parent 228198c322
commit 1d60681ec5

View File

@ -311,6 +311,11 @@ addLayersControls
// get used. Up to nRelaxIter it uses the settings in meshQualityControls, // get used. Up to nRelaxIter it uses the settings in meshQualityControls,
// after nRelaxIter it uses the values in meshQualityControls::relaxed. // after nRelaxIter it uses the values in meshQualityControls::relaxed.
nRelaxedIter 20; 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 // Generic mesh quality settings. At any undoable phase these determine