ENH: snappyHexMesh: additional parameter for layer truncation

This commit is contained in:
mattijs
2012-10-05 11:13:35 +01:00
parent 8a228e02b7
commit 0ace34f62e
4 changed files with 20 additions and 1 deletions

View File

@ -310,6 +310,10 @@ addLayersControls
// make straight angle.
featureAngle 60;
//- At non-patched sides allow mesh to slip if extrusion direction makes
// angle larger than slipFeatureAngle.
slipFeatureAngle 30;
//- Maximum number of snapping relaxation iterations. Should stop
// before upon reaching a correct mesh.
nRelaxIter 5;