Вы находитесь на странице: 1из 70

P E S Institute of Tech nology

Bangalore South Campus

Department of Mechanical Engineering

Modeling & Analysis Laboratory Manual

(Finite Element Analysis)

For 6th Semester Mechanical


Engineering

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

Syllabus

Assessment Exam
Course Code Credits L-T-P
SEE CIA Duration
Modeling and Analysis
15MEL68 02 1-0-2 80 20 3Hrs
Lab

CREDITS: 02

Prerequisites: Knowledge of any Modeling Software, Knowledge of Coordinate


Systems and Geometric Transformations etc.

Course objectives:
The course is intended to provide basic understanding of Modeling and Analysis
techniques students with following aspects:
 To acquire basic understanding of Modeling and Analysis software
 To understand the different kinds of analysis and apply the basic principles to
find out the stress and other related parameters of bars, beams loaded with the
loading conditions.
 To learn to apply the basic principles to carry out dynamic analysis to
know the natural frequency of different kind of beams.

PART – A

Study of a FEA package and modeling and stress analysis of:


1. Bars of constant cross section area, tapered cross section area and stepped bar.
2. Trusses – (Minimum 2 excercises of different types)
3. Beams – Simply supported, cantilever, beams with point load, UDL, beams with varying load etc.
(Minimum 6 excercises of different nature)
4. Stress Analysis of a Rectangular Plate with a Circular Hole

PART – B
1. Thermal Analysis – 1D & 2D problem with conduction and convection boundary
conditions (Minimum 4 excercises of different types)
2. Dynamic Analysis to find

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus
a) Fixed – fixed beam for natural frequency determination
b) Bar subjected to Forcing function
c) Fixed – fixed beam subjected to forcing function

PART – C (only for demo and oral exam)


1) Demonstrate the use of graphics standards (IGES, STEP etc.) to import model from modeler
to solver.
2) Demonstrate one example of contact analysis to learn the procedure to carry out contact analysis.
3) Demonstrate at least two different type of example to model and analyse bars or
plates made from composite material.

Course Outcomes:
At the end of the course the students are able to:
 Demonstrate the basic features of an analysis package.
 Use the modern tools to formulate the problem and to create geometry,
discretize, apply boundary condition to solve problems of bars, truss, beams, and
plate to find stress with different loading conditions.
 Demonstrate the deflection of beams subjected to point, uniformly distributed
and varying loads and further to use the available results to draw shear force
and bending moment diagrams.
 Analyse the given problem by applying basic principle to solve and demonstrate
1D and 2D heat transfer with conduction and convection boundary conditions.
 Carry out dynamic analysis and finding natural frequencies for various boundary
conditions and also analyse with forcing function.

REFERENCE BOOKS:
1. A first course in the Finite element method, Daryl L Logan, Thomson, Third Edition

2. Fundaments of FEM, Hutton – McGraw Hill, 2004

3. Finite Element Analysis, George R. Buchanan, Schaum Series

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus
Scheme for Examination:
One Question from Part A - 32 Marks (08 Write up +24)

One Question from Part B - 32 Marks (08 Write up +24)

Viva-Voce - 16 Marks

Total 80 Marks

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

Introduction to Finite Element Analysis


Finite Element Analysis

Finite element analysis is a way to simulate loading conditions on a particular


design and determine the design’s response to those conditions.

 The design is modeled using discrete building blocks called Elements.


o Each element has exact equations that describes how it responds
to certain load
o The “sum” of the response of all elements in the model gives the
total response of the design.
o The elements have a finite number of unknowns, hence the name
finite elements.
 The finite element model, which has finite number of unknowns, can
only approximate the response of the physical system, which has infinite
unknowns.
o So the question arises: How good is the approximation?
Unfortunately, there is no easy answer to this question. It depends
entirely on what you are simulating and the tools you use for the
simulation.

PHYSICAL MODEL F E MODEL

Most often the mathematical models result in algebraic, differential or integral


equations or combinations thereof. Seldom these equations can be solved in
closed form (Exact from), and hence numerical methods are used to obtain

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

solutions. Finite difference method is a classical method that provides


approximate solutions to differential equations with reasonable engineering
accuracy. There are methods of solving mathematical equations that are
thought in traditional numerical methods courses. Finite element method is
one of the numerical methods of solving differential equations. The FEM
originated in the area of structural mechanics, and has been extended to other
areas of solid mechanics and later to other fields such as heat transfer, fluid
dynamics and electromagnetic devices. In fact FEM has been recognized as a
powerful tool for solving partial differential equations and integral-differential
equations. One of the reasons for FEM’s popularity is that the method results
in computer programs versatile in nature that can be used to solve many
practical problems with least amount of training. Obviously there is a danger in
using computer programs without proper understanding of the theory behind
them, and that is one of the reasons to have a thorough understanding of the
theory behind the finite element method.

History of FEM

Academic and industrial researchers created the finite element method of


structural analysis during 1950s and 1960s.

The underlying theory is over 100 years old, and was the basis for pen-and-
paper calculations in the evaluation of suspension bridges and steam boilers.

 1943 Courant (Variational Method)


 1960 Clough (Finite Element – Plane problems)
 1970c Applications on mainframe computers
 1980s Microcomputers, Pre-and post-processors.
 1990s Analysis of large structural systems.

Need of FEA

 To reduce the amount of prototype testing


 Computer simulations allow multiple “what-if” scenarios to be tested
quickly and effectively.
 To simulate designs that are not suitable for prototype testing
 Cost saving
 Time saving
 Create more reliable, better-quality designs.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

Applications

 Easily applied to complex, irregular shaped objects composed of several


different materials and having complex boundary conditions.
 Applied to steady state time dependent, Eigen value problems.
 Applicable to linear and Non-linear problems.
 Numbers of general purpose FEM packages are available.
 FEM can be coupled to CAD programs to facilitate solid modeling and
mesh generations.
 Many FEM software packages feature GUI interface, automeshers and
sophisticated post processors and graphics to speed the analysis and
makes Pre and Post processing friendlier.

The Finite Element Approach

In this approach, the entire solution domain is divided into small finite
segments (Hence the name finite elements). Over each element, the behavior is
described by the differential governing equations. All these small elements are
assembled together and the requirements of continuity and equilibrium are
satisfied between neighboring elements. Provided that the boundary conditions
of the actual problem are satisfied, a unique solution can be obtained to the
overall system of linear algebraic equations (with a sparsely populated solution
matrix).

The FE method is very suitable for practical engineering problem of complex


geometries. To obtain good accuracy in regions of rapidly changing variables, a
large number of finite elements must be used.

Steps in FEM – Linear Static Analysis

Step 1: Discretization of the Structure

The first step in the finite element method is to divide the structure or
solution region into subdivisions or elements. Hence the structure is to be
modeled with finite elements. The number, type, size and arrangements of the
elements are to be decided. These elements can be 1 – D, 2 – D, 3 – D or Axis
symmetric.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

Step 2: Selection of a proper interpolation or displacement model

Since the displacement solution of a complex structure under any


specified load conditions cannot be predicted exactly, we assume some suitable
solution within an element to approximate the unknown solution. The assumed
solution must be simple from a computational point of view, but it should
satisfy certain convergence requirements. In general, the solution or the
interpolation model is taken in the form of a polynomial.

Define the behaviors of the variables in each element by a suitable shape


function. Choose the displacement at each nodal point as the unknown
variable and use the shape functions to describe how the geometry and
variable changes over each elements (e.g. linear or quadratically). The higher
the order of the shape function, the more nodal points are assigned to each
element. Accuracy of the solutions can be improved either by using large
number of simple elements (H – Convergence) or increasing the order of the
shape functions (P – Convergence).

Step 3: Element Strains and Stresses

From the displacement, derive the strains and stresses within each
element by using the strain – displacement relationship and Hook’s law
(conservative equations). Compatibility equations are automatically satisfied
within each element because the displacements are chosen as the unknown
variables.

Step 4: Derivation of the Element stiffness matrices and load Vector

From the assumed displacement model, the stiffness matrix [K(e)] and the
load vector F(e), of element “e” are to be derived by using equilibrium conditions
or a suitable Variational principle.

Step 5 : Assemblages of element equations to obtain the overall


equilibrium equation

Since the structure is composed of several finite elements, the individual


element stiffness matrices and load vectors are to be assembled in a suitable
manner and the overall equilibrium equation can be formulated as
⃗ =𝐹
[K]𝑄

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus
Where [K] is called the assembled stiffness matrix, Q is the vector of nodal
displacement and F is the vector of nodal forces for the complete structure.
Since the summation of stiffness is carried out only on elements sharing a
particular node, the overall stiffness matrix will be sparely populated. The
assembled stiffness matrix is singular.

