mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add geometric constraint to decomposeParDict example (issue #921)
This commit is contained in:
@ -231,6 +231,34 @@ constraints
|
|||||||
type refinementHistory;
|
type refinementHistory;
|
||||||
enabled false;
|
enabled false;
|
||||||
}
|
}
|
||||||
|
geometric
|
||||||
|
{
|
||||||
|
type geometric;
|
||||||
|
|
||||||
|
grow false;
|
||||||
|
|
||||||
|
selection
|
||||||
|
{
|
||||||
|
box1
|
||||||
|
{
|
||||||
|
source box;
|
||||||
|
min (-0.1 -0.01 -0.1);
|
||||||
|
max (0.1 0.30 0.1);
|
||||||
|
}
|
||||||
|
ball
|
||||||
|
{
|
||||||
|
source sphere;
|
||||||
|
origin (-0.1 -0.01 -0.1);
|
||||||
|
radius 0.25;
|
||||||
|
}
|
||||||
|
blob
|
||||||
|
{
|
||||||
|
source surface;
|
||||||
|
surfaceType triSurfaceMesh;
|
||||||
|
surfaceName blob.obj;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user