Find which comp a solid belongs to
Altair Forum User
Altair Employee
Hi all,
Is there a way to find which component a solid belongs to?
I couldn't find a tcl command for this...
Thanks.
0
Answers
-
The following code will give you the ID of collector of solid:
hm_getvalue solids id=NUM dataname=collector
Where NUM is solid ID.
0 -
Perfect! I tried the same line but with 'component' instead of 'collector'...
Thanks a lot.
0