The process of finding the appropriate location for the individual element
matrix in the global matrix is called direct stiffness method.

Step 6: Imposition of the Boundary conditions

These can take the form of prescribed displacement, sliding against a


rigid surface, attached spring, prescribed forces/ stresses or pressures. More
complex boundary conditions occur in contact problems. The constraints can
be single point constrain or multipoint constrain. These constrain can be
handled by elimination or penalty approach.

Step 7: Solution for the unknown nodal displacements

After the incorporation of the boundary conditions, the equilibrium


equations can be expressed as
⃗ =𝐹
[K]𝑄

The modified stiffness matrix is non – singular. For linear problems, the vector
Q can be solved very easily using techniques such as gauss elimination
method. But for nonlinear problems, the solutions has to be obtained in a
sequence of steps, each step involving the modification of the stiffness matrix
[K] and /or the load vector [F].

Step 8: Computation of element strains and stress

From the known nodal displacements Q, if required, the element strains


and stresses can be computed by using the necessary equations of solid or
structural mechanics. Also the reactions can be computed.

The terminology used in the above steps has to be modified if we want to


extend the concept to other fields. For example, we have to use the term
continuum or domain in place of structure, field variable in place of
displacement, characteristic matrix in place of stiffness matrix, and element
results in place of element strains.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

In general, a finite element solution may be broken into following three stages.
This is a general guideline that can be used for setting up any finite element
analysis.

1. Preprocessing: Defining the problem; the major steps in


preprocessing are given below:
a. Define key points/lines/areas/volumes (or building a solid
model)
b. Define element type and material/geometric properties
c. Mesh line/areas/volumes as required.

The amount of detail required depends on the dimensionality of the


analysis (i.e. 1-D, 2-D, 3-D axis symmetric).

2. Solution: assigning loads, constrains and solving; here we specify the


loads (point or pressure), constraints (translational and rotational)
and finally solve the resulting set of equations.
3. Post processing: further processing and viewing of results; in this
stage one may wish to see;
a. List of nodal displacements
b. Element forces and moments
c. Deflection plots
d. Stress contour diagrams

Advantages of FEM

 Can readily handle complex geometry


 Can handle complex analysis types
o Vibration
o Transient
o Nonlinear
o Heat transfer
o Fluids
 Can handle complex loadings
o Node – based loading
o Element – based loading
o Time or frequency dependent loading

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

 Can handle complex restraints


o Indeterminate structures can be analyzed
 Can handle bodies comprised of non-homogeneous materials
o Every element in the model could be assigned a different set of
material properties.
 Can handle bodies comprised of non-isotropic materials
o Orthotropic
o Anisotropic
 Special material effects are handled
o Temperature dependent properties
o Plasticity
o Creep
o Swelling
 Special geometric effects can be modeled
o Large displacements
o Large rotations

Disadvantages of FEM

 A specific numerical result is obtained for a specific problem. A general


closed form solution, which would permit one to examine system
response to changes in various parameters.
 The FEM is applied to an approximation of the mathematical model of
the system (The source of so called inherited errors.)
 Numerical problems
o Computers only carry a finite number of significant digits.
o Round off and error accumulation
o Can help the situation by not attaching stiff (small) elements to
flexible (large) elements
 Susceptible to user introduced modeling error
o Poor choice of element types
o Distorted elements
o Geometry not adequately modeled
 Certain effects not automatically included
o Buckling
o Large deflection and rotations
o Material nonlinearities

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

Limitations of FEM

 High speed computers and large memory requirements


 Obtaining material properties other than isotropic is very difficult.
 Incapable of handling incompressible fluids
 Proper interpretation of results is more important as large output data is
available.
 Large unwanted data
 Selection of proper mesh size is difficult
 Limited development in the fields of contact, fracture mechanics etc.

FEM Errors

FEM errors take places at 3 stages of solution:

 Error during conversion of mathematical model to solid model


 Discretization error
 Solution error

Some of the FEM (Mechanical) packages

ABAQUS, ADAMS, ADINA, AFEMS, ALGOR, ANSYS, AUTODYN, C-MOLD,


COSMOS, NISA, Pro – MECHANICA, NASTRAN

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

Introduction to ANSYS
ANSYS is a general purpose finite element modeling and analysis
package for numerically solving a wide range of mechanical problems. These
problems include: Static/dynamic structural analysis (linear and non – linear),
heat transfer and fluid problems, as well as acoustic and electro-magnetic
problems.

 ANSYS is a complete FEA software package used by engineers worldwide


in virtually all fields of engineering:
o Structural
o Thermal
o Fluid (CFD, Acoustics, and other fluid analysis)
o Low – and High – frequency electromagnetics
 A partial list of industries in which ANSYS is used:
o Aerospace – electronics & Appliances
o Automotive – Heavy equipment & Machinery
o Biomedical – MEMS – Micro electromechanical systems
o Bridges & Buildings
 ANSYS Multiphysics is the flagship ANSYS product which includes all
capabilities in all engineering disciplines.
 There are three main component products derived from ANSYS
Multiphysics
o ANSYS Mechanical – Structural & Thermal capabilities
o ANSYS Emag – Electromagnetics
o ANSYS FLOTRAN – CFD capabilities
 Other product lines:
o ANSYS LS-DYNA – for highly nonlinear structural problems
o ANSYS Professional – linear structural and thermal analysis, a
subset of ANSYS Mechanical capabilities in the workbench
environment

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

ANSYS

ED
ANSYS ANSYS

Emag FLOTRAN

ANSYS

Multiphysics
ANSYS

Prep Post

ANSYS

LS – DYNA ANSYS

Mechanical

ANSYS ANSYS
ANSYS Design
Structural
Space
Professional

 Structural Analysis: is used to determine deformations, strains,


stresses, and reaction forces.
 Static Analysis:
o Used for static loading conditions.
o Nonlinear behavior such as large deformations, large strain,
contact, plasticity, hyper elasticity, and creep can be simulated.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

 Dynamic Analysis:
o Includes mass and damping effects.
o Modal analysis calculated natural frequencies and mode shapes.
o Harmonic analysis determines a structure’s response to sinusoidal
loads of known amplitude and frequency.
o Transient dynamic analysis determines a structure’s response to
time-varying loads and can include nonlinear behavior.
 Other structural capabilities
o Spectrum analysis
o Random vibrations
o Eigen value buckling
o Sub-structuring, sub-modeling
 Explicit Dynamics with ANSYS/LS – DYNA:
o Intended for very large deformation simulations where inertia
forces are dominant.
o Used to simulate impact, crushing, rapid forming, etc.
 Thermal analysis: is used to determine the temperature distribution in
an object. Other quantities of interest include amount of heat lost or
gained, thermal gradients, and thermal flux. All three primary heat
transfer modes can be simulated: Conduction, Convection, and
Radiation.
 Steady-State: Time – dependent effects are ignored.
 Transient: to determine temperatures, etc. as a function of time.
o Allows phase change (melting or freezing) to be simulated.
 Electromagnetic analysis: is used to calculate magnetic fields in
electromagnetic devices.
 Static and low-frequency electromagnetic:
o To simulated devices operating with DC power sources, low
frequency AC, or Low frequency transient signals.
 Computational Fluid Dynamics (CFD): To determine the flow
distributions and temperatures in a fluid.
o ANSYS/FLOTRAN can simulate laminar and turbulent flow,
compressible and incompressible flow, and multiple species.
o Application: aerospace, electronic packaging, automotive design.
o Typical quantities of interest are velocities, pressure, temperature,
and film coefficients.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

ANSYS
Opening ANSYS session:

ANSYS can be opened in windows operating system through

 Start > programs > ANSYS 14.0 > Mechanical APDL (ANSYS) 14.0

ANSYS Menu:

By default ANSYS opens 6 Menus. They are:

1. Utility Menu
2. Main Menu
3. Input Window
4. Tool Bar
5. Graphics Window
6. Output Window

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

Utility Menu:

a) File:

The file contains

 Clear & Start: To clear the database &


Start a new job
 Resume from: To resume the previously
stored job
 Save as: Save the database as filename.db
 Read Input from: If input is taken from
outside programmed file
 Switch Output: To external file or by
default files in *.iges format is supported
without any additional software. By CATIA,
UG, PRO-E u can import the geometry
 Export: To export to use in other
software’s.
 Exit: To close the ANSYS session.

b) Select: This is very important option for viewing the results or applying the
boundary conditions. The parts of the model can be selected and can
manipulate for data. This option contains

 Entities: Entities to be selected like keypoints, lines, nodes, elements,


areas, volumes, etc.
 Components: Naming and grouping the selected components.
 Everything: Selecting only that part
 Everything below: Selecting the entities below that.

