Renumbering in Hypermesh

Udhay Rohith
Udhay Rohith Altair Community Member
edited October 2020 in Community Q&A

I want to renumber the entire model with following specifications.

 

1.       1D elements start with 100000 – no. of elements.

2.       2D elements starts with 100000 – no. of elements

3.       Joints starts with 100000 – no. of elements.

4.       3D elements with 100000 – no. of elements.

5.       Components start with 100 – no. of components.

 

I have tried with renumbering option in Hyper mesh. But after 1d elements renumbered(100000 – 100210) when giving renumber on 2d elements it is starting with 100210 – no. of elements. Actually we want 2d ,3d & joint elements also starting from 100000.

Is there any possibilities?

Tagged:

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited November 2015

    Hi Udhay,

     

    INDIA support is taking care of your query. Someone will get in touch with you soon.

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited November 2015

    Element and component numbering are independent. But you can not have 2D & 3D start from the same ID.

    Here's numbering schema you can do:

    1D : from 100000 to (100000 + Number of 1D elements)

    2D: from (100000 + Number of 1D elems) to (100000 + Number of 1D + Number of 2D)

    3D: from (100000 + Number of 1D + Number of 2D) to  (100000 + Number of 1D + Number of 2D + Number of 3D)

  • Udhay Rohith
    Udhay Rohith Altair Community Member
    edited November 2015

    Thanks for your reply.

     

    Hello Please find attched image, so  that tou can understand my requirement.

     

    I need to number like this in this pictures.

     

     

    <?xml version="1.0" encoding="UTF-8"?>1.jpg

  • tinh
    tinh Altair Community Member
    edited November 2015

    Hi,

    enter menu Preference>Mesh Options and activate 'allow duplicate IDs', then you can renumber 1D, 2D, 3D in same ID range

     

    Although solver permit same ID for id pools but you may get confused when debugging solving process

  • tinh
    tinh Altair Community Member
    edited November 2015

    Hi,

    Sorry i clicked reply severals due to server unresponding

  • Udhay Rohith
    Udhay Rohith Altair Community Member
    edited November 2015

    Thanks for your reply.

     

    It is working.