ENH: snappyHexMesh: add mesh-quality control for edge lengths

This commit is contained in:
mattijs
2022-09-21 11:18:57 +01:00
committed by Kutalmis Bercin
parent a7ef33da6b
commit f276366a05
4 changed files with 212 additions and 5 deletions

View File

@ -67,12 +67,14 @@ minVolRatio 0.01;
// for Fluent compatibility
minTriangleTwist -1;
//- If >0 : preserve cells with all points on the surface if the
// resulting volume after snapping (by approximation) is larger than
// minVolCollapseRatio times old volume (i.e. not collapsed to flat cell).
// If <0 : delete always.
//minVolCollapseRatio 0.1;
//- Minimum edge length. Set to <0 to disable
minEdgeLength 0.001;
// ************************************************************************* //