meshQualityDict: 'master' dictionary relocated to 'etc/caseDicts/mesh/generation'
This commit is contained in:
@ -15,7 +15,7 @@ FoamFile
|
|||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Include defaults parameters from master dictionary
|
// Include defaults parameters from master dictionary
|
||||||
#include "$WM_PROJECT_DIR/etc/caseDicts/meshQualityDict"
|
#includeEtc "caseDicts/mesh/generation/meshQualityDict"
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -67,6 +67,9 @@ minVolRatio 0.01;
|
|||||||
// compatibility
|
// compatibility
|
||||||
minTriangleTwist -1;
|
minTriangleTwist -1;
|
||||||
|
|
||||||
|
nSmoothScale 4;
|
||||||
|
|
||||||
|
errorReduction 0.75;
|
||||||
|
|
||||||
//- If >0 : preserve cells with all points on the surface if the
|
//- If >0 : preserve cells with all points on the surface if the
|
||||||
// resulting volume after snapping (by approximation) is larger than
|
// resulting volume after snapping (by approximation) is larger than
|
||||||
@ -14,7 +14,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
#includeEtc "caseDicts/meshQualityDict"
|
#includeEtc "caseDicts/mesh/generation/meshQualityDict"
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -15,7 +15,7 @@ FoamFile
|
|||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Include defaults parameters from master dictionary
|
// Include defaults parameters from master dictionary
|
||||||
#includeEtc "caseDicts/meshQualityDict"
|
#includeEtc "caseDicts/mesh/generation/meshQualityDict"
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -14,7 +14,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
#includeEtc "caseDicts/meshQualityDict"
|
#includeEtc "caseDicts/mesh/generation/meshQualityDict"
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -15,7 +15,7 @@ FoamFile
|
|||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Include defaults parameters from master dictionary
|
// Include defaults parameters from master dictionary
|
||||||
#includeEtc "caseDicts/meshQualityDict"
|
#includeEtc "caseDicts/mesh/generation/meshQualityDict"
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -15,7 +15,7 @@ FoamFile
|
|||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Include defaults parameters from master dictionary
|
// Include defaults parameters from master dictionary
|
||||||
#includeEtc "caseDicts/meshQualityDict"
|
#includeEtc "caseDicts/mesh/generation/meshQualityDict"
|
||||||
|
|
||||||
//- minFaceWeight (0 -> 0.5)
|
//- minFaceWeight (0 -> 0.5)
|
||||||
minFaceWeight 0.02;
|
minFaceWeight 0.02;
|
||||||
|
|||||||
@ -267,7 +267,7 @@ addLayersControls
|
|||||||
// where to undo.
|
// where to undo.
|
||||||
meshQualityControls
|
meshQualityControls
|
||||||
{
|
{
|
||||||
#includeEtc "caseDicts/meshQualityDict"
|
#includeEtc "caseDicts/mesh/generation/meshQualityDict"
|
||||||
|
|
||||||
|
|
||||||
// Advanced
|
// Advanced
|
||||||
|
|||||||
@ -16,7 +16,7 @@ FoamFile
|
|||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Include defaults parameters from master dictionary
|
// Include defaults parameters from master dictionary
|
||||||
#includeEtc "caseDicts/meshQualityDict"
|
#includeEtc "caseDicts/mesh/generation/meshQualityDict"
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user