mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cvMesh blob tutorial updated
This commit is contained in:
@ -6,7 +6,6 @@ cd ${0%/*} || exit 1 # run from this directory
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication cvMesh
|
||||
runApplication collapseEdges 1e-3 45
|
||||
runApplication snappyHexMesh
|
||||
runApplication checkMesh -constant -allGeometry -allTopology
|
||||
|
||||
|
||||
@ -59,7 +59,6 @@ initialPoints
|
||||
|
||||
autoDensityCoeffs
|
||||
{
|
||||
minCellSizeLimit 0.04;
|
||||
minLevels 0;
|
||||
maxSizeRatio 5.0;
|
||||
sampleResolution 5;
|
||||
@ -150,12 +149,12 @@ motionControl
|
||||
{
|
||||
priority 1;
|
||||
mode bothSides;
|
||||
|
||||
surfaceCellSizeFunction uniformValue;
|
||||
uniformValueCoeffs
|
||||
{
|
||||
surfaceCellSize 0.04;
|
||||
}
|
||||
refinementFactor 1;
|
||||
|
||||
cellSizeFunction uniformDistance;
|
||||
uniformDistanceCoeffs
|
||||
@ -164,7 +163,6 @@ motionControl
|
||||
}
|
||||
linearDistanceCoeffs
|
||||
{
|
||||
surfaceCellSize 0.02;
|
||||
distanceCellSize $defaultCellSize;
|
||||
distance 0.1;
|
||||
}
|
||||
@ -217,14 +215,15 @@ polyMeshFiltering
|
||||
{
|
||||
writeTetDualMesh false;
|
||||
filterSizeCoeff 0.2;
|
||||
mergeClosenessCoeff 1e-9;
|
||||
mergeClosenessCoeff 1e-3;
|
||||
edgeMergeAngle 45;
|
||||
continueFilteringOnBadInitialPolyMesh true;
|
||||
filterErrorReductionCoeff 0.5;
|
||||
filterCountSkipThreshold 4;
|
||||
surfaceStepFaceAngle 80;
|
||||
maxCollapseIterations 25;
|
||||
maxConsecutiveEqualFaceSets 5;
|
||||
edgeCollapseGuardFraction 0.3;
|
||||
edgeCollapseGuardFraction 0.1;
|
||||
maxCollapseFaceToPointSideLengthCoeff 0.35;
|
||||
}
|
||||
|
||||
|
||||
@ -17,8 +17,8 @@ FoamFile
|
||||
|
||||
numberOfSubdomains 8;
|
||||
|
||||
method scotch;
|
||||
// method ptscotch;
|
||||
//method scotch;
|
||||
method ptscotch;
|
||||
// method hierarchical;
|
||||
|
||||
simpleCoeffs
|
||||
|
||||
Reference in New Issue
Block a user