|
[Sponsors] |
Enquiry abt sixDoFRigidBodyMotionConstraint for 2 axes |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 5, 2021, 21:30 |
Enquiry abt sixDoFRigidBodyMotionConstraint for 2 axes
|
#1 |
Senior Member
TWB
Join Date: Mar 2009
Posts: 414
Rep Power: 19 |
Hi,
I am trying to simulate a body in 6dof which is fixed in location (sixDoFRigidBodyMotionConstraint point) but allow to rotate along the x and y axis. I use: Code:
fixedAxis { sixDoFRigidBodyMotionConstraint axis; axis (1 1 0); } Angular velocity: (0.0160949 0.0150073 5.55402e-12) Or is it actually constrained to rotate along the (1 1 0) axis, which seems to be a bit different Hope someone can help. Thanks. |
|
May 20, 2022, 03:13 |
|
#2 |
Senior Member
TWB
Join Date: Mar 2009
Posts: 414
Rep Power: 19 |
Hi all,
I realised that if I use (1 1 0) axis, it will restrict motion along a line (1 1 0) axis. Since what I wanted is dof along x and y, I should restrict along the xy plane: NameofPlaneConstraint { sixDoFRigidBodyMotionConstraint plane; normal (0 0 1); } |
|
January 11, 2023, 03:36 |
|
#3 |
Senior Member
TWB
Join Date: Mar 2009
Posts: 414
Rep Power: 19 |
I need to clarify that using the plane constraint allows x,y translation along the plane. However, allowing rotation along only x and y axes doesn't seem possible.
It's either rotations along x,y,z using point constraint, or only 1 axis using axis constraint. Please correct me if I'm wrong. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Add axes to slice | nskelly | Tecplot | 0 | April 27, 2021 11:01 |
[General] Where can I change orientation axes in paraview? | mykkujinu2201 | ParaView | 4 | December 18, 2018 09:04 |
Rotation around 2 axes simultaneously | Zeljko | CFX | 0 | May 8, 2018 08:20 |
How to show axes around the domain in Fluent | heksel8i | FLUENT | 0 | December 2, 2013 07:10 |
[OpenFOAM] About the cube axes in Paraview | rama | ParaView | 2 | April 23, 2007 17:16 |