ENH: foamyHexMeshDict: Remove locationInMesh as a default and use default meshQualityDict

This commit is contained in:
laurence
2013-07-19 16:48:11 +01:00
parent 1a9329ed48
commit ad2ef8e6fb

View File

@ -5,12 +5,19 @@
| \\ / A nd | Web: www.OpenFOAM.org | | \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object foamyHexMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#inputMode merge; #inputMode merge;
surfaceConformation surfaceConformation
{ {
locationInMesh (0 0 0);
pointPairDistanceCoeff 0.1; pointPairDistanceCoeff 0.1;
mixedFeaturePointPPDistanceCoeff 5.0; mixedFeaturePointPPDistanceCoeff 5.0;
featurePointExclusionDistanceCoeff 0.65; featurePointExclusionDistanceCoeff 0.65;
@ -115,20 +122,18 @@ polyMeshFiltering
} }
backgroundMeshDecomposition
{
minLevels 1;
sampleResolution 4;
spanScale 20;
maxCellWeightCoeff 20;
}
meshQualityControls meshQualityControls
{ {
maxNonOrtho 65; #include "meshQualityDict"
maxBoundarySkewness 50;
maxInternalSkewness 10;
maxConcave 80;
minVol -1E30;
minTetQuality 1e-30;
minArea -1;
minTwist 0.02;
minDeterminant 0.001;
minFaceWeight 0.02;
minVolRatio 0.01;
minTriangleTwist -1;
} }