Renumbering in Hypermesh
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
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)
Hi Udhay,
INDIA support is taking care of your query. Someone will get in touch with you soon.