tutorials: removed redundant entries from snappyHexMeshDict files

This commit is contained in:
Chris Greenshields
2018-06-09 14:26:11 +01:00
parent 7c3732aa5a
commit 0813f80ebd
6 changed files with 0 additions and 45 deletions

View File

@ -492,14 +492,6 @@ meshQualityControls
// Maximum non-orthogonality allowed. Set to 180 to disable.
maxNonOrtho 75;
}
// Advanced
// Number of error distribution iterations
nSmoothScale 4;
// amount to scale back displacement at error points
errorReduction 0.75;
}
// Advanced

View File

@ -350,13 +350,6 @@ addLayersControls
meshQualityControls
{
#include "meshQualityDict"
// Advanced
//- Number of error distribution iterations
nSmoothScale 4;
//- Amount to scale back displacement at error points
errorReduction 0.75;
}

View File

@ -341,13 +341,6 @@ addLayersControls
meshQualityControls
{
#include "meshQualityDict"
// Advanced
//- Number of error distribution iterations
nSmoothScale 4;
//- Amount to scale back displacement at error points
errorReduction 0.75;
}

View File

@ -296,14 +296,6 @@ addLayersControls
meshQualityControls
{
#include "meshQualityDict"
// Advanced
//- Number of error distribution iterations
nSmoothScale 4;
//- Amount to scale back displacement at error points
errorReduction 0.75;
}

View File

@ -268,14 +268,6 @@ addLayersControls
meshQualityControls
{
#includeEtc "caseDicts/mesh/generation/meshQualityDict"
// Advanced
//- Number of error distribution iterations
nSmoothScale 4;
//- Amount to scale back displacement at error points
errorReduction 0.75;
}

View File

@ -290,13 +290,6 @@ meshQualityControls
//- Maximum non-orthogonality allowed. Set to 180 to disable.
maxNonOrtho 75;
}
// Advanced
//- Number of error distribution iterations
nSmoothScale 4;
//- Amount to scale back displacement at error points
errorReduction 0.75;
}