c) List: This option can be used to listing the elements, nodes, volumes, forces,
displacements etc.

d) Plot: This option is used to plot the areas, volumes, nodes, elements etc.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

e) Plot Controls: This option is very important and contains

 Pan Zoom Rotate: It opens another menu through which zooming and
rotation of the model possible.
 View Setting: By default Z plane is perpendicular to the viewer. By this
view option, view settings can be changed.
 Numbering: This is useful for setting on/off the entity numbering.
 Symbols: To view the applied translations, forces, pressures, etc. this
option should be used to set them on.
 Style: Sectioning, vector arrow sizing and real structural appearances is
possible through this.
 Window controls: Window positioning
 Animate: Animation can be done for the output data using this.
 Device Options: Wireframe models can be observed through this.
 Hard Copy: Data can be sent either to printer or any external file.
 Capture Image: To capture the graphics window output to a *.bmp
image.
 Multiplot Window Layout: To view the results in more than one window.

f) Work Plane: By default Z plane is perpendicular for data input. For any
changes in the global X, Y & Z planes, the work plane should be rotated to
create the model or view the results.

g) Parameters: These are the scalar parameters represented with values.

h) Macros: These are grouping of ANSYS commands to fulfill particular work.


These can be taken equivalent to C, C++ & Java functions.

i) Menu Controls: This can be used to set on/off the menus.

j) Help: For all the help files related to commands and


topics.

Main Menu: This menu contains

 Pre – Processor: This sub option can be used to build


and mesh the model through proper element selection
and boundary conditions.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

 Solution: This option can be used solve the matrix equation through
proper solver.
 Post Processor: This option is used to interpret the results.
 DesignXplorer: This option is used to optimize the structure.
 Time History processor: For dynamic problems, results can be viewed
through this option.
 Run Stats: This option can be used to find the status of the model, time
it takes for execution, computer processor capabilities etc.

Input Window: This can be used to input commands or named selection.

Tool Bar: This contains options like saving the file, resuming the file database,
quitting the ANSYS session and graphics type.

Graphics Window: This is where the model creation and plotting of results
carried out.

Output Window: This shows the status of the work being carried out.

WORKPLANE:

Although the cursor appears as a point on the screen, it actually represents a


line through space, normal to the screen. In order to define an imaginary plane
that, when interested by the normal line of the cursor, will yield a unique point
in space. This imaginary plane is called a working plane.

Working plane is an infinite plane with an origin, a 2D coordinate


system, a snap increment and a display grid. You can define only one working
plane at a time. (Creating a new working plane eliminates the existing working
plane). The working plane is separate from the coordinate systems; for
example; the working plane can have a different plane of origin and rotation
than the active coordinate system. Work plane can be positioned wherever
required and model can be created.

COORDINATE PLANE: The ANSYS program has several types of coordinate


systems, each used for a different reason:

 Global and local coordinates systems are used to locate geometry items
(Nodes, Keypoints, etc.) in space.
 The display coordinate system determines the system in which geometry
items are listed or displayed.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

 The nodal coordinate system defines the degree of freedom directions at


each node and the orientation of nodal results data.
 The element coordinate system determines the orientation of material
properties and element results data.
 The results coordinate system is used to transform nodal or element
results data to a particular coordinate system for listings, displays, or
general post processing operations (POST1).

SCALAR PARAMETERS: These are useful to change the model dimensions at


any time. These are useful when macros or batch programs are coded. For
example in b = 10, b is considered as scalar parameter. For optimization the
model should be represented in scalar parameters. Here is another way to set
parameters is *b = 10 and can be changed any time.

MACROS: These are grouping of commands for particular purpose. These are
equivalent to functions in C and sub – routines in FORTRAN. They are very
powerful and are based on APDL (ANSYS Parametric Design Language). To get
expertise with ANSYS, one should be thorough with usage of macros.

MODELING: This is the important step of creating the physical object in the
system. They are two types of modeling in ANSYS.

o Direct Modeling
o Solid Modeling
 DIRECT MODELING: In this approach the physical structure is
represented by nodes and elements directly. The problem is solved once
after the boundary conditions are applied. This approach is simple and
straightforward. Takes very little time computation. But this can be
applied only for simple problems. When problem becomes complex, this
method becomes tedious to apply.
 SOLID MODELING: Models are directly created either using ANSYS
preprocessor or imported from popular CAD softwares like Mechanical
desktop, ProE, CATIA, SOLID WORKS, etc. Once the structural model
created, by using mesh tool, the model can be meshed and problem can
be solved by applying the boundary conditions. In ANSYS solid modeling
is carried out using two methods:
o Bottom up Approach: To create model, Entities are required.
Keypoints, lines, Areas, Volumes are the entities in ANSYS. If
model is constructed through keypoints to lines, from lines to
areas, and from areas to volumes the approach of modeling is

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
P E S Institute of Tech nology
Bangalore South Campus

called bottom up approach. This approach is useful when models


are complex.
o Top Down Approach: A 3D model can be created directly using the
volumes. Once volumes are created, all the entities below the
volumes (areas, lines, Keypoints) are automatically created. This
approach is easy but can be applied to simple problems.

ELEMENTS: Elements are FE representation of physical structures or


discretized parts of the continuum. These elements are like functions designed
for a specific purpose. For example bar element can take only axial
compressive or tensile loads. And a truss element can take only horizontal and
vertical loads in the global directions. So, a truss element cannot take any
transverse loading across the element or a moment. So, proper element should
be selected based on the problem and loading. Usually the number of elements
of its library measures capacity of a software. ANSYS contains more than 200
elements designed for specific purposes.

GRAPHICS DISPLAY: There are two methods available for graphic display.

 Full mode display: This option can be used with all elements.
 Power Graphics: Power graphics method is the default when ANSYS GUI
is on. This method is valid for all the element types except for circuit
elements. Power graphics method offers significantly faster performance
than the full mode method.

ELEMENT TABLE: The primary data results are directly available for all
elements in post processor. The secondary data or derived data (Stresses,
strains, Von misses stress, principal stress, etc.) is available only for solid
elements. The problems where solid model is created and meshed directly
through nodal solution results in the post processor, but not available to line
elements like (beam, link, etc.). To get the secondary data for line elements, we
need to define the element table for the particular element to get the required
data. For example to get axial stress for the link element, you must go to
ANSYS help, type link1 and see the Link1 definitions and sequence no. for
link1. Through the post processor you have to create element table > define >
by sequence no. – LS1 and Plot > element table > LS1 gives the axial stress for
the problem.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
PICKING & PLOTTING

In this course you will be using geometry entities such as volumes, areas, lines
and Keypoints as well as FEA entities such as nodes and elements. This topic
introduces the following techniques used to display and manipulated those
entities within GUI

 Plotting
 Picking
 Select Logic
 Components and assemblies

PLOTTING:

It is often advantages to plot only certain entities in the model.

Within the Utility Menu > Plot, you will see that geometric, finite
element and other entities can be plotted.

With Multi-plots, a combination of entities can be plotted.

The plotCtrls menu is used to control how the plot is displayed:

 Plot orientation
 Zoom
 Colors
 Symbols
 Annotation
 Animation
 Etc.

Among these, changing the plot orientation (/view) and zooming


are the most commonly used function.

Use Dynamic mode – a way to orientation dynamically using the


control key and mouse buttons.

-Ctrl + Left mouse button pans the model.

-Ctrl + Middle mouse button: Zoom the model.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
-Ctrl + Right mouse button rotates the model:

 About screen X
 About screen Y

Note, the shift Right button on a two – button mouse is equivalent to the
middle mouse button on a three – button mouse.

Use the model control toolbar icons to change view.

The model control toolbar also includes a dynamic rotate option.

PICKING:

 Picking allows you to identify model entities or locations by


clicking in the graphics window.
 A picking operation typically involves the use of the mouse
and a picker menu. It is indicated by a + sign on the menu.
 For example, you can create keypoints by picking locations
in the graphics window and then pressing OK in the picker.

Two types of picking:

 Retrieval Picking
o Picking existing entities for a subsequent operation.
o Allows you to enter entity number in the picker
window.
o Use the pick All button to indicate all entities.
 Locational picking:
o Locating coordinates of a point, such as a keypoint or node.
o Allows you to enter coordinates in the picker window.
 Note, you must hit the <Enter> key, after entering information in the
picker window, then hit [OK] or [Apply].

Mouse button assignments for Picking:

 Left mouse button pick (or unpicks) the entity or location closet to the
mouse pointer. Pressing and dragging allows you to “preview” the item
being picked (or Unpicked).
 Middle mouse button does apply. Saves the time required to move the
