Added Mass Value Using HM
Hi ,
I have following the posts in the forum, this time I have a question regarding a problem I'm facing.
I am currently working on bringing several checks we do for a full vehicle in Primer to HM.
One of them is the C.O.G of the vehicle and the total scaled mass.
I have checked the F10-> Time option and after checking for the set dt2ms value, I'm getting the total added below as shown in the picture.
I want to get that value (0.0809878) directly. Is there any method/command for accessing that output displayed there??
I have tried hm_getelemchekbounds and hm_getelemcheckvalues but after that I will required to do a lot of work to get the total added mass.
Any suggestions...
Answers
-
Hi,
try hm_getmass and hm_getcentroid APIs.
0 -
I guess I have tried that, but it returns only the structural mass. Not the Added, plus I want the sum total of solids and shells.
0 -
$::HM_Framework::p_message_label cget -text
Refer
https://community.altair.com/community?id=community_question&sys_id=f05600f61b2bd0908017dc61ec4bcb6d
0