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?
Answers
-
Hi Udhay,
INDIA support is taking care of your query. Someone will get in touch with you soon.
0 -
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)
0 -
-
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
0 -
Hi,
Sorry i clicked reply severals due to server unresponding
0 -
Thanks for your reply.
It is working.
0