🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

ERROR 1728 in the input data

User: "Timo Ksr"
Altair Community Member
Updated by Timo Ksr

Hi everyone, 

 

I can not help myself any further with this error:

 

  *** See next message about line 74 from file:
     MidSurface.fem
   'SET     1       GRID    LIST'

  *** ERROR # 1728 *** in the input data:
  Incorrect SET definition.

 

Where could the problem be? 

 

I defined acceleration loads. 

The sets are called

^accel_nodeset1 

^accel_nodeset2

 

I am doing a topography optimization and defined an functionresponse, 

in case this is relevant.

 

Thank you. 
 

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Adriano_Koga"
    Altair Employee
    Updated by Adriano_Koga

    Usually HM doesn't export entities with names starting with '^'.

    Probably that's your case. Try renaming your sets and try it again.

     

    Otherwise, check if the SET with ID 1 is properly defined or pointing to valid entities.

    User: "Timo Ksr"
    Altair Community Member
    OP
    Updated by Timo Ksr

    Thank you