You are on page 1of 6

1

Getting started with Abaqus



Problem statement:
Cantilever beam with 10 inches length , 2 inches width and 0.375 inches thickness
Material specification: Youngs modulus: 30 x 10
7
pounds/inch
2

Poissons ration: 0.3
Loading: Axial compressive load of 1000 pounds at the free end , applied at the
centre point.

ABAQUS has a GUI version called ABAQUS/CAE. Let us have some basic introduction to
ABAQUS/CAE. ABAQUS CAE provides a complete modeling and visualization
environment for ABAQUS analysis products. With direct access to CAD models, advanced
meshing and visualization, and with an exclusive view towards ABAQUS analysis products,
ABAQUS/CAE is the modeling environment of choice for many ABAQUS users. With
CAE, you can build complicated models quickly and it gives you a method to import models
created by other software packages. Now, we follow a step by step procedure to do an
analysis.
1. Launching Abaqus/CAE

a. Log into Hammer using a SSH client
b. Create a separate directory with mkdir command in your home directory for
abaqus analysis.
c. Change the directory to the new directory
d. Type abaqus cae to launch Abaqus/CAE
e. When it starts click on Create Model Database.
f. If you want to assign a name to your model, then go to main menu: Model >
Manager. Click Rename, type 2D Cantilever Beam or something you like and
Click Dismiss.
2. Little more on ABAQUS/CAE: Its better we know the general structure of
CAE before we start working with it. So, let us have some Knowledge transfer!
a. ABAQUS CAE creates a binary file with a .cae file extension. When viewing
your results it uses the .odb and .fil files
b. CAE created an input file to run the analysis.
c. You can import an input file to CAE to manipulate the model
d. In CAE you make parts, and then assemble those parts into a model which is
then analyzed.
2

e. A general look of CAE is as follows:









Figure 1. General Look of CAE GUI
f. To work through these steps you will work with individual modules in CAE.
g. CAE modules: Unless like in ANSYS, you have different modules here. They are
as follows:
i. Part Create individual parts
ii. Property Create and assign material properties.
iii. Assembly Create and place all parts instances
iv. Step Define all analysis steps and the results you want
v. Interaction Define any contact information
vi. Load- Define and place all loads and boundary conditions
vii. Mesh Define your nodes and elements
viii. Job Submit your job for analysis
ix. Visualization- View your results
3. Creating a model:
a. In the Context bar under Module, select Part if not loaded already. Click on
Create Part in the toolbox area. Name the part Beam or something you like.
Make sure you set Modeling Space to 2D Planar, Type to Deformable, and
Base Feature to Shell (Shell for Area; Wire for Line; Point for Point). In the
Approximate Size text field type 30 or any value that would be appropriate for
your FE model size. Note that the approximate size will not affect your solution.
Click Continue to exit the Create Part dialog box.
b. Click Create Lines: Rectangle (4 Lines) in the toolbox to draw the cantilever
beam. In the Prompt area type (0, 0) and press enter, give coordinates for the
3

other end of the rectangle (10, 2) and press enter. Click the mouse button 2
anywhere in the view port to finish using the rectangle tool. (If you are using a 2-
button mouse, press both mouse buttons simultaneously).If you made some
mistakes in drawing you can click Delete to make changes. Click done in the
prompt area after finishing drawing.
Note: Save your model using File > Save/Save As. Save your work in regular intervals using the Save
button in the main menu bar.


4. Creating a part

a. In the context bar under Module, select Property. You will see that a new set of
tools appear in the toolbox area. Click on Create Material. Edit Material dialog box
appears. Name the material (say, Steel) and click on Mechanical > Elasticity >
Elastic. Leave Type as Isotropic and fill in the value of Youngs Modulus as 30e6
and Poissons ratio as 0.3. Click OK.

b. Click on Create Section in the toolbox to define a section. Name the new section as
you like (say, BeamSection), set Category to Solid and Type to Homogenous and
click Continue. Accept the default selection of Steel for the Materials and Type
0.375 in the Plane Stress/Strain thickness. Click OK.

c. Click on Assign Section in the toolbox. Click anywhere in the beam to select it
(Note: If you have to select more than one thing, you can use the Shift key for
multiple selections). Click Done in the prompt area to accept the selected geometry.
The Edit Section Assignment Dialog Box appears containing a list of existing
sections. Accept the default selection of BeamSection as the section and click OK.
ABAQUS/CAE changes the color of the entire beam to aqua to indicate the region
has a section assignment. When you assign a section to a region of a part, the region
takes on the material properties associated with the section.

d. Assembling the Model: Load the Assembly module from the Context bar. Click on
Instance Part button from the toolbox, and Create Instance dialog box appears.
Click on Independent (mesh on instance) and click OK.

