*** ERROR # 1000 *** in the input data: Incorrect data in field # 7.

Jacob McNutt
Jacob McNutt Altair Community Member
edited November 2020 in Community Q&A

*** ERROR # 1000 *** in the input data:
Incorrect data in field # 7.

 

This line was interpreted as:
2727236:RBE3, 17114232, , 15008653, 123456, 0.945518, 0, 15521090, 0.0444824

*** ERROR # 1000 *** in the input data:
Incorrect data in field # 7.
Expected COMPONENT numbers, found INTEGER (0)

 

How do I fix this error? It appears for almost all of the RBE3 elements. I had to place my model into an Abaqus model from my customer to run a analysis and this is the error that I receive.

Answers

  • Adriano Koga_20259
    Adriano Koga_20259 New Altair Community Member
    edited November 2020

    Hi,

     

    I would suggest you to read this post for understaing better the meaning of error #1000.

    https://community.altair.com/community?id=community_question&sys_id=3c76043a1b2bd0908017dc61ec4bcbed&view_source=searchResult

     

    From your .out file:

     *** See next message about line 2727230 from file:
         D:/HyperWorks Simulation/RIVIAN/Rivian_IP_CCB_STUDY/ASSY-CROSS CAR BEAMRPV-700900LHD A.1/REV46_ASM_MESH_SIZE_OF2/bedplate_test-12_1-piece_grab_tube/remove ps plenum/biw/ASSY-CROSS CAR BEAMRPV-700900LHD A.1_biw_test.fem
      "RBE3    17114229        15008650  123456.8020521       015521092.0081015"
     
     This line was interpreted as:
     2727230:RBE3, 17114229, , 15008650, 123456, 0.802052, 0, 15521092, 0.0081015
     
     *** ERROR # 1000 *** in the input data:
     Incorrect data in field # 7.
      Expected COMPONENT numbers, found  INTEGER (0).

     

    Field #7 is the 7th collumn in your RBE3 card, inside your .fem file. 

    If you take a look at the OptiStruct Help for RBE3, you will notice that the field #7 relates to your DOF of some of the independent nodes of your RBE.

    It is expected to be something like 123, 123456 pointing to the DOF of your nodes.

    Go to your HM, 1D>>rbe3 panel, review your rbe3 elements listed in the .out file and update the DOFs accordingly.

    image

     

     

     

     

  • Jacob McNutt
    Jacob McNutt Altair Community Member
    edited November 2020

    Hi,

    Thank you I definitely look into that and it makes a lot more sense now.