🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Renumbering in Hypermesh

User: "Udhay Rohith"
Altair Community Member
Updated by Udhay Rohith

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?

Find more posts tagged with

Sort by:
1 - 6 of 61
    User: "Altair Forum User"
    Altair Employee
    Updated by Altair Forum User

    Hi Udhay,

     

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

    User: "Altair Forum User"
    Altair Employee
    Updated by Altair Forum User

    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)

    User: "Udhay Rohith"
    Altair Community Member
    OP
    Updated by Udhay Rohith

    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

    User: "tinh"
    Altair Community Member
    Updated by tinh

    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

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hi,

    Sorry i clicked reply severals due to server unresponding

    User: "Udhay Rohith"
    Altair Community Member
    OP
    Updated by Udhay Rohith

    Thanks for your reply.

     

    It is working.