mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
sixDoFRigidBodyMotion: Renamed constraints
This commit is contained in:
@ -45,18 +45,18 @@ boundaryField
|
||||
{
|
||||
maxIterations 500;
|
||||
|
||||
fixedLine1
|
||||
yLine
|
||||
{
|
||||
sixDoFRigidBodyMotionConstraint fixedLine;
|
||||
sixDoFRigidBodyMotionConstraint line;
|
||||
tolerance 1e-9;
|
||||
relaxationFactor 0.7;
|
||||
refPoint (0.25 0.007 0.125);
|
||||
direction (0 1 0);
|
||||
}
|
||||
|
||||
fixedAxis1
|
||||
zAxis
|
||||
{
|
||||
sixDoFRigidBodyMotionConstraint fixedAxis;
|
||||
sixDoFRigidBodyMotionConstraint axis;
|
||||
tolerance 1e-06;
|
||||
relaxationFactor 0.7;
|
||||
axis (0 0 1);
|
||||
|
||||
@ -54,14 +54,14 @@ boundaryField
|
||||
}
|
||||
constraints
|
||||
{
|
||||
fixedAxes1
|
||||
fixedOrientation
|
||||
{
|
||||
sixDoFRigidBodyMotionConstraint fixedOrientation;
|
||||
sixDoFRigidBodyMotionConstraint orientation;
|
||||
}
|
||||
|
||||
fixedLine1
|
||||
zLine
|
||||
{
|
||||
sixDoFRigidBodyMotionConstraint fixedLine;
|
||||
sixDoFRigidBodyMotionConstraint line;
|
||||
direction (0 0 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user