mouse over to the picker and press apply button. Use shift – right button
on a two – button mouse.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
 Right mouse button toggles between pick and unpick mode.
Note, the shift – Right button on a two – button mouse is equivalent to
the middle mouse button on a three – button mouse.

Hotspot locations for picking:

 Areas and volumes have one hotspot near the centroid of the solid
model entity.
 Lines have three hotspots – one in the middle and one near each end.
 Why this is important: when you are required to “pick” an entity, you
must pick on the hotspot.
 Note:
o Show locational picking by creating a few keypoints. Also show the
use of middle and right mouse buttons.
o Show retrieval picking by creating a few lines.
o Show “loop” by creating an All area
o Show “ pick all” by deleting area only
o Do KPLOT, LPLOT, etc. with and without numbering. Type in a few
of these commands.
o Show the use of Pan – zoom – Rotate
 Suppose you wanted to do the following:
o Plot all areas located in the second quadrant
o Delete all arcs of radius 0.2 to 0.3 units
o Apply a convection load on all exterior lines
o Write out all nodes at Z = 3.5 to a file
o View results only in elements made of steel

The common “theme” in these tasks is that they all operate on a


subset of the model.

 Select Logic allows you to select a subset of entities and operate only on
those entities.
 Three steps:
o Select a subset
o Perform operations on the subset
o Reactivate the full set

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Selecting Subsets

 Most selecting tools are available in the


select entities dialog box:
Utility Menu > Select > Entities….
 Or you can use the xSEL family of
commands: KSEL, LSEL, ASEL, VSEL, NSEL,
ESEL

 Criterion by which to select:

o By Num/Pick: to select based on entity


numbers or by picking
o Attached to: to select based on attached
entities. For example, select all lines attached to the current subset of
areas.
o By location: to select based on X,Y,Z location. For example, select all
nodes at X = 2.5. X,Y,Z are interpreted in the active coordinate
system.
o By Attributes: to select based on material number, real constant set
number, etc.
Different attributes are available for different entities.
o Exterior: to select entities lying on the exterior.
o By results: to select entities by results data, e.g., nodal
displacements.

 Type of selection:
o From full: select a subset from the full set of entities.
o Reselect: selects (again) a subset from the current subset.
o Also select: adds another subset to the current subset.
o Unselect: deactivates a portion of the current subsets.
o Invert: toggles the active and inactive subsets.
o Select None: deactivates the full set of entities.
o Select all: reactivates the full set of entities.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Operations of the subset

 Typical operations are applying loads, listing results for the subset, or
simply plotting the selected entities.
o The advantages of having a subset selected are that you can use
the [Pick all] button when the picker prompts you pick desired
entities. Or you can use the ALL label when using commands.
o Note that most operations in ANSYS, including the SOLVE
command, act on the currently selected subset.
 Another “operation” is to assign a name to the selected subset by
creating a component.

Reactivating the full set

 After all desired operations are done on the selected subset, you should
reactivate the full set of entities.
o If all nodes and all elements are not active for solution, the solver
will issue a warning to that effect.
 The easiest way to reactivate the full set to select “everything”:
o Utility Menu > Select > Everything – or issue the command ALLSEL

You can also use the [Sele All] button in the select entities dialog box to
reactive each entity set separately. [Or issue KSEL, ALL; LSEL, ALL; etc.]

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
COMPONENTS
 Components are user – named subsets of entities. The name can then
be used in dialog boxes or commands in place of entity numbers or the
label ALL.
 A group of nodes, or elements, or Keypoints, or lines, or areas, or
volumes can be defined as a component. Only one entity type is
associated with a component.
 Component can be selected or unselected. When you select a component,
you are actually selecting all of the entities in that component.
 Component Manager is used to create, Display, List and Select
components and Assemblies.
o Utility Menu > Select > Component Manager….

 Creating a component
o Utility Menu > Select > Component Manager – Click on the
Create Component Icon
 All of the currently selected entities will be included in the component, or
you can select [pick] the desired entities at this step.
 Enter a name
o Up to 32 characters – letters, numbers, and _ [underscore] – are
allowed.
o Beginning a component with _ [underscore] will make it a “hidden
component” and it cannot be picked from the list.
This is not recommended.
o Suggestion: Use the first letter of the name to indicate the entity
type. For example, use N_HOLES for a node component.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
 Creating Assembly
o Highlight the components for the assembly
o Click on the create assembly Icon and enter a name
o Checking the box next to a component under the assembly number
will also put a component in an assembly.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
GENERAL PROCEDURE IN FEM

The objective of this chapter is outline of general analysis procedure to be used


to solve a simulation. Regardless of the physics of the problem, the same
general procedure can be followed.

Every analysis involves four main steps:

 Preliminary Decisions
o Which analysis type?
o What to model?
o Which element type?
 Preprocessing
o Define Material
o Create or import the model geometry
o Mesh the geometry
 Solution
o Apply loads
o Solve
 Postprocessing
o Review results
o Check the validity of the solution

Which analysis type?

The analysis type usually belongs to one of the following disciplines:

Structural : Motion of solid bodies, pressure on solid bodies, or contact


of solid bodies.

Thermal : Applied heat, high temperature, or changes in temperature

Electromagnetic : Devices subjected to electric currents (AC or DC),


Electromagnetic waves and voltage or charge excitation.
Fluid : Motion of gases/fluids, or contained gases/fluids
Coupled – field : Combination of any.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
What to model?

What should be used to model the geometry of the spherical tank?


 Axisymmetric since the loading, material, and the boundary conditions
are symmetric. This type of model would provide the most simplified
model.
 Rotational symmetry since the loading, material, and the boundary
conditions are symmetric. Advantage over axisymmetric: offers some
results away from applied boundary conditions.
 Full 3D model is an option, but would not be an efficient choice
compared to the axisymmetric and quarter symmetry models. If model
results are significantly influenced by symmetric boundary conditions,
this may be the only option.

Which Element type?

What element type should be used for the model of the spherical tank?
 Axisymmetric model:
o Axisymmetric since 2D section can be revolved to create 3D
geometry.
o Linear due to small displacement assumption.
 PLANE 42 with KEYOPT (3) = 1
o Rotational symmetry model
 Shell since radius/thickness ratio > 10
 Linear due to small displacement assumption.
 Members stiffness only option since “membrane stress” are required.
o SHELL 63 with KEYOPT(1) = 1

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Create the solid model

A typical solid model is defined by volumes, areas, lines, and keypoints.


o Volumes are bounded by areas. They represent solid objects.
o Areas are bounded by lines. They represent faces of solid objects,
or planar or shell objects.
o Lines are bounded by keypoints. They represent edges of objects.
o Keypoints are locations in 3D space. They represent vertices of
objects.

Create the FEA Model

Meshing is the process used to “fill” the solid model with nodes and elements,
i.e. to create the FEA model.
 Remember, you need nodes and elements for finite element solution, not
just the solid model. The solid model does not participate in the finite
element solution.

Define Material

Material Properties

 Every analysis requires some material property input: Young’s modulus


EX for structural elements, thermal conductivity KXX for thermal
elements, etc.
 There are two ways to define material properties.
o Material library
o Individual properties.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Define Loads

There are five categories of loads:

DOF Constraints Specified DOF values, such as displacements in a


stress analysis or temperature in a thermal analysis.

Concentrated Loads Point loads, such as forces or heat flow rates.

Surface Loads Loads distributed over a surface, such as pressure or


convections.

Body Loads Loads due to structural mass or inertia, such as


gravity and rotational velocity.

Postprocessing – Review Results

 Post processing is the final step in the finite element analysis process.
 It is imperative that you interpret your results relative to the
assumptions made during model creation and solution.
 You may be required to make design decisions based on the results, so
it is a good idea not only to review the results carefully, but also to
check the validity of the solution.
 ANSYS has two postprocessors:
o POST1, the general postprocessor, to review a single set of results
over the entire model.
o POST26, the Time – History postprocessor, to review results at
selected points in the model over time. Mainly used for transient
and nonlinear analysis.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Verification

 It is always a good idea to do a “sanity check” and make sure that the
solution is acceptable.
 What you need to check depends on the type of problem you are solving,
but here are some typical questions to ask:
o Do the reaction forces balance the applied loads?
o Where is the maximum stress located?
o If it is at a singularity, such as a point load or a re – entrant
corner, the value is generally meaningless.
o Are the stress values beyond the elastic limit?
o If so, the load magnitudes may be wrong, or you may need to do a
nonlinear analysis.

Elements used in Structural Analysis

Most ANSYS element types are structural elements, ranging from simple spars
and beams to more complex layered shells and large strain solids. Most types
of structural analysis can use any of these elements.

Note: Explicit dynamic analysis can use only the explicit dynamic elements

