Distribute the mass on nodes using LS-Dyna
Answers
-
Hi
-select nodes on panel 'masses', enter mass value and create mass elems
if you already created masses on component, enter update subpanel to update mass value of different-mass areas
0 -
Hi,
Thanks for your reply.
If I follow the above method, I will get equal mass on all nodes. Even though I update the mass in a particular area, the nodes whichever come under the area will be having equal mass. For ex. If 1000's of nodes are there, I need 1000 different masses need to be updated automatically on all nodes. I think Primer might have this option but I need it to be done using Hypermesh.
0 -
Hi Suresh,
In such case you have to automate by writing a script.
0 -
Sorry Prakash, I didn't get your point.
0 -
Altair Forum User said:
Sorry Prakash, I didn't get your point.
You can do it in hypermesh simply by a tcl macro, example
foreach nodeid $selected_nodes mass_value $mass_map {
*createmark nodes 1 $nodeid
*masselement 1 $mass_value '' 0
}
0 -
Thanks Tinh,
I'll try it.
0