ERROR 1026
Hi I am trying to perform analysis of a model that consists of 1d beam elements and 3d tetra elements. I am getting this error 1026 duplicate id's found. I have tried multiple techniques to solve like renumbering and deleting duplicate elements but still the problem persists. Can anyone please help?
Best Answer
-
Please correct them to have finite length and rerun.
0
Answers
-
Hi,
Please share the fem and .out file of the run after deleting duplicate element.
Will have a look.
Thanks…
0 -
Here are the files, please let me know what can be done?
0 -
Hi, can someone please respond to the query.
0 -
Hemanth,
The error now is due to some of CWELD elements where the GA and GB are sharing the same node.
You need to update those values. See below.
CWELD 795 2 ALIGN 680 680
Both the grids are sharing the id 680 which is wrong. It should connect two different grids.
So please update these CWELD elements (you can find the element ids from .out file) and rerun.
Thanks…
1 -
Hi rajashri,
1) did you try renaming all the 'CBEAM' elements that share the same id and then you received this error?
2) I have tried the same case but on a simple geometry. I did not get this error, what might be the reason for this to pop up only for this geometry?
0 -
I did not do anything; the error is reported in your .out file.
0 -
can you please try with this fem file? As I am getting this again. If I get this error that happens only with the elements that share the same node, it should be applicable for the rest right. why particularly for few nodes?
0 -
In this model also you need to correct the beam elements as they need to have finite length.
0 -
Ok, I did not try this method. But the model consists of large number of beams, identifying them and defining the length is difficult, how can I overcome this?
0 -
What is the purpose of creating those beams?
If they are really required, may be you need to recreate them as the number is quite high.
0 -
those beams elements are created from the lines. I am getting the same error even if I am recreating, changing the beams. interestingly it is happening only for few beams.
0 -
Please correct them to have finite length and rerun.
0 -
Hi, the line segment is of finite length but the element is having trouble in having the same node id. The solution that you are suggesting to follow is a bit time difficult due to the complexity of the geometry. do you any other suggestion?
0