Error 1000 for rbe3: Genel
Hello everyone.
I want to simulate modal analysis of a flexible pipe as shown below:
For the left end boundary (pic above) element i used was RBE3 (type of element: Genel-general element) and applied force to it. For the property, I used PBush1D card image without material as no input for material as per shown below:
<?xml version="1.0" encoding="UTF-8"?>
But still, an error occurred when i ran the sim;
____________________________________________________________________
This line was interpreted as:
12690:GENEL, 12603, , 1, 123, 1808, 123, 1809, 123
*** ERROR # 1000 *** in the input data:
Incorrect data in field # 5.
Expected INT <6 9, found INTEGER (123).
*** ERROR # 1000 *** in the input data:
Incorrect data in field # 7.
Expected INT <6 9, found INTEGER (123).
*** ERROR # 1000 *** in the input data:
Incorrect data in field # 9.
Expected INT <6 9, found INTEGER (123).
____________________________________________________________________________________
Does I applied the boundary condition properly? Why the error occurred? Attached is my .hm file. Thanks for the help in advance.
Answers
-
Rbe3 doesn't need property for it.
Do you have a spring element in the same collector as your rbe3?
I've never used this element type, genel.
What don't you just apply the load horizontally as it wil be the same as the vertical, due to the pulley?
The you could jist apply your loads directly to your cbush.
0 -
Altair Forum User said:
What don't you just apply the load horizontally as it wil be the same as the vertical, due to the pulley?
Okay Sir. I'll try your suggestion.
0