A program to recognize and reward our most engaged community members
Hi,
Is it possible to obtain the list of master nodes for RBODY element in radioss in a text file format or any other. I need it for using the same for RBODY ON and OFF criteria.
Kindly let me know any method for the same.
Try the following TCL code:
*createmarkpanel elements 1 'Select RBODY Elems' set my_elems [hm_getmark elements 1] *clearmark elems 1; foreach eid $my_elems { if {[hm_getentityvalue elements $eid config 0]==55} { set node1 [hm_getentityvalue elements $eid node1 0] puts [format 'ElemID= %d ; MasterNode= %d' $eid $node1] } }
There are no direct options available in HM to export the master node list of RBODY
How to get list of master nodes of rbodies if no. of such master node is high like 20k .I was able to get when the number has been low like <10 k
Hi Gopal,
Can you try exporting the rigid bodies from HyperCrash?.