Skip to content
Snippets Groups Projects
Commit a66979bd authored by Henry's avatar Henry
Browse files

tutorials/mesh/moveDynamicMesh/simpleHarmonicMotion: update constraints

parent 8af82f02
Branches
Tags
No related merge requests found
......@@ -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);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment