abaqus lecture 2

26
AE4131 ABAQUS Lecture Part II Patrick Roberts [email protected] x5-2773 Weber 201

Upload: deivids-hyggelig

Post on 20-Jan-2015

321 views

Category:

Engineering


9 download

DESCRIPTION

CAD

TRANSCRIPT

Page 1: abaqus lecture 2

AE4131ABAQUS Lecture

Part IIPatrick Roberts

[email protected]

x5-2773

Weber 201

Page 2: abaqus lecture 2

Overview

• What is ABAQUS CAE?

• Why learn ABAQUS CAE?

• Online Tutorials

• Sample problem

• Some helpful hints

Page 3: abaqus lecture 2

What is 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.

(From www.abaqus.com)

Page 4: abaqus lecture 2

Why learn ABAQUS CAE?

• Building input files by hand for large or complex models are too difficult.

• Build most models very quickly

• Gives you a method to import models created by other software packages.

• Allows for Python scripting.

Page 5: abaqus lecture 2

ABAQUS CAE files

• ABAQUS CAE creates a binary file with a .cae file extension.

• When viewing your results it uses the .odb and .fil files

• CAE created an input file to run the analysis.

• You can import an input file to CAE to manipulate the model.

Page 6: abaqus lecture 2

ABAQUS CAE structure

• In CAE you make parts, then assemble those parts into a model which is then analyzed.

• To work through these step you will work with individual modules in CAE.

Page 7: abaqus lecture 2

CAE layoutTitle bar Menu bar Toolbar Context bar

Toolbox area

Canvas and drawing area

Viewport Prompt area

Message area or command line interface

Page 8: abaqus lecture 2

ABAQUS CAE modules

• Part – Create individual parts• Property – Create and assign material properties• Assembly – Create and place all parts instances• Step – Define all analysis steps and the results you want• Interaction – Define any contact information• Load- Define and place all loads and boundary

conditions• Mesh – Define your nodes and elements • Job – Submit your job for analysis• Visualization- View your results

Page 9: abaqus lecture 2

Online tutorials

ABAQUS CAE has three very good tutorials

1. Simple 3D cantilever beam

2. Two hinges/ rigid pin assembly

3. Viewing and working with your output

Page 10: abaqus lecture 2

Starting ABAQUS CAE

You can start ABAQUS CAE from the START menu or with a command line by typing abaqus cae in a Command window.

TIP: You should open a Command Window, navigate to the directory you want to use, and finally, start ABAQUS CAE via command line. This way all your results files will end up in this directory (where you want them!).

Page 11: abaqus lecture 2

Plane stress problem

• To start learning ABAQUS CAE we will work through building a cantilevered beam that is subjected to a pressure load on the top of the beam of 0.5 MPa.

• This will be a plane stress problem so it will have unit thickness. The length of the beam is 200 mm, height is 25 mm.

Page 12: abaqus lecture 2

Part Module

• Create a new part as– 2-D planar– Type : Deformable– Basic feature: shell– Approximate size:

Page 13: abaqus lecture 2

Your plane stress part

Page 14: abaqus lecture 2

Property Module

• We will add the material Steel and give it values of 209 × 103 MPa and Poisson's ratio of 0.3.

• We will create a section called BeamSection and give it a category of solid, type Homogeneous.

• We then assign this material to this section.

Page 15: abaqus lecture 2

Assembly Module

• We will create one instance of this beam.

Page 16: abaqus lecture 2

Step Module

• We will add a step after the system created Initial step called Load Step.

• The procedure type is General and the type is Static.

• For the output we want stresses, strains, displacements, forces/reaction.

Page 17: abaqus lecture 2

Load Module

• We want to fully constrain (encastre) the left end of the beam. Fixed boundary conditions must be placed in the system created Initial step. We will call this boundary condition Fixed.

• The pressure load must be added in the step we created earlier called Load Step. Call this load Pressure and it has a value of 0.5 and is applied to the top of the beam.

Page 18: abaqus lecture 2

Beam with BC’s and loading

Page 19: abaqus lecture 2

Mesh Module

• First we need to decide on the Mesh controls. In this case we will use quadrilateral.

• Next we choose element type. Under Family you will see Plane stress highlighted. If we choose linear with reduced integration we will be using the following element.

• CPS4R: A 4-node bilinear plane stress quadrilateral, reduced integration, hourglass control.

Page 20: abaqus lecture 2

Mesh Module (cont.)

• We need to define how course/fine the mesh will be by the use of seeds.

• The system will suggest a seed value. To make the mesh finer enter a smaller number. Larger numbers will make the mesh more course.

• The system suggested 20 so we’ll choose 15.

Page 21: abaqus lecture 2

Mesh Module (cont.)

When we mesh this instance we get the following.

Page 22: abaqus lecture 2

Job Module

• We will create a job called 2DPlaneStressBeam

• Once this has been created just submit the job.

• The analysis should only take a couple of minutes.

Page 23: abaqus lecture 2

Visualization Module• Once your analysis is complete we want to

see the results.• If we look at Von Mises stress distribution

we see

Page 24: abaqus lecture 2

Stress distribution

Page 25: abaqus lecture 2

Additional Results

To see additional results choose Field Output and you can choose the type of output you would like to see. It will only show you what you initially choose in the Step Module.

All of the results files are in the directory you started CAE in. For any errors, warning or other system data on how the analysis ran look at those files.

Page 26: abaqus lecture 2

Some additional tips

• If you want to capture an image for later placement in a paper you need bring up the view you want to capture, then print to a file. If you are using Word then use the TIFF format. If you use Latex use the eps format.