mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: meshQualityDict: disable minEdgeLength by default (fixes #2599)
This commit is contained in:
@ -74,7 +74,7 @@ minTriangleTwist -1;
|
|||||||
//minVolCollapseRatio 0.1;
|
//minVolCollapseRatio 0.1;
|
||||||
|
|
||||||
//- Minimum edge length. Set to <0 to disable
|
//- Minimum edge length. Set to <0 to disable
|
||||||
minEdgeLength 0.001;
|
minEdgeLength -1;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user