ENH: mixerVessel: shrunk rotating surface to avoid dimples. Switch on AMI surface projection mode

This commit is contained in:
mattijs
2014-01-13 15:34:26 +00:00
parent 131a6c8c6b
commit aca704b2c1
2 changed files with 136975 additions and 136962 deletions

View File

@ -81,6 +81,14 @@ baffles
matchTolerance 0.0001;
neighbourPatch AMI2;
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
@ -91,6 +99,11 @@ baffles
matchTolerance 0.0001;
neighbourPatch AMI1;
transform noOrdering;
surface
{
type triSurfaceMesh;
name rotating.stl;
}
}
}
}