Error 1000 for rbe3: Genel

Nazrin
Nazrin Altair Community Member
edited October 2020 in Community Q&A

Hello everyone.
I want to simulate modal analysis of a flexible pipe as shown below:


diagram.JPG.6b7e6365aa7a3def299ead5b062fa8f1.JPG
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"?>forum.thumb.JPG.d0d70bd33fa7ef4a3430a3a5f45eac86.JPG

 

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.

Unable to find an attachment - read this blog

Answers

  • Adriano A. Koga
    Adriano A. Koga
    Altair Employee
    edited September 2020

    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.

  • Nazrin
    Nazrin Altair Community Member
    edited September 2020

    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.