Import a specific input file in to Hypermesh from CMD.

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

I would like to know how can an input file (.inp) be imported in hypermesh through the command line( without using  the GUI). The user profile of the .inp is abaqus. In short, I require the command line (from the Command prompt) to import the .inp file in to hypermesh.

Tagged:

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited January 2016

    Have a look at command line options of Hypermesh.

    For exemple, under Linux I used:

     hm -nocommand -nouserprofiledialog -batch -tcl myscript.tcl

    In myscript.tcl, you can use neccessary command to import INP input file.