Jun 27, 2008 #1 PQF Automotive Joined Jun 23, 2008 Messages 13 Location DE Does anyone know how to make a rigid body out of an imported orphan mesh ?
Jun 27, 2008 #2 corus Mechanical Joined Nov 6, 2002 Messages 3,165 Location GB Unless someone has a clever answer of meshing the outside with rigid elements, you could always make the properties of the part very stiff by using a very high Young's Modulus. corus Upvote 0 Downvote
Unless someone has a clever answer of meshing the outside with rigid elements, you could always make the properties of the part very stiff by using a very high Young's Modulus. corus
Jun 27, 2008 #3 Yoman228 Marine/Ocean Joined Mar 5, 2007 Messages 176 I know you can convert the solid mesh into shield mesh. Wonder if you can then change the shield elements into R3D4 elements in keywords. Hoever, I haven't tried it myself, it is just an idea. Upvote 0 Downvote
I know you can convert the solid mesh into shield mesh. Wonder if you can then change the shield elements into R3D4 elements in keywords. Hoever, I haven't tried it myself, it is just an idea.
Jun 27, 2008 #4 Yoman228 Marine/Ocean Joined Mar 5, 2007 Messages 176 Opp spelling mistake.. *Shell not shield Upvote 0 Downvote
Jun 27, 2008 #5 matkani Mechanical Joined Aug 9, 2007 Messages 2 Location US yoman228 is right. you can change element formulation in abaqus input file Upvote 0 Downvote
Jul 30, 2008 #6 truckcab Automotive Joined Jul 28, 2008 Messages 58 Location SE Hi, put the elements in a set and use the *RIGID BODY utility, I don't exactly remember the syntax, but its very straight forward. Check the manuals. Upvote 0 Downvote
Hi, put the elements in a set and use the *RIGID BODY utility, I don't exactly remember the syntax, but its very straight forward. Check the manuals.
Jul 31, 2008 #7 truckcab Automotive Joined Jul 28, 2008 Messages 58 Location SE Hi again this is how you should do: 1. Put all of the elements in one element set: *ELSET,ELSET=ORPHAN_MESH_TO_RIGID el1, el2, ...,eln etc. 2. Use the *RIGID BODY facility: *RIGID BODY, REF NODE=NNNN, ELSET=ORPHAN_MESH_TO_RIGID (NNNN is a reference node for the rigid body) And then you have yout rigid body. Upvote 0 Downvote
Hi again this is how you should do: 1. Put all of the elements in one element set: *ELSET,ELSET=ORPHAN_MESH_TO_RIGID el1, el2, ...,eln etc. 2. Use the *RIGID BODY facility: *RIGID BODY, REF NODE=NNNN, ELSET=ORPHAN_MESH_TO_RIGID (NNNN is a reference node for the rigid body) And then you have yout rigid body.