Relocated etc/caseDicts/foamyHexMeshDict -> etc/caseDicts/mesh/generation/foamyHexMeshDict

This commit is contained in:
Henry Weller
2018-06-10 22:44:58 +01:00
parent 2bd229df02
commit 247378332d
6 changed files with 7 additions and 35 deletions

View File

@ -14,14 +14,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#includeEtc "caseDicts/foamyHexMeshDict"
#includeEtc "caseDicts/mesh/generation/foamyHexMeshDict"
geometry
{
#include "meshDict.geometry"
}
surfaceConformation
{
locationInMesh (-0.078 0.02 0.0);
@ -46,12 +45,12 @@ surfaceConformation
boundaryAndFaceZones
{
featureMethod extendedFeatureEdgeMesh;
extendedFeatureEdgeMesh "boundaryAndFaceZones.extendedFeatureEdgeMesh";
extendedFeatureEdgeMesh
"boundaryAndFaceZones.extendedFeatureEdgeMesh";
}
}
}
motionControl
{
defaultCellSize 0.0035;
@ -74,7 +73,6 @@ motionControl
printVertexInfo off;
}
polyMeshFiltering
{
filterEdges false;
@ -84,11 +82,9 @@ polyMeshFiltering
writeBackgroundMeshDecomposition false;
}
meshQualityControls
{
#include "meshQualityDict"
}
// ************************************************************************* //

View File

@ -15,7 +15,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Include defaults parameters from master dictionary
#includeEtc "caseDicts/foamyHexMeshDict"
#includeEtc "caseDicts/mesh/generation/foamyHexMeshDict"
geometry
{
@ -33,7 +33,6 @@ geometry
}
}
backgroundMeshDecomposition
{
minLevels 0;
@ -42,7 +41,6 @@ backgroundMeshDecomposition
maxCellWeightCoeff 20;
}
initialPoints
{
initialPointsMethod autoDensity;
@ -62,7 +60,6 @@ initialPoints
}
}
surfaceConformation
{
locationInMesh (0.1 0.1 0.2);
@ -85,7 +82,6 @@ surfaceConformation
}
}
motionControl
{
defaultCellSize 0.1;
@ -121,11 +117,9 @@ motionControl
timeChecks no;
}
meshQualityControls
{
#include "meshQualityDict"
}
// ************************************************************************* //

View File

@ -15,7 +15,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Include defaults parameters from master dictionary
#includeEtc "caseDicts/foamyHexMeshDict"
#includeEtc "caseDicts/mesh/generation/foamyHexMeshDict"
// Any scalar with a name <name>Coeff specifies a value that will be implemented
// as a faction of the target cell size
@ -25,7 +25,6 @@ geometry
#include "meshDict.geometry"
}
initialPoints
{
initialPointsMethod autoDensity;
@ -39,7 +38,6 @@ initialPoints
}
}
surfaceConformation
{
locationInMesh (0 0 0);
@ -93,7 +91,6 @@ surfaceConformation
}
}
motionControl
{
defaultCellSize 0.0008;
@ -159,7 +156,6 @@ motionControl
timeChecks no;
}
backgroundMeshDecomposition
{
minLevels 1;
@ -168,11 +164,9 @@ backgroundMeshDecomposition
maxCellWeightCoeff 10;
}
meshQualityControls
{
#include "meshQualityDict"
}
// ************************************************************************* //

View File

@ -14,14 +14,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#includeEtc "caseDicts/foamyHexMeshDict"
#includeEtc "caseDicts/mesh/generation/foamyHexMeshDict"
geometry
{
#include "meshDict.geometry"
}
initialPoints
{
// initialPointsMethod pointFile;
@ -44,7 +43,6 @@ initialPoints
}
}
surfaceConformation
{
locationInMesh (0 0.1 1.0);
@ -65,7 +63,6 @@ surfaceConformation
}
}
motionControl
{
defaultCellSize 6e-3;
@ -86,7 +83,6 @@ motionControl
timeChecks no;
}
backgroundMeshDecomposition
{
minLevels 1;
@ -95,7 +91,6 @@ backgroundMeshDecomposition
maxCellWeightCoeff 20;
}
polyMeshFiltering
{
writeBackgroundMeshDecomposition true;
@ -105,5 +100,4 @@ polyMeshFiltering
filterFaces off;
}
// ************************************************************************* //

View File

@ -15,7 +15,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Include defaults parameters from master dictionary
#includeEtc "caseDicts/foamyHexMeshDict"
#includeEtc "caseDicts/mesh/generation/foamyHexMeshDict"
geometry
{
@ -41,7 +41,6 @@ geometry
}
surfaceConformation
{
locationInMesh (0 -0.5 0);
@ -99,7 +98,6 @@ surfaceConformation
}
}
initialPoints
{
initialPointsMethod autoDensity;
@ -114,7 +112,6 @@ initialPoints
}
}
motionControl
{
defaultCellSize 0.1;
@ -190,7 +187,6 @@ motionControl
timeChecks no;
}
// After simulation, when converting to polyMesh, filter out small faces/edges.
// Do not change. See cvControls.H
polyMeshFiltering
@ -200,11 +196,9 @@ polyMeshFiltering
writeTetDualMesh false;
}
meshQualityControls
{
#include "meshQualityDict"
}
// ************************************************************************* //