Abaqus Tutorial Part I
Abaqus Tutorial Part I
Overview
F F F F F F
ABAQUS Basics Required Model Information Input File Syntax / Example Running ABAQUS Post Processing Printing Deformed Shape
ABAQUS Basics
F
Sequence of Operations:
Preprocessing ABAQUS/PRE or other software Input file: job.inp
Simulation ABAQUS/Standard Output files: job.res, job.dat Postprocessing ABAQUS/Post or other software
Model Data J Geometry -- Nodes, Elements, Connectivity J Element Section Properties J Material Data History Data J Loads and Boundary Conditions J Analysis Type J Output Requests
1m
1m
1m
1m 10,000 N
104
17
105
13
14
15
16
101
11
102
12
103
Input Basics J Keywords: *ELEMENT, TYPE=T2D2 J Option Blocks *NODE 101, 0., 0., 0. .... 105, 1.5, 0.866, 0. J Data lines are 80 characters long; use comma at end to continue line J Units and coordinate systems are user defined; make sure they are consistent! J Comment lines marked by ** ** This is a comment
Starts input file and contains user notes Node Specification: *NODE
J
*NODE 101, 0., 0., 0. 102, 1., 0., 0. 103, 2., 0., 0. 104, 0.5, 0.866, 0. 105, 1.5, 0.866, 0.
J J
Syntax: <node #>, <x>, <y>, <z> Node numbering can have holes and need not start at 1
Syntax: <element #>, <node 1>, <node 2> Truss element is T2D2 ELSET specifies the name of this set of elements, used in *SOLID SECTION to define the properties for these elements (material, section properties)
ELSET specifies the element set; MATERIAL sets the material J Number supplies cross-sectional area Material Specification: *MATERIAL
J
NAME sets the material name (STEEL) *ELASTIC specifies a linear-elastic material Parameters for *ELASTIC are Young s Modulus, E, and Poisson s Ratio, ?
F F
Output Requests
J J
*RESTART, WRITE creates restart file *NODE PRINT prints nodal data; U gives displacements, RF gives reactions
Running ABAQUS
F
First run a datacheck analysis to check for errors in your input file:
abaqus job=frame datacheck interactive
Look at <jobname>.dat file; errors and warnings are marked with **ERROR and **WARNING, respectively After input is thoroughly debugged, run full analysis
J
Running ABAQUS
F
ABAQUS generates a number of output files: J <jobname>.dat -- full output file J <jobname>.msg -- runtime messages J <jobname>.log -- ABAQUS start times J <jobname>.res -- restart file for analysis restart and post processing J <jobname>.sta -- step processing data J <jobname>.mpl -- plot file J <jobname>.ps -- postscript version of plot file Make sure you check your answers!
Post Processing
F
The SET command sets output parameters, SHOW gives current values J Turning node and element numbers on/off:
SET, N NUMBERS=ON SET, EL NUMBERS=ON
Post Processing
J
Printing Results
F
Make a plot file of deformed shape: J When in abaqus post, create hard copy file using SET, HARD COPY=ON J Draw the deformed shape using DRAW, DISPLACED J Exit from ABAQUS POST (use END) Create a postscript version of the plot file using ABAQUS PLOT: J Run ABAQUS PLOT
abaqus plot job=<jobname> device=cps
Answer the questions J The file <jobname>.ps is created Send <jobname>.ps to printer
J
lp <jobname>.ps