tutorials/mesh/moveDynamicMesh/simpleHarmonicMotion: update constraints

This commit is contained in:
Henry 2013-12-16 10:53:55 +00:00
parent 8af82f02bf
commit a66979bd20

View File

@ -54,21 +54,14 @@ boundaryField
}
constraints
{
maxIterations 500;
fixedAxes1
{
sixDoFRigidBodyMotionConstraint fixedOrientation;
tolerance 1e-6;
relaxationFactor 1.0;
}
fixedLine1
{
sixDoFRigidBodyMotionConstraint fixedLine;
tolerance 1e-6;
relaxationFactor 1.0;
refPoint $centreOfMass;
direction (0 0 1);
}
}