(LINK160, BEAM161, PLANE162, SHELL163, SOLID164, COMBI165,


MASS166, and LINK167)

Type of Elements

Few important FEM elements are as follows

TRUSS: Slender element (length>>area) which supports only tension or


compression along its length, essentially a spring.

BEAM: Slender element whose length is much greater than its transverse
dimension which supports lateral loads, which cause flexural bending.

2D SOLID: Element whose geometry definition lies in a plane and applies loads
also lie in the same plane. Plane stress occurs for structures will small
thickness compared with its in plane dimension – stress components
associated with the out of plane coordinate zero. Plane strain occurs for
structures where the thickness becomes large compared to its in plane
dimension – strain component associated with out of plane coordinate are zero.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
PLATES: Element whose geometry lies in the plane with loads acting out of the
plane which causes flexural bending and with both in plane dimensions large
in comparison to its thickness – two dimensional state of stress exists similar
to plane stress except that there is a variation of tension through the
thickness.

SHELLS: Element similar in character to a plate but typically used on curved


surface and supports both in plane and out of planeloads – Numerous
formulations exist.

3D SOLID: Element classification that covers all elements – element obeys the
strain displacement and stress strain relationships.

Structural Element Types:

Category Element Name

Spars LINK160, LINK167, LINK180, etc.

Beams BEAM161, BEAM188, BEAM189, etc.

Pipes PIPE288, PIPE289

2D Solids PLANE25, PLANE83, PLANE162, PLANE182, PLANE183

SOLID62, SOLID63, SOLID87, SOLID90, SOLID164,


3D Solids
MASS166, SOLID168, SOLID185, SOLID186, SOLID187.
SHELL28, SHELL48, SHELL61, SHELL131, SHELL132,
Shells
SHELL157, SHELL163, SHELL181, SHELL208, SHELL209.

Interface INTER115

CONTA171, CONTA172, CONTA173, CONTA174,


Contact
CONTA175, CONTA176, CONTA177, CONTA178.
SOLID5, PLANE13, LINK68, SOLID98, FLUID116, CPT212,
Coupled – Field
CPT213, PLANE223, SOLID226, SOLID227.
COMBIN14, MATRIX27, FLUID29, LINK31, SOURC36,
Specialty
INFIN47, CIRCU94, HF118, TRANS126, TARGE169, etc.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
BARS

Bars are structural members that carry axial loads i.e. either tensile load or
compressive load. The members are loaded along the axis of the member that
creates elongation or shortening of the length of the member.

In finite element analysis [FEA] bars are modeled using LINK elements since
LINK elements are meant to take axial loads.

In ANSYS 14.0 structural links are modeled using LINK180 element. This is a
3D spar that is useful in a variety of engineering applications. The element can
be used to model trusses, sagging cables, links, springs, and so on. The
element is a uniaxial tension – compressive element with three degrees of
freedom at each node: translation in the nodal X, Y, and Z directions. As in pin
jointed structure, no bending of the element is considered. Plasticity, creep,
rotation, large deflection, and large strain capabilities are included.

LINK180 Input Summary

Nodes I, J
Degrees of Freedom UX, UY, UZ
Real Constants AREA – Cross – Sectional Area
Materials Properties EX – Young’s Modulus
PRXY – Poison’s Ratio
DENS – Density

LINK180 Output Summary

Name Element Output Definition

Sxx Axial Stress

LINK180 Item and sequence Numbers


Output Quantity
Item E I J
Name
LS - 1 2
Sxx

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Exercise 1

Find Nodal displacement and reaction forces for the following problem using
LINK180 element. [Use 2 Elements to model the bar]

Given Data:

E = 2 x 105 N/mm2.

SOLUTION:

1. File > change job name > Enter “Axial – Exercise 1”


2. ANSYS main menu > Preferences > structural > ok
3. ANSYS Main Menu > preprocessor > ELEMENT type > Add/edit/delete >
add > link > 3D finit stn 180 > Ok > Close.

4. ANSYS main menu > preprocessor >


Real Constants > Add/edit/delete >
Add > select Type 1 LINK180 > Ok >
Real constant Set No: = 1, cross
sectional area = 200 > Ok > close.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
5. ANSYS Main Menu > Preprocessor > Material Properties > Material
Models > Single click on structural > Single click on linear > Elastic >
Isotropic > EX = 2E5; PRXY = 0.3 > Ok > Close.

6. ANSYS Main Menu > Preprocessor > Modeling > Create > Nodes > In
active CS > Set Node No: = 1, X = 0, Y = 0, Z = 0 > Apply
Set Node No: = 2, X = 50, Y =0, Z = 0 > Apply
Set Node No: = 3, X = 100, Y = 0, Z = 0 > Ok.

7. ANSYS Main Menu > Preprocessor > Modeling > Create > Elements >
Auto Numbered > Thru Nodes > Pick node1 & node2 (with help of mouse)
> Apply > Now Pick node2 & node3 > Ok.
Come out of Modeling
8. ANSYS Main Menu > Preprocessor
> Loads > Define loads > Apply >
Structural > Displacements > On
Nodes > Pick Node 1 (Use Mouse) >
Ok > Highlight All DOF (Fixed
boundary Condition) > OK.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
9. ANSYS Main Menu > Preprocessor > Loads > Define loads > Apply >
Structural > Force/Moment > On Nodes > Pick Node 3 > Ok > Select FX
Apply as constant value and select value of Force/Moment = -1000 N
(Force is along X axis and in Negative X direction).
Come out of Preprocessor.

10. ANSYS Main Menu > Solution > Solve Current LS (Load Step) > Ok.
11. ANSYS Main Menu > General Postprocessor > Plot results > Contour
plot > Nodal Solu > Single click on DOF Solution > Highlight X –
Component of displacement > Ok. [This gives the deformed shape of the
bar]
12. ANSYS Main Menu > General Postprocessor > List results > Nodal
Solution > Single click on DOF Solution > Highlight X – Component of
displacement > Ok. [This gives the list of nodal displacement values].
13. ANSYS Main Menu > General Postprocessor > List results > Reaction
Solu > Highlight All items > Ok. [This gives the reaction at the supports].
14. File > Save as > Select the user directory > Exercise-axial1 > Ok.

Results: Nodal Solution – Displacements

Node No. Ux Uy
1
2
3

Results: Reaction Solution

Node No. Fx Fy
1

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Theoretical Calculations:

According to Equilibrium equation:

ΣFH = 0

i.e. R1 – 1000 = 0

Therefore R1 = 1000N.

Elongation/ Shortening of a bar under axial load is given by: ∆L = PL/AE

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Exercise 2

Find nodal displacement, stresses and reaction forces for the problem shown
using 4 elements.

Given Data:

E = 2 x 105 N/mm2.

SOLUTION:

1. File > change job name > Enter “Axial – Exercise 2”


2. ANSYS main menu > Preferences > structural > ok
3. ANSYS Main Menu > preprocessor > ELEMENT type > Add/edit/delete >
add > link > 3D finit stn 180 > Ok > Close.
4. ANSYS main menu > preprocessor > Real Constants > Add/edit/delete >
Add > select Type 1 LINK180 > Ok > Real constant Set No: = 1, cross
sectional area = 400 > Apply >
Change real constant No: = 2 > Cross sectional area = 200 > Ok > Close.
5. ANSYS Main Menu > Preprocessor > Material Properties > Material
Models > Single click on structural > Single click on linear > Elastic >
Isotropic > EX = 2E5; PRXY = 0.3 > Ok > Close.
6. ANSYS Main Menu > Preprocessor > Modeling > Create > Nodes > In
active CS > Set Node No: = 1, X = 0, Y = 0, Z = 0 > Apply
Set Node No: = 2, X = 50, Y =0, Z = 0 > Apply
Set Node No: = 3, X = 100, Y = 0, Z = 0 > Apply
Set Node No: = 4, X = 200, Y =0, Z = 0 > Apply
Set Node No: = 5, X =300, Y =0, Z =0 > Apply
7. ANSYS Main Menu > Preprocessor > Modeling > Create > Elements >
Auto Numbered > Thru Nodes > Pick node1 & node2 (with help of mouse)
> Apply > Now Pick node2 & node3 > Ok.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
8. ANSYS Main Menu > Preprocessor > Modeling > Create > Elements >
Element attributes > Set Element type No. 1 LINK180
Set Material No. 1
Set Real Constant set No: = 2 > Ok.
9. ANSYS Main Menu > Preprocessor > Modeling > Create > Elements >
Auto Numbered > Thru Nodes > Pick node 3 & node 4 and Pick node 4 &
node 5 > Ok.
10. ANSYS Main Menu > Preprocessor > Loads > Define loads > Apply >
Structural > Displacements > On Nodes > Pick Node 1 (Use Mouse) > Ok
> Highlight All DOF (Fixed boundary Condition) > OK.

