Environment settings for Abaqus
Abaqus setting file
In current directory or user home directory, create a text file abaqus_v6.env with contents:
ask_delete = OFF
run_mode = INTERACTIVE
odb_output_by_default = OFF
Explanation:
ask_deletecontrols if directly overwrite existing analysis files.run_modecontrols running mode, the default isBACKGROUND.odb_output_by_defaultcontrols if output odb file even no result is requested.