Maximum number of elements that Altair can handle

Divan.46
Divan.46 Altair Community Member
edited October 2020 in Community Q&A

Can anyone plese tell me what is the maximum number of elements that Altair can handle?

Answers

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

    Altair? or Altair's software? Which software?

  • Divan.46
    Divan.46 Altair Community Member
    edited April 2019

    It's Hypermesh! 

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

    I don't think there's a hard limit somewhere. It's rather the limit of your hardware (CPU, GPU, MEM,...)

  • tinh
    tinh Altair Community Member
    edited April 2019

    It's Hypermesh! 

     

    Upto 2^32 as I see.

    But almost solvers handle upto I8 (99,999,999)

    So if you use hm with IDs higher than I8, you cannot export them.

     

  • Divan.46
    Divan.46 Altair Community Member
    edited April 2019

    But in case of solid 3D topology optimization would it be the same?  

  • tinh
    tinh Altair Community Member
    edited April 2019

    I already answer your question.

    Can you think logically.

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

     

    Upto 2^32 as I see.

    But almost solvers handle upto I8 (99,999,999)

    So if you use hm with IDs higher than I8, you cannot export them.

     

     

    Have a look at: https://en.wikipedia.org/wiki/Integer_(computer_science)

    With type Integer 8 under 64-bit system, you can have up to 2^64 - 1 

    Where comes from your value '99,999,999'?

     

  • tinh
    tinh Altair Community Member
    edited April 2019

    Oh, sorry. I mean 8-digit integer instead of 8-byte int