Maximum number of elements that Altair can handle

User: "Divan.46"
Altair Community Member
Updated by Divan.46

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

Find more posts tagged with

Sort by:
1 - 8 of 81
    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    Altair? or Altair's software? Which software?

    User: "Divan.46"
    Altair Community Member
    OP
    Updated by Divan.46

    It's Hypermesh! 

    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

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

    User: "tinh"
    Altair Community Member
    Updated by tinh

    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.

     

    User: "Divan.46"
    Altair Community Member
    OP
    Updated by Divan.46

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

    User: "tinh"
    Altair Community Member
    Updated by tinh

    I already answer your question.

    Can you think logically.

    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

     

    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'?

     

    User: "tinh"
    Altair Community Member
    Updated by tinh

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