Simulia Abaqus Tips (CMD Commands)

in software •  7 years ago 

Abaqus Simulia.jpg


Abaqus FEA is a software for finite element analysis and computer-aided engineering. Here are some tips to run Abaqus using CMD commands.

Before heading to CMD commands, we need to have an input file with .inp format and a mesh file. Abaqus supports .msh mesh file format. Now, we can use CMD to check through the files' data. In the same folder containing input file and mesh file, hold down the SHIFT key and right-click, you can open CMD.

Type in: abaqus j=[jobname] interactive datacheck

Let's say that you encountered errors after the datacheck, you can find out the errors in the .dat or .msg file. If your datacheck is completed, you can proceed to analysis stage.

Type in: abaqus j=[jobname] interactive

Tips:

  1. To speed up the analysis process, one can try running the analysis with more CPUs.
    Type in: abaqus j=[jobname] interactive cpus=[numbers of cpus]
  2. To use double-precision for accurate results.
    Type in: abaqus j=[jobname] interactive cpus=[numbers of cpus] double
  3. If you have two different versions of Abaqus software, e.g. Abaqus 6.12-1 & Abaqus 6.13-1. You can choose one of the versions (Abaqus 6.13-1) to execute your input file. For
    Type in: abq6131 j=[jobname] interactive cpus=[numbers of cpus] double

References:


Untitled-3.gif
UPVOTE.gif

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!