Find which comp a solid belongs to

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

Hi all,

 

Is there a way to find which component a solid belongs to?

 

I couldn't find a tcl command for this...

 

Thanks.

Answers

  • Q.Nguyen-Dai
    Q.Nguyen-Dai Altair Community Member
    edited April 2017

    The following code will give you the ID of collector of solid:

     hm_getvalue solids id=NUM dataname=collector

    Where NUM is solid ID.

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2017

    Perfect! I tried the same line but with 'component' instead of 'collector'...

    Thanks a lot.