11. ANSYS Main Menu > Preprocessor > Loads > Define loads > Apply >
Structural > Force/Moment > On Nodes > Pick Node 5 > Ok > Select FX
Apply as constant value and select value of Force/Moment = -1000 N
(Force is along X axis and in Negative X direction).
Come out of Preprocessor.
12. ANSYS Main Menu > Solution > Solve Current LS (Load Step) > Ok.
13. ANSYS Main Menu > General Postprocessor > Plot results > Contour
plot > Nodal Solu > Single click on DOF Solution > Highlight X –
Component of displacement > Ok. [This gives the deformed shape of the
bar]
14. ANSYS Main Menu > General Postprocessor > List results > Nodal
Solution > Single click on DOF Solution > Highlight X – Component of
displacement > Ok. [This gives the list of nodal displacement values].
15. ANSYS Main Menu > general postprocessor > Element Table > Define
table > Add > Set user label for item = STRESS, Select item, comp,
results data item = by sequence Number – Select LS, 1 (Type 1 after
selecting LS) > Ok > Close.
16. ANSYS Main Menu > General postprocessor > Element table > List
Element table > Select STRESS > Ok > Note the stress in elements.
17. ANSYS Main Menu > General Postprocessor > List results > Reaction
Solu > Highlight All items > Ok. [This gives the reaction at the supports].
18. File > Save as > Select the user directory > Exercise-axial 2 > Ok.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Results: Nodal Solution – Displacements

Node No. Ux Uy
1
2
3
4
5

Results: Elemental Solution – Stresses

Element No. Stress


1
2
3
4

Results: Reaction Solution

Node No. Fx Fy
1

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Exercise 3

Find nodal displacements, stresses and reaction forces for the problem shown
using link element. (Model the problem using 4 elements).

Data: A1 = 2400 mm2; E1 = 70 x 103

A2 = 600 mm2; E2 = 200 x 103

SOLUTION:

1. File > change job name > Enter “Axial – Exercise 3”


2. ANSYS main menu > Preferences > structural > ok
3. ANSYS Main Menu > preprocessor > ELEMENT type > Add/edit/delete >
add > link > 3D finit stn 180 > Ok > Close.
4. ANSYS main menu > preprocessor > Real Constants > Add/edit/delete >
Add > select Type 1 LINK180 > Ok > Real constant Set No: = 1, cross
sectional area = 2400 > Apply >
Change real constant No: = 2 > Cross sectional area = 600 > Ok > Close.
5. ANSYS Main Menu > Preprocessor > Material Properties > Material
Models > Single click on structural > Single click on linear > Elastic >
Isotropic > EX = 2E5; PRXY = 0.3 > Ok > Close.
6. ANSYS Main Menu > Preprocessor > Modeling > Create > Nodes > In
active CS > Set Node No: = 1, X = 0, Y = 0, Z = 0 > Apply
Set Node No: = 2, X = 150, Y =0, Z = 0 > Apply
Set Node No: = 3, X = 300, Y = 0, Z = 0 > Apply
Set Node No: = 4, X = 500, Y =0, Z = 0 > Apply
Set Node No: = 5, X = 700, Y =0, Z =0 > Apply
7. ANSYS Main Menu > Preprocessor > Modeling > Create > Elements >
Auto Numbered > Thru Nodes > Pick node1 & node2 (with help of mouse)
> Apply > Now Pick node2 & node3 > Ok.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
8. ANSYS Main Menu > Preprocessor > Modeling > Create > Elements >
Element attributes > Set Element type No. 1 LINK180
Set Material No. 2
Set Real Constant set No: = 2 > Ok.
9. ANSYS Main Menu > Preprocessor > Modeling > Create > Elements >
Auto Numbered > Thru Nodes > Pick node 3 & node 4 and Pick node 4 &
node 5 > Ok.
10. ANSYS Main Menu > Preprocessor > Loads > Define loads > Apply >
Structural > Displacements > On Nodes > Pick Node 1 & Node 5 (Use
Mouse) > Ok > Highlight All DOF (Fixed boundary Condition) > OK.

11. ANSYS Main Menu > Preprocessor > Loads > Define loads > Apply >
Structural > Force/Moment > On Nodes > Pick Node 3 > Ok > Select FX
Apply as constant value and select value of Force/Moment = 200e3 N
(Force is along X axis and in Positive X direction).
Come out of Preprocessor.
12. ANSYS Main Menu > Solution > Solve Current LS (Load Step) > Ok.
13. ANSYS Main Menu > General Postprocessor > Plot results > Contour
plot > Nodal Solu > Single click on DOF Solution > Highlight X –
Component of displacement > Ok. [This gives the deformed shape of the
bar]
14. ANSYS Main Menu > General Postprocessor > List results > Nodal
Solution > Single click on DOF Solution > Highlight X – Component of
displacement > Ok. [This gives the list of nodal displacement values].
15. ANSYS Main Menu > general postprocessor > Element Table > Define
table > Add > Set user label for item = STRESS, Select item, comp,
results data item = by sequence Number – Select LS, 1 (Type 1 after
selecting LS) > Ok > Close.
16. ANSYS Main Menu > General postprocessor > Element table > List
Element table > Select STRESS > Ok > Note the stress in elements.
17. ANSYS Main Menu > General Postprocessor > List results > Reaction
Solu > Highlight All items > Ok. [This gives the reaction at the supports].
18. File > Save as > Select the user directory > Exercise-axial 3 > Ok.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Results: Nodal Solution – Displacements

Node No. Ux Uy
1
2
3
4
5

Results: Elemental Solution – Stresses

Element No. Stress


1
2
3
4

Results: Reaction Solution

Node No. Fx Fy
1
5

Exercise 4

For the bar shown determine the nodal displacement, element stresses and
support reactions. Given E = 2 x 1011 N/m2.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Exercise 5

Determine the displacements, stresses and support reactions.

Given:

Bronze Aluminum Steel


A = 2000 mm2 A = 1000 mm2 A = 500 mm2
E = 80 Gpa E = 70 Gpa E = 200 Gpa

Exercise 6

For the bar shown in figure determine the total elongation under self-weight
and also determine maximum stresses and reactions at support.

Model the bar with i) Three Elements and ii) four elements

Take Density of steel: 7.86 e-6

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
TRUSSES

A truss is a structure comprising of one or more triangular units constructed


with straight members whose ends are connected at joints referred to as nodes.
External forces and reactions to those forces are considered to act only at the
nodes and result in forces in the members which are either tensile or
compressive forces.

In finite element analysis trusses are modeled using LINK elements only since
link elements are meant to take axial loads.

In ANSYS 14.0 trusses are modeled using LINK180 element. This is a 3D spar
that is useful in a variety of engineering applications. The element can be used
to model trusses, sagging cables, links, springs, and so on. The element is a
uniaxial tension – compressive element with three degrees of freedom at each
node: translation in the nodal X, Y, and Z directions. As in pin jointed
structure, no bending of the element is considered. Plasticity, creep, rotation,
large deflection, and large strain capabilities are included.

Exercise 7

Determine the displacements and support reactions for the truss shown.

SOLUTION:

1. File > change job name > Enter “Truss – Exercise 7”


2. ANSYS main menu > Preferences > structural > ok
3. ANSYS Main Menu > preprocessor > ELEMENT type > Add/edit/delete >
add > link > 3D finit stn 180 > Ok > Close.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
4. ANSYS main menu > preprocessor > Real Constants > Add/edit/delete >
Add > select Type 1 LINK180 > Ok > Real constant Set No: = 1, cross
sectional area = 1000 > Ok.
5. ANSYS Main Menu > Preprocessor > Material Properties > Material
Models > Single click on structural > Single click on linear > Elastic >
Isotropic > EX = 3e5; PRXY = 0.3 > Ok > Close.
6. ANSYS Main Menu > Preprocessor > Modeling > Create > Nodes > In
active CS > Set Node No: = 1, X = 0, Y = 0, Z = 0 > Apply
Set Node No: = 2, X = 1200, Y =0, Z = 0 > Apply
Set Node No: = 3, X = 1200, Y = -1200, Z = 0 > Ok.
7. ANSYS Main Menu > Preprocessor > Modeling > Create > Elements >
Auto Numbered > Thru Nodes > Pick node1 & node3 (with help of mouse)
> Apply > Now Pick node2 & node3 > Ok.
8. ANSYS Main Menu > Preprocessor > Loads > Define loads > Apply >
Structural > Displacements > On Nodes > Pick Node 1 & Node 2 (Use
Mouse) > Ok > Highlight All DOF (Fixed boundary Condition) > OK.
9. ANSYS Main Menu > Preprocessor > Loads > Define loads > Apply >
Structural > Force/Moment > On Nodes > Pick Node 3 > Ok > Select FX
Apply as constant value and select value of Force/Moment = 30e3 N
ANSYS Main Menu > Preprocessor > Loads > Define loads > Apply >
Structural > Force/Moment > On Nodes > Pick Node 3 > Ok > Select FY
Apply as constant value and select value of Force/Moment = -20e3 N
10. ANSYS Main Menu > Solution > Solve Current LS (Load Step) > Ok.
11. ANSYS Main Menu > General Postprocessor > Plot results > Contour
plot > Nodal Solu > Single click on DOF Solution > Highlight
Displacement vector sum > Ok.
12. ANSYS Main Menu > General Postprocessor > List results > Contour plot
> Nodal Solu > Single click on DOF Solution > Highlight Displacement
vector sum > Ok.
[Note down the nodal displacement of each node]
13. ANSYS Main Menu > General Postprocessor > List results > Reaction
Solu > Highlight All items > Ok. [This gives the reaction at the supports].

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Results: Nodal Solution – Displacements

