Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Constraining a 2D Rigid Body

Status
Not open for further replies.

sd90

Mechanical
Joined
Nov 21, 2018
Messages
4
Location
GB
Hi

I am trying to simulate a cylinder pressing on a plate, modelled as rigid which is fixed to ground in 2D in Workbench. How can I constrain the rigid plate so that it does not move? Obviously fixed support does not work and Ansys isn't allowing the use of joints in 2D. Any ideas?

 
One way could be to use hard springs instead, see image below.

2dsprings_rwbvbo.jpg
 
Hi, thanks for the reply. Would it be possible to simmulate the plate as a rigid body by setting its stiffness to a very high number? I.e. if the cylinder is 1Gpa, have the plate as 1000 GPa? Would that be sufficient?
 
This is bad idea, you can get ill-conditioned stiffness matrix and big errors.
Link
You can constrain all nodes of rigid plate, which will make this body absolute rigid without additional stiffness.
 
How do I constrain all nodes in the rigid plate?
 
You can constrain the nodes of the rigid body, by first defining them as a named selection (select nodes on the rigid body plate), and then using a FEA nodal displacement BC where you fix these nodes. See image below (highlighted shows the FEA node. displ. BC).

This is better than the springs.

2dsprings_rpsbsd.jpg
 
Is there a particular advantage of setting nodal displacement to zero instead of setting
the stiffness behavior of the body to "rigid"? Does it also lead to possible ill-conditioned
matrix (similar to changing E's value)?
 
If you increase E by 1000 than all be ok. However, if you multiply it by 1e15 then you can get problems.
There are rule of thumb: difference in stiffness of three orders lead to inaccuracy of one order/digit. With single precision, you have 8 digits for results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top