mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cvMesh flange tutorial: update settings
This commit is contained in:
@ -51,11 +51,11 @@ surfaceConformation
|
|||||||
|
|
||||||
mixedFeaturePointPPDistanceCoeff 5.0;
|
mixedFeaturePointPPDistanceCoeff 5.0;
|
||||||
|
|
||||||
featurePointExclusionDistanceCoeff 0.4;
|
featurePointExclusionDistanceCoeff 0.65;
|
||||||
|
|
||||||
featureEdgeExclusionDistanceCoeff 0.2;
|
featureEdgeExclusionDistanceCoeff 0.8;
|
||||||
|
|
||||||
surfaceSearchDistanceCoeff 2.5;
|
surfaceSearchDistanceCoeff 3;
|
||||||
|
|
||||||
maxSurfaceProtrusionCoeff 0.1;
|
maxSurfaceProtrusionCoeff 0.1;
|
||||||
|
|
||||||
@ -67,15 +67,15 @@ surfaceConformation
|
|||||||
{
|
{
|
||||||
initial
|
initial
|
||||||
{
|
{
|
||||||
edgeSearchDistCoeff 2;
|
edgeSearchDistCoeff 5;
|
||||||
surfacePtReplaceDistCoeff 0.5;
|
surfacePtReplaceDistCoeff 0.5;
|
||||||
surfacePtExclusionDistanceCoeff 0.5;
|
surfacePtExclusionDistanceCoeff 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
iteration
|
iteration
|
||||||
{
|
{
|
||||||
edgeSearchDistCoeff 1.5;
|
edgeSearchDistCoeff 2;
|
||||||
surfacePtReplaceDistCoeff 0.7;
|
surfacePtReplaceDistCoeff 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
maxIterations 15;
|
maxIterations 15;
|
||||||
@ -117,7 +117,6 @@ initialPoints
|
|||||||
|
|
||||||
autoDensityCoeffs
|
autoDensityCoeffs
|
||||||
{
|
{
|
||||||
minCellSizeLimit 0.001;
|
|
||||||
minLevels 1;
|
minLevels 1;
|
||||||
maxSizeRatio 3.0;
|
maxSizeRatio 3.0;
|
||||||
sampleResolution 4;
|
sampleResolution 4;
|
||||||
@ -143,7 +142,7 @@ motionControl
|
|||||||
flange.obj
|
flange.obj
|
||||||
{
|
{
|
||||||
priority 1;
|
priority 1;
|
||||||
mode bothSides;
|
mode inside;
|
||||||
cellSizeFunction linearDistance;
|
cellSizeFunction linearDistance;
|
||||||
linearDistanceCoeffs
|
linearDistanceCoeffs
|
||||||
{
|
{
|
||||||
@ -168,7 +167,7 @@ motionControl
|
|||||||
|
|
||||||
maxLoadUnbalance 0.05;
|
maxLoadUnbalance 0.05;
|
||||||
|
|
||||||
alignmentSearchSpokes 24;
|
alignmentSearchSpokes 36;
|
||||||
|
|
||||||
alignmentAcceptanceAngle 48;
|
alignmentAcceptanceAngle 48;
|
||||||
|
|
||||||
|
|||||||
@ -15,9 +15,10 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
numberOfSubdomains 8;
|
numberOfSubdomains 4;
|
||||||
|
|
||||||
method scotch;
|
method scotch;
|
||||||
|
//method hierarchical;
|
||||||
|
|
||||||
simpleCoeffs
|
simpleCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user