Node No. Ux Uy Uz
1
2
3

Results: Reaction Solution

Node No. Fx Fy
1
2

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Exercise 8

Determine the nodal displacements, stresses in each element and reaction


forces at the support for the truss shown below.

SOLUTION:

1. File > change job name > Enter “Truss – Exercise 8”


2. ANSYS main menu > Preferences > structural > ok
3. ANSYS Main Menu > preprocessor > ELEMENT type > Add/edit/delete >
add > link > 3D finit stn 180 > Ok > Close.
4. ANSYS main menu > preprocessor > Real Constants > Add/edit/delete >
Add > select Type 1 LINK180 > Ok > Real constant Set No: = 1, cross
sectional area = 1 > OK.
5. ANSYS Main Menu > Preprocessor > Material Properties > Material
Models > Single click on structural > Single click on linear > Elastic >
Isotropic > EX = 29.5 x 106; PRXY = 0.3 > Ok > Close.
6. ANSYS Main Menu > Preprocessor > Modeling > Create > Nodes > In
active CS > Set Node No: = 1, X = 0, Y = 0, Z = 0 > Apply
Set Node No: = 2, X = 40, Y =0, Z = 0 > Apply
Set Node No: = 3, X = 40, Y = 30, Z = 0 > Apply
Set Node No: = 4, X = 0, Y = 30, Z = 0 > Ok.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
7. ANSYS Main Menu > Preprocessor > Modeling > Create > Elements >
Auto Numbered > Thru Nodes > Pick node1 & node2 (with help of mouse)
> Apply > Now Pick node2 & node3 > Apply > Now Pick node1 & node3 >
Apply > Now Pick node3 & node4 > Ok.
8. ANSYS Main Menu > Preprocessor > Loads > Define loads > Apply >
Structural > Displacements > On Nodes > Pick Node 1 & Node 4 (Use
Mouse) > Ok > Highlight All DOF (Fixed boundary Condition) > Apply.
Pick Node 2 > Ok > Un – Highlight All DOF and Highlight UY and UZ
(Free to go in X – Direction).
9. ANSYS Main Menu > Preprocessor > Loads > Define loads > Apply >
Structural > Force/Moment > On Nodes > Pick Node 3 > Ok > Select FY
Apply as constant value and select value of Force/Moment = -2500 N
10. ANSYS Main Menu > Solution > Solve Current LS (Load Step) > Ok.
11. ANSYS Main Menu > General Postprocessor > Plot results > Contour
plot > Nodal Solu > Single click on DOF Solution > Highlight
Displacement vector sum > Ok.
12. ANSYS Main Menu > General Postprocessor > List results > Contour plot
> Nodal Solu > Single click on DOF Solution > Highlight Displacement
vector sum > Ok.
[Note down the nodal displacement of each node]
13. ANSYS Main Menu > general postprocessor > Element Table > Define
table > Add > Set user label for item = STRESS, Select item, comp,
results data item = by sequence Number – Select LS, 1 (Type 1 after
selecting LS) > Ok > Close.
14. ANSYS Main Menu > General postprocessor > Element table > List
Element table > Select STRESS > Ok > Note the stress in elements.
15. ANSYS Main Menu > General Postprocessor > List results > Reaction
Solu > Highlight All items > Ok. [This gives the reaction at the supports].

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Results: Nodal Solution – Displacements

Node No. Ux Uy Uz
1
2
3
4

Results: Elemental Solution – Stresses

Element No. Stress


1
2
3
4

Results: Reaction Solution

Node No. Fx Fy
1
2
4

Exercise 9

For the pin joint truss structure shown,


determine the displacements at nodes,
stresses in each elements and reactions
at supports.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Exercise 10

A small railroad bridge is constructed of steel members, all of which have a


cross – sectional area of 3250 mm2. A train stops on the bridge, and the loads
applied to the truss on one side of the bridge are as shown in figure. Estimate
how much the point R moves horizontally because of this loading. Also
determine the nodal displacements and element stresses.

Exercise 11

Find the deflections at the nodes for the truss configuration shown in below
figure. Area = 8 in2.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
BEAMS

Beams are structural members that carry transverse load i.e. this type of loads
produce bending effect. The members are loaded perpendicular to the axis of
the member that bends the structural member. Examples include, structural
member that connects two pillars, trees can also be considered as beam since
it take transverse wind loads, wing of an aircraft, construction cranes etc.

In finite element analysis [FEA] beams are modeled using


BEAM188/BEAM189 elements since BEAM elements are meant to take
transverse loads.

In ANSYS 14.0 structural beams are modeled using BEAM188 element. It is


suitable for analyzing slender to moderately stubby /thick beam structures.
The element is based on Timoshenko beam theory which includes shear –
deformation effects. The element provides options for unrestrained warping of
cross – sections.

The element is a linear, quadratic, or cubic two – node beam element in 3D.
BEAM188 has six or seven degrees of freedom at each node. These include
translations in the x, y, and z directions and rotations about the x, y, and z
directions. A seventh degree of freedom (warping magnitude) is optional. This
element is well – suited for linear, large rotation, and/or large strain nonlinear
applications.

BEAM188 Input Summary

Nodes I, J, K (K, the orientation node, is optional but recommended)


Degrees of Freedom UX, UY, UZ, ROTX, ROTY, ROTZ if KEYOPT(1) = 0
UX, UY, UZ, ROTX, ROTY, ROTZ, Warp if KEYOPT(1) = 1
Section Controls TXZ, TXY
(TXZ and TXY default to A*GXZ and A*GXY, respectively,
where A = cross-sectional area)
Materials Properties EX – Young’s Modulus
PRXY – Poison’s Ratio
DENS – Density

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
BEAM188 Output Summary

For plotting Shear Force and Bending Moment Diagram. (SFD & BMD)

Name Element Output Definition

SF: Y, Z Section shear forces in Y and Z directions

BEAM188 Item and sequence Numbers


Output Quantity
Item I J
Name
SMISC 5 18
SF: Z
SMISC 6 19
SF: Y

Name Element Output Definition

MY, MZ Bending Moments about Y, Bending Moments about Z.

BEAM188 Item and sequence Numbers


Output Quantity
Item I J
Name
SMISC 2 15
MY
SMISC 3 16
MZ

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Exercise 12

Find the deflection and reactions at the supports for a cantilever beam as
shown on figure.

Given: E = 2 x 10 5

SOLUTION:

