The ABAQUS/CAE example scripts in this chapter illustrate the following:
How you can use commands from the ABAQUS Scripting Interface to create a simple model, submit it for analysis, and view the results. Reproducing the cantilever beam tutorial, Section 7.1, uses ABAQUS Scripting Interface commands to reproduce the cantilever beam tutorial described in Appendix B, Creating and Analyzing a Simple Model in ABAQUS/CAE,” of Getting Started with ABAQUS.
How you can use the ABAQUS Scripting Interface to control the output from the Visualization module in ABAQUS/CAE (ABAQUS/Viewer).
Opening the tutorial output database, Section 7.2.1, explains how to use abaqus fetch to retrieve the ABAQUS/CAE tutorial output database.
Opening an output database and displaying a contour plot, Section 7.2.2, explains how to open the tutorial output database, display a contour plot, and print the resulting viewport to a file.
Printing a contour plot at the end of each step, Section 7.2.3, explains how to open the tutorial output database, customize the legend, display a contour plot at the end of each step, and print the resulting viewports to a file.
How you can introduce more complex programming techniques into your ABAQUS Scripting Interface scripts. Investigating the skew sensitivity of shell elements, Section 7.3, reproduces the problem found in Skew sensitivity of shell elements, Section 2.3.4 of the ABAQUS Benchmarks Manual. You use ABAQUS/CAE to create the model, and you use ABAQUS Scripting Interface commands to parameterize an evaluation of the model by changing its geometry and element type. The example investigates the sensitivity of the shell elements in ABAQUS to skew distortion when they are used as thin plates.
The example scripts from this manual can be copied to the user's working directory by using the ABAQUS fetch utility:
abaqus fetch job=scriptNamewhere scriptName.py is the name of the script (see Execution procedure for ABAQUS/Fetch, Section 3.2.12 of the ABAQUS Analysis User's Manual).