ENH: mixerVessel: reverted AMI specification

This commit is contained in:
mattijs
2014-01-20 12:08:32 +00:00
parent 311288a1e0
commit d950be041b

View File

@ -81,15 +81,8 @@ baffles
matchTolerance 0.0001; matchTolerance 0.0001;
neighbourPatch AMI2; neighbourPatch AMI2;
transform noOrdering; transform noOrdering;
// Switch to zero-gradient for low weights
lowWeightCorrection 0.2; lowWeightCorrection 0.2;
// 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
@ -101,11 +94,6 @@ baffles
neighbourPatch AMI1; neighbourPatch AMI1;
transform noOrdering; transform noOrdering;
lowWeightCorrection 0.2; lowWeightCorrection 0.2;
surface
{
type triSurfaceMesh;
name rotating.stl;
}
} }
} }
} }