1. File > change job name > Enter “Beams – Exercise 12”
2. ANSYS main menu > Preferences > structural > ok
3. ANSYS Main Menu > preprocessor > ELEMENT type > Add/edit/delete >
add > Beam > 2 node 188 > Ok > Close.
4. ANSYS main menu > preprocessor > Sections > Beam > Common
Sections > In the popup menu enter the cross section details of the beam
> OK.
5. ANSYS Main Menu > Preprocessor > Material Properties > Material
Models > Single click on structural > Single click on linear > Elastic >
Isotropic > EX = 2 x 105; PRXY = 0.3 > Ok > Close.
6. ANSYS Main Menu > Preprocessor > Modeling > Create > Keypoints > In
active CS > Set Keypoint No: = 1, X = 0, Y = 0, Z = 0 > Apply
Set Keypoint No: = 2, X = 800, Y =0, Z = 0 >
Apply
Set Keypoint No: = 3, X = 0, Y = 100, Z = 0 >
Ok.
7. ANSYS Main Menu > Preprocessor > Modeling > Create >
Lines > Lines > Pick Keypoint 1 and Keypoint 2 > Ok.
8. ANSYS Main Menu > Preprocessor > Meshing > Mesh
Attributes > All Lines > In the popup menu check the pick
orientation Keypoint > and select the Keypoint 3 > Ok.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
9. ANSYS Main Menu > Preprocessor > Meshing > Mesh Tool > Lines Set >
click the line created > Set No. of element divisions = 10 > Ok.
10. Click on the Raise hidden icon on the main menu > In the mesh tool >
click mesh > Select the line > Ok.
(Close the mesh the tool by clicking the raise hidden icon)
11. ANSYS Main Menu > Preprocessor > Loads > Define loads > Apply >
Structural > Displacements > On Keypoints > Pick Keypoint 1 (Use
Mouse) > Ok > Highlight All DOF (Fixed boundary Condition) > Ok.
12. ANSYS Main Menu > Preprocessor > Loads > Define loads > Apply >
Structural > Force/Moment > On Keypoints > Pick Keypoint 2 (Use
Mouse) > Ok > Select FY. Apply as constant value and select value of
Force/Moment = -10e3 N.
13. ANSYS Main Menu > Solution > Solve Current LS (Load Step) > Ok.
14. ANSYS Main Menu > General Postprocessor > Plot results > Contour
plot > Nodal Solu > Single click on DOF Solution > Highlight
Displacement vector sum > Ok.
15. ANSYS Main Menu > General Postprocessor > List results > Contour plot
> Nodal Solu > Single click on DOF Solution > Highlight Displacement
vector sum > Ok.
[Note down the nodal displacement of each node]
16. ANSYS Main Menu > General Postprocessor > List results > Reaction
Solu > Highlight All items > Ok. [This gives the reaction at the supports].

Results: Deflection at the Keypoints

Keypoint Uz
Ux Uy
No.
1
2

Results: Reaction Solution

Node No. Fx Fy My Mz
1
2

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Exercise 13

Find the shear force and bending moment diagrams for the following problem.
Assume a square cross section of 10mm x 10mm with young’s modulus E = 2 x
105 N/mm2.

Results: Deflection at the Keypoints

Keypoint Uz
Ux Uy
No.
1
2

Results: Reaction Solution

Keypoint My Mz
Fx Fy
No.
1
2

Note: DOF: At supports Uy, Uz, ROTx, ROTy is constrained.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Exercise 14

A long cantilever beam with 30mm square cross section and 1000 mm length is
subjected to an off-centered axial force of 1000 N. The force is offset by 100
mm.

Result Node Deflection Node Bending Element Maximum


No. (mm) No. Moment No. bending Stress
(N-mm) (N/mm2)
ANSYS

Theory

Exercise 15

Plot the shear force and bending moment diagram for the beam shown below.

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Exercise 16

Compute the shear force and bending moment diagrams for the beam shown
and find the maximum deflection. Assume rectangular c/s area of 0.2m x
0.3m, young’s modulus of 210 GPa, Poisson’s ratio 0.27.

Deflection
Result Node No.
(mm)

ANSYS

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
PART B

PLATES
PLANE 182 (Quad 4 node 182) is used for 2D modeling of solid structures.
The element can be used either as a plane element (Plane stress or Plane
strain) or as an axisymmetric element. Four nodes having two degrees at each
node defines the element translations in the nodal X and Y directions. The
element has plasticity, creep, swelling, stress stiffening, large deflection, and
large strain capabilities. An option is available to suppress the extra
displacement shapes.

PLANE 182 Geometry

PLANE 182 Input Summaries

Nodes I, J, K, L
Degrees of Freedom UX, UY
Real Constants THK – Thickness (Used only if KEYOPT(3) = 1)
HGSTF – Hourglass stiffness scaling factor
Materials Properties EX – Young’s Modulus
PRXY – Poison’s Ratio
DENS – Density
Surface loads Pressures
Body Loads Temperatures
Body force densities

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Excersice 17

A steel plate with a hole is shown below. The plate is subjected to stresses
along X direction. Determine the stress distribution and maximum deflection.

Max. Max.
Sl W a Thickness a/W Nominal
o (N/mm2) Stress Stress Kσ
No (mm) (mm) h (mm) Ratio Stress
(Theory) (ANSYS)

1 100 10 5 σ x =1000

2 100 20 10 σ x = 800

3 100 30 15 σ x =500

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Excersice 18

A steel plate with a hole is shown below. The plate is subjected to stresses
along X direction and Y directions. Determine the maximum stress and
compare it with the theoretical value.

Max. Max.
Sl W a Thickness a/W Nominal
o (N/mm2) Stress Stress Kσ
No (mm) (mm) h (mm) Ratio Stress
(Theory) (ANSYS)

σ x =1000
1 100 10 5
σ y = 800

σ x = 800
2 100 20 10
σ y =1000

σ x =1000
3 100 30 15
σ y =1000

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Excersice 19

A steel plate as shown in the figure below is subjected to axial load along X
direction. Determine the stresses at critical locations and compare it with the
theoretical value.

Max.
Sl W a Thickness a/W Load Max. Stress Nominal Kσ
Stress
No (mm) (mm) h (mm) Ratio (N) (Theory) Stress (DHB)
(ANSYS)

1 25 3 15

2 25 5 15

3 25 10 15

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Exercise 20

A plate, 10 mm thick, subjected to a tensile load of 20 KN as shown in figure.


Determine the stress concentration factor and compare it the theoretical values
using design data handbook.

Fillet Max.
Sl D/d Load Max. Stress Nominal Kσ
Radius Stress
No Ratio (N) (Theory) Stress (DHB)
r (mm) (ANSYS)

1 3 20

2 5 20

3 10 20

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
THERMAL ANALYSIS
Exercise 21

Solve the 2D heat conduction problem for the temperature distribution within
the rectangular plate. Thermal conductivity of the plate, Kxx = 401 W/m-K.

Also find the temperature at the midpoint of the plate.

Important Steps:

 Preference – Thermal
 Element type – Quad 4 Node 55 – Plane stress with thickness
 Material Property – Conductivity – Isotropic – Kxx = 401
 Modeling – Create area rectangle – X1, X2, Y1, Y2 – 0, 10, 0, 20
 Loads – define loads – apply – thermal – Temperature – on lines.
 Solution – Current LS – Ok.
 General post processor – Contour plot – Nodal Solu – Nodal Temp.

Results: Temperature at the midpoint of the palte

Node No. Temperature in 0C

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Exercise 22

For 2D stainless – steel shown below, determine the temperature distribution.


The left and right sides are insulated. The top surface is subjected to heat
transfer by convection. The bottom and internal portion surfaces are
maintained at 3000C. Thermal conductivity of stainless steel = 16 W/mK.

Exercise 23

Determine the nodal temperature distribution. Assume that the heat generated
inside the steel container is 10e6 W. Steel thermal conductivity of 20 W/m K.
The fins are made of aluminum with thermal conductivity of 180 W/m K.

Boundary Conditions: There is convection along all boundaries except the


bottom, which is insulated. The film coefficient is 50 W/m2 K and Bulk
temperature is 200C

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
DYNAMIC ANALYSIS
Exercise 24

Modal analysis of cantilever beam for natural frequency determination.


Modulus of elasticity = 200 Gpa, Density = 7800 Kg/m3.

Important Steps:

 Material Models – Structural – Linear –Elastic – Isotropic – Ex – 200e9 –


PRXY – 0.27 – Density – 7800 – Ok – Close.
 Solution – Analysis type – New analysis – Modal – Ok.
 Solution – Analysis type – Subspace –Analysis Options – No of modes to
extract – 5 – No of modes to expand – 5 – Ok.
 Solve – Current LS – Ok.
 General Postprocessor – Read Results – First Set
 Plot Results – Deformed Shape – Def + Undeformed – Ok.
 Read Results – Next Set
 Plot Results – Deformed Shape – Def + Undeformed – Ok.

Results: Modal Frequencies of the beam

Mode No. Frequency in Hz Mode Shape


1
2
3
4
5

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Exercise 25

Modal analysis of cantilever beam for natural frequency determination.


Modulus of elasticity = 200 Gpa, Density = 7800 Kg/m3.

Results: Modal Frequencies of the beam

Mode No. Frequency in Hz Mode Shape

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100
Exercise 26

Bar subjected to forcing function:

Consider a beam shown in figure below. Conduct a harmonic forced response


test by applying a cyclic load (Harmonic) at the end of the beam. The frequency
of the load will be varied from 1 – 100 Hz. Modulus of elasticity = 200 Gpa,
Poisson ratio =0.3, Density = 7800 Kg/m3.

Results: Frequency v/s Amplitude Plot

MA LAB, DEPT. OF MECHANICAL ENGINEERING.


PESIT – Bangalore South Campus, Bangalore-100

Вам также может понравиться