error #1000 incorrect data in field 4 - CHBDYE

Alessia
Alessia Altair Community Member
edited September 2022 in Community Q&A

Hi everyone,

I've added a flux and applied a convection to my model but I keep receiving this message error (I'm using optistruct).

 

error #1000
incorrect data in field #4 of CHBDYE

 

Can you help me understang the problem please?
I've attached the model anche the file .out

Thank you

image

Best Answer

  • Adriano A. Koga
    Adriano A. Koga
    Altair Employee
    edited September 2022 Answer ✓

    Error #1000 tells you there is something missing in your Card.

    In this case OS .out file is telling you something is missing in the CHBDYE, filed #4, which is the SIDE field.

     

     

    image

     

    SIDE defines what face from your solid mesh was picked for the conduction interface group.

    You have probably selected 'shell faces' instead of 'solid faces' when creating your conduction interface group.

    image

    So you need to go back and change it to solid faces so that the model is correct.

Answers

  • Adriano A. Koga
    Adriano A. Koga
    Altair Employee
    edited September 2022 Answer ✓

    Error #1000 tells you there is something missing in your Card.

    In this case OS .out file is telling you something is missing in the CHBDYE, filed #4, which is the SIDE field.

     

     

    image

     

    SIDE defines what face from your solid mesh was picked for the conduction interface group.

    You have probably selected 'shell faces' instead of 'solid faces' when creating your conduction interface group.

    image

    So you need to go back and change it to solid faces so that the model is correct.

  • Alessia
    Alessia Altair Community Member
    edited September 2022

    Error #1000 tells you there is something missing in your Card.

    In this case OS .out file is telling you something is missing in the CHBDYE, filed #4, which is the SIDE field.

     

     

    image

     

    SIDE defines what face from your solid mesh was picked for the conduction interface group.

    You have probably selected 'shell faces' instead of 'solid faces' when creating your conduction interface group.

    image

    So you need to go back and change it to solid faces so that the model is correct.

    Thank you!