e. Defining Analysis Steps: In the Context bar under Module, select Step. Click on the
Create Step button in the toolbox. Name the step (say, BeamLoad) and make sure
you define a step of Static, General. Click Continue and accept all the default
settings. Click OK.

f. For the output we want stresses, strains, displacements, and forces/reaction. Set this
in Field Output request option of the model tree.



4

5. Meshing the model and creating an input file

a. Load Mesh from Module in the context bar. Click on Assign Element Type
button in the toolbox, the Element Type popup window appears, make sure you set
Element Library to Standard, Geometric Order to Linear (cf. Linear for CPS4 and
Quadratic for CPS8) and select Plane Stress in Family. Click off Reduced
Integration. The name for the selected element type is shown in the panel, CPS4 (A
4-node bilinear plane stress quadrilateral, reduced integration, hourglass control.) for
this case. Click OK.
b. From the main menu bar at top, select Seed > Edge by Number. Click somewhere
inside the beam, all members will be selected, type 1 in the prompt line, press Enter
and click Done. If you want to have different number of mesh in different members,
select one member at a time, press Done, type the number of elements you want in
that member and press Enter. Select another member and repeat this for all
members and click Done in the prompt line when finished for all members.

c. Click on Mesh Part Instance button from the toolbox. Click Yes on the prompt
line. Save your work.

d. Click on Job and then write input file option to create an input file of the model.
The input file will be created with the given name (say Axial.inp) and will be stored
in the working directory. Close the model.

6. Applying Boundary conditions:

a. Go to File > Import >Model, then select your input file.

b. You will see meshed part you created in the last section. In the Context bar under
Module, select Load. Click on Create Boundary Conditions in the toolbox. Give
a name to the BC set (say Fixed), set the Step to Initial, Category to Mechanical
and Types for Selected Step to Displacement/Rotation, then click Continue.

c. Click on the nodes on the edge where you want (the left end) to apply the boundary
condition to select it, the selected part will appear red after selection and click done
on the prompt line. Then select Encastre in the pop-up window and click OK.

d. To define load, click on the Create Load button in the toolbox. Name the load (say,
axial load), select BeamLoad in Step. Make sure you set the Category to Mechanical
and Types for Selected Load to Concentrated Force before hitting Continue.

e. Click on the appropriate node for applying the load and click Done in the prompt
line. Then give the values of loads in the X-direction (CF1) as -1000 and click OK.
Save your work!



5

7. Submitting the job

a. Load the Job module. Click on the Job Manager Button in the toolbox.

b. Click on Submit in the Job Manager and wait until the Status appears Completed,
then click Dismiss. Check for Errors, if any.

8. Viewing the results of Analysis

a. Load the Visualization module. Click File > Open in the main menu bar and select
Axial.odb.

b. Click on Plot Deformed Shape in the toolbox area see the deformed shape. To
display the node numbers, go to the main menu click Options > Deformed Shape,
go to the page tabbed Labels, click on Show Node Labels. To plot both the
deformed and undeformed shapes, go to the main menu click Options > Deformed
Shape, go to the page tabbed Basics, click on Superimpose Undeformed plot.
There are other visualization tools in the toolbox, play with them to see different
results.

c. You can load different plots by selecting Field output in Results Menu section. If
you select S11 (from Stress components), you will see something similar to this:


















Similarly, selecting Displacement in X direction gives a plot as shown here:

6




d. For tabular data reports, from the main menu bar select Report > Field Output.
Report Field Output. In the Variable tabbed page, set Position to Unique Nodal.
Click the black arrow next to S: Stress components to see the list of available
variables, click on the variables you want in your output file like S11, S22, S12, etc.
In the Setup tabbed page, name the report (say, Axial .rpt). Click Apply.

e. In the Variable tabbed page, click the box next to S: Stress components to remove
it from selection. Click on the black arrow next to U: Spatial displacement to
expand and select U1 and U2 from the list of available variables. Click Apply. The
nodal displacements are appended to the report file.

f. Open the Axial.rpt file from the location where your ABAQUS Job Files are saved
(Check your command line at the bottom of screen to see where your report files are
saved) in any text editor like MSWord, notepad, etc.

Quitting ABAQUS/CAE

When you quit from CAE, make sure that no output databases are active.
From the utility menu select File > close ODB.
Then, File > Quit
Prepared by:
Vikas Argod
vikasargod@psu.edu
224G Computer Building
Research Computing and Cyberinfrastructure
Pennsylvania State University, University Park PA 16802

Please contact beatnic@aset.psu.edu if you have any comments/suggestions to this report.

You might also like