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:
@ -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