abaqus-tutorial-1-simple-bracket
abaqus-tutorial-1-simple-bracket
SIMPLE BRACKET
www.technia.com/simulation | [email protected]
Learning Note: This tutorial assumes the first tutorial has been completed and
understood. The tutorial still details all the steps involved in generating a model
however it is assumed that the user is now acquainted with the interface.
To complete this tutorial you will need the accompanying CAD geometry ‘Tutorial
2.STEP’.
• To define the material properties first go to the properties module, as shown in the
image below
Abaqus does not handle the units for us, so we need to take this into consideration. For
example, if our geometry is in mm and our force is in Newtons then our stresses will be
reported in MPa.
There are many options for material models, types and data, we are simply going to define the
most basic sort required for a linear run.
• Define some basic elastic material properties for Aluminium by using the ‘Create
Material’ tool and name the material ‘Aluminium’ for clarity later
For a basic elastic analysis we only need to define an elastic modulus and a Poisson’s ratio.
• Create a new solid homogenous section, give the section a unique name and apply the
recently created aluminium material properties to it by using the ‘Create Section’ tool
and click OK
Previously naming the materials and sections may not seem necessary but it avoids confusion
when applying definitions, particularly if we’ve created more than one of each.
This section now needs to be applied to the geometry. This is how we tell the software which
parts are made of what.
• Click the ‘Assign Section’ tool , select the geometry in the viewport and click ‘Done’
in the prompt area below the viewport
• Go into the assembly module from the drop down module list to instance the part (i.e.
applying the part to an assembly)
• Click the ‘Create Instance’ tool , select the part from the list and click OK
Clicking apply and OK both instance the part, so clicking both instances the part twice. This is
a common mistake that catches many people out. As both instances reference the same
global co-ordinate system they lie on top of each other perfectly and often don’t become
apparent until post-processing the results.
To check that you have only instanced the part once look how many instances are listed under
• Go to the step module, click the ‘Create Step’ tool , select a Static - General step
and click ‘Continue’
Firstly we define a full fixing at the pair of holes on the back of the bracket.
• Select all the internal faces on both bore holes (hold shift to select multiple faces) and
click ‘Done’ in the prompt area at the bottom of the viewport
• In the ‘Edit Boundary Condition’ window that appears check all three translational
degrees of freedom (U1, U2 and U3) then click OK
Now we define a load in the form of a surface traction, this is a force per unit area in a defined
direction. A surface traction is similar to a directional pressure.
• Select the face highlighted in the image below and click ‘Done’ in the prompt area
• In the ‘Edit Load’ window enter a value of ‘1’ in the magnitude definition and set the
traction type to general
For a surface traction we need to specify a direction in which the force should act.
The nodes selected are arbitrary as long as they create a vector in the X-axis, however the
order in which the points are selected is important as this denotes the direction in which the
force will act. We want the force to be pulling on the bracket as if it was bolted to a wall
supporting a rope.
6 Meshing
The meshing module’s function is self explanatory. By default Abaqus CAE will try and mesh
3D parts using brick elements, however this only works for a subset of possible geometries.
If you instanced the geometry as ‘dependant’ (instances are dependant by default) you will
need to view the geometry as an individual part before a mesh can be applied to it. This is done
by changing the object definition to ‘Part’ instead of ‘Assembly’ at the top of the viewport
.
This may seem unnecessary but in large assemblies with repetitive instances the relevance of
this functionality becomes obvious.
First we need to define meshing seeds, these control the mesh size and show how the mesh
will appear without actually meshing the part. This saves us from having to mesh the entire
component every time we modify the seed size.
• Click the ‘Seed Part Instance’ tool and assign a global size of 2 (remember this is
in mm), accept defaults and click OK
• Click the ‘Assign Mesh Control’ tool , select a ‘Tet’ mesh and accept all the other
defaults
• Click the ‘Mesh Part’ tool and click ‘Yes’ in the prompt area to apply the mesh
The viewport will automatically update to display the meshed part. We can now visualize our
mesh and modify if necessary.
Before a local mesh seed can be applied we need to delete the current mesh.
• Click and hold the icon used to mesh the part in order to view the tools nested beneath,
scroll along and select ‘delete part native mesh’ , then click ‘Yes’ in the prompt area
• Select the two fillet faces in the model (holding shift for multiple faces), as shown below,
select the ‘seed edges’ tool and apply a local seed of 1mm, then click OK
IMPORTANT: Do NOT accept the default name of ‘Job-1’. Two jobs of the same name in the
same folder will overwrite each other. It is good practice to name the job something specific to
the analysis.
• The job will now appear under the ‘Job’ section in the feature tree, to run this job right
click, select ‘Submit’ then click ‘OK’ in then ‘Edit Job’ window
Whilst the solution is running we can monitor its progress. This will give an indication as to
whether the job has been completed successfully, whether it is still solving or if the job has
aborted with an error.
If the job aborts or fails to converge go back over the previous steps to check if everything is
correct.
next to the job in the feature tree indicating that it has completed, .
• To view the results file right click the job again and select ‘Results’
CAE has a second feature tree for results processing and another set of menus. Some of these
features have been outlined below.
Contour plot
(Stress, Displacement etc.)
Animation
Section
Now we can create a contour plot of the results. It is possible to plot many different quantities
on the model but we want a Von Mises Stress plot.
• Select ‘Result’ > ‘Field Output’ from the menu bar, choose stress as the variable and
Mises as the invariant, then click OK
Explore the tools available in the viewer module. Try creating a displacement plot, animate the
model or apply a section cut.