BUG: searchableSurfaceControl: Correct resizing of region controls

This commit is contained in:
laurence
2013-07-04 13:12:11 +01:00
parent 5e4c161100
commit 7546c1529a
3 changed files with 18 additions and 43 deletions

View File

@ -22,34 +22,7 @@ FoamFile
geometry
{
flange.stl
{
name flange;
type triSurfaceMesh;
regions
{
patch1
{
name wall;
}
patch2
{
name plate;
}
patch3
{
name rings;
}
patch4
{
name outlet;
}
}
}
#include "meshDict.geometry"
}
@ -80,7 +53,7 @@ surfaceConformation
regions
{
wall
patch1
{
patchInfo
{
@ -88,7 +61,7 @@ surfaceConformation
}
}
plate
patch2
{
patchInfo
{
@ -96,7 +69,7 @@ surfaceConformation
}
}
rings
patch3
{
patchInfo
{
@ -104,7 +77,7 @@ surfaceConformation
}
}
outlet
patch4
{
patchInfo
{
@ -150,7 +123,7 @@ motionControl
regions
{
rings
patch3
{
type searchableSurfaceControl;
priority 2;
@ -158,7 +131,7 @@ motionControl
surfaceCellSizeFunction uniformValue;
uniformValueCoeffs
{
surfaceCellSizeCoeff 0.5;
surfaceCellSizeCoeff 0.25;
}
cellSizeFunction surfaceOffsetLinearDistance;
surfaceOffsetLinearDistanceCoeffs