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

Moawez Zamir Awan
Moawez Zamir Awan Altair Community Member
edited October 2020 in Community Q&A

Hi! I am really new to this software and facing a lot of issues. I am currently performing size optimization on my model but it is showing some error. I read online that if I choose PSEHLL as my property it should cancel the error but it's not working. Please help I have attached my model file in this message.

Unable to find an attachment - read this blog

Answers

  • Simon Križnik
    Simon Križnik Altair Community Member
    edited April 2020

    Hi,

     

    The errors are due to:
    -the shell property has no thickness defined (T field)
    -the moment load has no grid/gridset definition
     

    If you are new to finite element analysis I recommend you go through: Free eBook: Practical Aspects of Finite Element Analysis

  • Ingeniorator
    Ingeniorator New Altair Community Member
    edited April 2020

    Hi, I have a similar error in a free shape optimization: 

     

     *** See next message about line 55 from file:
         F:/Temp/Optistruct/shapetest/HM19.fem
      (this is continuation line 2 of DSHAPE,1 bulk data)
      '+       GRID    ID      0'
     
     *** ERROR # 1000 *** in the input data:
     Incorrect data in field # 4.

     

    A simple analysis runs perfectly fine and I don't know where this error comes from exactly. When looking at the section in the input file:

     

    $HMNAME DESVARS        1designvar1
    DSHAPE         1
    +       PERT    BOTH    0.5     10      10.0    10.0    1       1       
    +       GRID    ID      0       

     

    I defined the nodes to be optimized as a set which has the ID 3, however in the input file this is not represented correctly! When importing the same input file for testing, an error message shows up:

     

    Warning:  No grids are defined for DSHAPE with id 1
                    Resolution:  This may result in incorrect definition.
    Summary:Feinput finished with 0 errors and 1 warnings.
     

    When I manually change the DSHAPE section to reference the node set 3 and start Optistruct as standalone instance, it asks for a design objective reference to proceed with a minmax problem, which is not what I defined. What's going on here?

    <?xml version="1.0" encoding="UTF-8"?>Untitled.jpg

     

     

    EDIT: I found out why this was the case. I read somewhere in the HM files that you should use the menu on the lower part of the screen instead of the model tree on the left and it worked now!

    Unable to find an attachment - read this blog