Hello there. I am trying to modify the INP file of abaqus and for that I need to generate the INP file before running my model. In Abaqus CAE that is possible by simply clicking with the right button on the created job and selecting the "write input" option. However I don't know the code to order the same in my script. Can anyone help with this?
How can I generate an inp file without running the job using python scripts?
Use this
mdb.jobs[jobname].writeInput(consistencyChecking=OFF)