mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: mixerVessel: shrunk rotating surface to avoid dimples. Switch on AMI surface projection mode
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -81,6 +81,14 @@ baffles
|
|||||||
matchTolerance 0.0001;
|
matchTolerance 0.0001;
|
||||||
neighbourPatch AMI2;
|
neighbourPatch AMI2;
|
||||||
transform noOrdering;
|
transform noOrdering;
|
||||||
|
// Note: since imperfect meshing around feature edge make
|
||||||
|
// sure to project both sides onto 'proper' geometry to
|
||||||
|
// avoid errors leading to zero weights
|
||||||
|
surface
|
||||||
|
{
|
||||||
|
type triSurfaceMesh;
|
||||||
|
name rotating.stl;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
slave
|
slave
|
||||||
@ -91,6 +99,11 @@ baffles
|
|||||||
matchTolerance 0.0001;
|
matchTolerance 0.0001;
|
||||||
neighbourPatch AMI1;
|
neighbourPatch AMI1;
|
||||||
transform noOrdering;
|
transform noOrdering;
|
||||||
|
surface
|
||||||
|
{
|
||||||
|
type triSurfaceMesh;
|
||||||
|
name rotating.stl;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user