SSRN Id3306
SSRN Id3306
V.ANAND BABU
DEPARTMENT OF MECHANICAL ENGINEERING
OBJECTIVES:
1. To give exposure to software tools needed to analyze engineering problems.
2. To expose the students to different applications of simulation and analysis tools.
LIST OF EXPERIMENTS
A. SIMULATION
1. MATLAB basics, dealing with matrices, Graphing-Functions of one variable and two variables
2. Use of Matlab to solve simple problems in vibration
3. Mechanism Simulation using Multibody Dynamic software
B. ANALYSIS
1. Force and Stress analysis using link elements in Trusses, cables etc.
2. Stress and deflection analysis in beams with different support conditions.
3. Stress analysis of flat plates and simple shells.
4. Stress analysis of axi – symmetric components.
5. Thermal stress and heat transfer analysis of plates.
6. Thermal stress analysis of cylindrical shells.
7. Vibration analysis of spring-mass systems.
8. Model analysis of Beams.
9. Harmonic, transient and spectrum analysis of simple systems.
TOTAL: 45 PERIODS
OUTCOMES:
Upon completion of this course, the Students can model, analyze and simulate experiments
to meet real world system and evaluate the performance.
Simulation
Analysis
Dynamic analysis
10 Modal analysis on a simply supported beam
11 Harmonic Analysis on a Cantilever beam
12 Transient Analysis on a simple Mechanical Element
Thermal Analysis
13 Conductive Heat Transfer analysis on a 3D element (Cube)
14 Convective Heat transfer Analysis on a Furnace wall
15 Thermal stress Analysis on a Boiler shell
16 University Questions
17 Viva- Voce Questions
Aim:
To Study the capabilities of Mat Lab Software.
Introduction
The MATLAB is a high-performance language for technical computing
integrates computation, visualization, and programming in an easy-to-use
environment where problems and solutions are expressed in familiar mathematical
notation.
Typical uses include
• Math and computation
• Algorithm development
• Data acquisition
• Modeling, simulation, and prototyping
• Data analysis, exploration, and visualization
• Scientific and engineering graphics
• Application development, including graphical user interface building
MATLAB is an interactive system whose basic data element is an array that does not
require dimensioning. It allows you to solve many technical computing problems,
especially those with matrix and vector formulations, in a fraction of the time it
would take to write a program in a scalar non interactive language such as C or
FORTRAN. The name MATLAB stands for matrix laboratory. MATLAB was
originally written to provide easy access to matrix software developed by the
LINPACK and EISPACK projects.
Today, MATLAB engines incorporate the LAPACK and BLAS libraries,
embedding the state of the art in software for matrix computation
SIMULINK INTRODUCTION:
Simulink is a graphical extension to MATLAB for modeling and simulation
of systems. In Simulink, systems are drawn on screen as block diagrams. Many
elements of block diagrams are available, such as transfer functions, summing
junctions, etc., as well as virtual input and output devices such as function generators
and oscilloscopes. Simulink is integrated with MATLAB and data can be easily
transferred between the programs. In these tutorials, we will apply Simulink to the
examples from the MATLAB tutorials to model the systems, build controllers, and
simulate the systems. Simulink is supported on Unix, Macintosh, and Windows
environments; and is included in the student version of MATLAB for personal
computers.
The idea behind these tutorials is that you can view them in one window
while running Simulink in another window. System model files can be downloaded
from the tutorials and opened in Simulink. You will modify and extend this system
while learning to use Simulink for system modeling, control, and simulation. Do not
confuse the windows, icons, and menus in the tutorials for your actual Simulink
windows. Most images in these tutorials are not live - they simply display what you
should see in your own Simulink windows. All Simulink operations should be done
in your Simulink windows.
1. Starting Simulink
Starting Simulink
Simulink is started from the MATLAB command prompt by entering the
following command:
>> Simulink
Alternatively, you can hit the Simulink button at the top of the MATLAB window as
shown below:
When it starts, Simulink brings up the Simulink Library browser.
Open the modeling window with New then Model from the File menu on the
Simulink Library Browser as shown above.
This will bring up a new untitled modeling window shown below
Model Files
In Simulink, a model is a collection of blocks which, in general, represents a
system. In addition to drawing a model into a blank model window, previously saved
model files can be loaded either from the File menu or from the MATLAB command
prompt.
A new model can be created by selecting New from the File menu in any
Simulink window (or by hitting Ctrl+N).
Basic Elements
There are two major classes of items in Simulink: blocks and lines. Blocks
are used to generate, modify, combine, output, and display signals. Lines are used to
transfer signals from one block to another.
Blocks
There are several general classes of blocks:
Continuous
Discontinuous
Discrete
Look-Up Tables
Math Operations
Model Verification
Model-Wide Utilities
Ports & Subsystems
Signal Attributes
Signal Routing
Sinks: Used to output or display signals
Sources: Used to generate various signals
User-Defined Functions
Discrete: Linear, discrete-time system elements (transfer functions, state-space
models, etc.)
Linear: Linear, continuous-time system elements and connections (summing
junctions, gains, etc.)
Nonlinear: Nonlinear operators (arbitrary functions, saturation, delay, etc.)
Connections: Multiplex, Demultiplex, System Macros, etc.
Blocks have zero to several input terminals and zero to several output
terminals. Unused input terminals are indicated by a small open triangle. Unused
output terminals are indicated by a small triangular point. The block shown below
has an unused input terminal on the left and an unused output terminal on the right.
Lines
Lines transmit signals in the direction indicated by the arrow. Lines must
always transmit signals from the output terminal of one block to the input terminal of
another block. One exception to this is a line can tap off of another line, splitting the
signal to each of two destination blocks, as shown below.
The simple model (from the model files section) consists of three blocks:
Step, Transfer Fcn, and Scope. The Step is a source block from which a step input
signal originates. This signal is transferred through the line in the direction indicated
by the arrow to the Transfer Function linear block. The Transfer Function modifies
its input signal and outputs a new signal on a line to the Scope. The Scope is a sink
block used to display a signal much like an oscilloscope.
There are many more types of blocks available in Simulink, some of which will be
discussed later. Right now, we will examine just the three we have used in the
simple model.
Running Simulations
To run a simulation, we will work with the following model file:
simple2.mdl Download and open this file in Simulink following the previous
instructions for this file. You should see the following model window.
Before running a simulation of this system, first open the scope window by
double-clicking on the scope block. Then, to start the simulation, either select Start
from the Simulation menu (as shown below) or hit Ctrl-T in the model window.
The simulation should run very quickly and the scope window will appear as
shown below. If it doesn't, just double click on the block labeled "scope."
Note that the step response does not begin until t=1. This can be changed by
double-clicking on the "step" block. Now, we will change the parameters of the
system and simulate the system again. Double-click on the "Transfer Fcn" block in
the model window and change the denominator to
[1 20 400]
Re-run the simulation (hit Ctrl-T) and you should see what appears as a flat
line in the scope window. Hit the autoscale button, and you should see the following
in the scope window.
Notice that the autoscale button only changes the vertical axis. Since the new
transfer function has a very fast response, it compressed into a very narrow part of
the scope window. This is not really a problem with the scope, but with the
8
10
11
12
13
Result:
Thus the basic steps to perform the analysis in ANSYS like
a. Build the model.
b. Apply loads and obtain the solution.
c. Review the results are studied.
14
15
Aim:-
To perform static analysis of given cantilever beam with uniformly distributed load
by using ANSYS 15.0 analysis software.
Requirements:-
Hardware
System : Windows XP (32 Bit)
Processor : Intel Core I3
Speed : 3.3GHz
Ram : 4 GB
HDD : 500 GB
Software
ANSYS 15.0 software
Procedure:-
It involves three basic types of operations.
1. Pre Processing
2. Solution
3. Post Processing
Preprocessing:-
1. Structural / h – method/structural
2. Preprocessor/Element type/Add/edit/delete/Add/ Beam/ 2 nodes 188/ok/close
3. Material props/material models/structural/linear/elastic/isotropic/Exx = 2e5/PRxy=0.3
/ok/close.
4. Sections / Beam/Common section/Sub type -I section/Enter the dimension W1=20,
W2=20, W3=30, t1=5, t2=5 and t3 = 8 mm/ok/close
5. Modeling/Create/key points/ Inactive CS/x=0 y=0 z =0/Apply/x=1000 y=0 z=0/Apply
x=0 y=50 z=0/ok.
6. Modeling/Create/Lines/lines/In Active Coord/Select keypoint1 and track the mouse into
select key point 2.
7. Meshing/mesh tool/Element attributes/select line/set/pick orientation key point is yes/
select key point 3/ok.
8. Meshing /mesh tool/size controls/lines/set/select line/Enter the value no of division=100
or element length is 10/ok.
9. Meshing /mesh tool/mesh/select the line/ok.
16
17
Nodal solution:-
Result:-
Thus the static analysis of a cantilever beam was performed by using ANSYS 15.0 analysis
software.
18
Load Vector
19
Aim:-
To perform static analysis of given simply supported beam with point load and
uniformly distributed load by using ANSYS 15.0 analysis software.
Requirements:-
Hardware
System : Windows XP (32 Bit)
Processor : Intel Core I3
Speed : 3.3GHz
Ram : 4 GB
HDD : 500 GB
Software
ANSYS 15.0 software
Procedure:-
It involves three basic types of operations.
1. Pre Processing
2. Solution
3. Post Processing
Preprocessing:-
1. Structural / h – method/structural
2. Preprocessor/Element type/Add/edit/delete/Add/ Beam/ 2 nodes 188/ok/close
3. Material props/material models / structural / linear / elastic / isotropic / Exx=1.9e5
/PRxy=0.25/ok/close
4. Sections / Beam/Common section/Sub type –square /Enter the dimension
b=100,h=150, Nb=5 and Nh=5 /ok/close
5. Modeling/Create/key points/ Inactive CS/x=0 y=0 z =0/Apply/x=3000 y=0
z=0/Apply x=0 y=160 z=0/ok.
6. Modeling/Create/Lines/lines/In Active Coord/Select keypoint1 and track the mouse
into select key point 2.
7. Meshing/mesh tool/Element attributes/select line/set/pick orientation key point is
yes/ select key point 3/ok.
8. Meshing /mesh tool/size controls/lines/set/select line/Enter the value no of
division=100 or element length is 10/ok.
9. Meshing /mesh tool/mesh/select the line/ok.
20
Stress
Slope
21
22
23
1 Deflection in mm
2 Slope in radian
3 Stress in N/mm2
5 Shear Force in N
Result:-
Thus the static analysis of given simply supported beam was performed by using
ANSYS 15.0 analysis software.
24
Load Vector
25
Aim:-
To perform static analysis of given fixed beam with point load by using ANSYS
15.0 analysis software.
Requirements:-
Hardware
System : Windows XP(32 Bit)
Processor : Intel Core I3
Speed : 3.3GHz
Ram : 4 GB
HDD : 500 GB
Software
ANSYS 15.0 software
Procedure:-
It involves three basic types of operations
1. Pre Processing
2. Solution
3. Post Processing
Preprocessing:-
1. Structural / h – method/structural
2. Preprocessor/Element type/Add/edit/delete/Add/ Beam/ 2 nodes 188/ok/close
3. Material props/material models / structural / linear / elastic / isotropic / Exx=1.5e5
/PRxy=0.28/ok/close
4. Sections / Beam/Common section/Sub type -I section/Enter the dimension
Do=160,Di=125, Nb=5 and Nh=5 /ok/close
5. Modeling/Create/key points/ Inactive CS/x=0 y=0 z =0/Apply/x=3000 y=0
z=0/Apply x=0 y=160 z=0/ok.
6. Modeling/Create/Lines/lines/In Active Coord/Select keypoint1 and track the mouse
into select key point 2.
7. Meshing/mesh tool/Element attributes/select line/set/pick orientation key point is
yes/ select key point 3/ok.
8. Meshing /mesh tool/size controls/lines/set/select line/Enter the value no of
division=100 or element length is 10/ok.
9. Meshing /mesh tool/mesh/select the line/ok.
26
Stress
Slope
27
28
29
1 Deflection in mm
2 Slope in radian
3 Stress in N/mm2
5 Shear Force in N
Result:-
Thus the static analysis of given fixed beam was performed by using ANSYS 15.0
analysis software.
30
Load vector
31
Aim:-
To perform static analysis of given 2D truss element using ANSYS 15.0 analysis
software.
Requirements:-
Hardware
System : Windows XP (32 Bit)
Processor : Intel Core I3
Speed : 3.3GHz
Ram : 4 GB
HDD : 500 GB
Software
ANSYS 15.0 software
Procedure:-
It involves three basic types of operations
1. Pre Processing
2. Solution
3. Post Processing
Preprocessing:-
1. Structural / h – method/structural
2. Preprocessor/Element type/Add/edit/delete/Add/ link/ 3D finit stn 180/ok/close
3. Real constants/Add//edit/delete/Add/ok/Enter cross sectional area = 60
4. Material props/material models / structural / linear / elastic / isotropic / Exx=2e9
/PRxy=0.3/ok/close.
5. Modeling/Create/Nodes/ Inactive CS/x=0 y=0 z =0/Apply/x=50 y=0 z=0/ Apply /
x=100 y=0 z=0/ Apply /x=150 y=0 z=0/ Apply /x=125 y=50 z=0/ Apply /x=75 y=50
z=0/ Apply / x=25 y=50 z=0 /ok.
6. Modeling/Create/elements/Auto numbered/Throu nodes/Select keypoint1 and track
the mouse into select key point 2.[similarly join all the points as per given truss
diagram].
Solution:-
7. Solution/Define Loads /Apply/Structural / Displacement /on key points/select
node1and node 2/Select All DOF /ok.
8. Solution/Define Loads /Apply/Structural / Force/moment/select nodes 5 and 7/enter
the value Fy= -100/Apply/ select node 6/enter the value Fy= -200/ Apply/select nodes
2 and 3/enter the value Fy= -10/ok
9. Solutions/solve/current LS/solution is done.
32
Y – Displacement
Element stresses
33
34
35
1 X Displacement in cm
2 Y Displacement in cm
3 Stress in N/cm2
4 Strain
Result:-
Thus the static analysis of given 2D truss element was performed by using
ANSYS 15.0 analysis software.
36
Observation:-
Load Vector
37
Aim:-
To perform static analysis of given 2D plate component by using ANSYS 15.0
analysis software.
Requirements:-
Hardware
System : Windows XP (32 Bit)
Processor : Intel Core I3
Speed : 3.3GHz
Ram : 4 GB
HDD : 500 GB
Software
ANSYS 15.0 software
Procedure:-
It involves three basic types of operations
1. Pre Processing
2. Solution
3. Post Processing
Preprocessing:-
1. Structural / h – method/structural
2. Preprocessor/Element type/Add/edit/delete/Add/ solid/ Quad 4 node
182/ok/options/plane stress with thk/ok/close
3. Real constants/Add//edit/delete/Add/ok/Enter cross thickness = 8
4. Material props/material models / structural / linear / elastic / isotropic / Exx=1.5e5
/PRxy=0.28/ok/close.
5. Modeling/Create/Area / rectangle/By 2 corner/X = 0, Y=0, Width = 100 and Height
= 50/ok
6. Modeling/Create/Area/Solid circle/x= 50, y= 25 and radius = 12.5/ok
7. Modeling/operate/Booleans/subtract/select area 1/apply/select area 2/ok
8. Modeling/Create/area/solid circle/x= 10, y=10 and radius = 5/apply/x= 90, y=10
and radius = 5/apply/x= 90, y=40 and radius = 5/apply/x= 100, y=40 and radius =
5/ok.
9. Modeling/operate/Booleans/subtract/select area 1/apply/select area 3, 4, 5&6/ok
Solution:-
7. Solution/Define Loads /Apply/Structural / Displacement /on lines/select all small
circle’s periphery lines/ All DOF /ok.
8. Solution/Define Loads /Apply/Structural / pressure/on lines/select big circles’
periphery lines enter the value of I = 500/ok
38
Y – Displacement
39
40
41
1 X Displacement in mm
2 Y Displacement in mm
3 Stress in N/mm2
4 Strain
Result:-
Thus the static analysis of given 2D plate component was performed by using
ANSYS 15.0 analysis software.
42
All Dimensions in mm
Observation:-
Load Vector
43
Aim:-
To perform static analysis of given 2D L - bracket by using ANSYS 15.0 analysis
software.
Requirements:-
Hardware
System : Windows XP (32 Bit)
Processor : Intel Core I3
Speed : 3.3GHz
Ram : 4 GB
HDD : 500 GB
Software
ANSYS 15.0 software
Procedure:-
It involves three basic types of operations
1. Pre Processing
2. Solution
3. Post Processing
Preprocessing
1. Structural / h – method/structural
2. Preprocessor/Element type/Add/edit/delete/Add/ solid/ Quad 4 node 182 / ok /
options/plane stress with thk/ok/close
3. Real constants/Add//edit/delete/Add/ok/Enter cross thickness = 8
4. Material props/material models / structural / linear / elastic / isotropic / Exx=2e5
/PRxy=0.3/ok/close.
5. Modeling/Create/Area/Rectangle/By 2 corner/X = 0, Y=25, Width = 50 and Height =
125/apply/ X = 50, Y=100, Width = 75 and Height = 50/ok
6. Modeling/Create/Area/circle/Solid circle/x= 25, y= 25 and radius = 25/apply/ x=
125, y= 125 and radius = 25/ok.
7. Modeling/operate/Booleans/Add/select area 1(rectangle 1)and area 3(circle
1)/apply/select area 2(rectangle 2) and area 4(circle 2)/apply/select vertical area and
horizontal area/ok
8. Modeling/Create/Area/circle/Solid circle/x= 25, y= 25 and radius = 12.5/apply/ x=
125, y= 125 and radius = 12.5/ok.
9. Modeling/operate/Booleans/subtract/select area 1/apply/select area 5(small circle
1)/apply/select area 2/apply select area 6(small circle 2)/ok
10. Meshing/mesh tool/size controls/area/set(click)/select area/enter element size =
2/ok
11. Meshing/mesh tool/ mesh/ select area/ok.
44
Displacement solution
X- Displacement
Y – Displacement
45
46
Strain solution
47
1 X Displacement in mm
2 Y Displacement in mm
3 Stress in N/mm2
4 Strain
Result:-
Thus the static analysis of given 2D truss element was performed by using ANSYS 15.0
analysis software.
48
Boundary condition
Def – 2D
49
Aim:
To perform static analysis of thin cylindrical shell (axi-symmetric) component by
using ANSYS 15.0 analysis software.
Requirements:-
Hardware
System : Windows XP (32 Bit)
Processor : Intel Core I3
Speed : 3.3GHz
Ram : 4 GB
HDD : 500 GB
Software
ANSYS 15.0 software
Procedure:-
It involves three basic types of operations
1. Pre Processing
2. Solution
3. Post Processing
Preprocessing
1. Structural / h – method/structural
2. Preprocessor/Element type/Add/edit/delete/Add/ solid/ Quad 4 node 182 / ok /
options/Axisymmetric/ok/close
3. Material props/material models / structural / linear / elastic / isotropic / Exx=2e5
/PRxy=0.3/ok/close.
4. Modeling/Create/Area/Rectangle/By 2 corner/X = 75, Y=0, Width = 10 and Height =
500/ok.
5. Meshing/mesh tool/size controls/area/set(click)/select area/enter element size =
2/ok
6. Meshing/mesh tool/ mesh/ select area/ok.
Solution:-
7. Solution/Define Loads /Apply/Structural / Displacement /on lines/select top and
bottom lines/All dof/ok
8. Solution/Define Loads /Apply/Structural /pressure/on lines/ select vertical inside
line/ok/enter the pressure value = 10/ok
9. Solution/Solve/Current LS/ok/Solution is done.
50
Displacement solution
X - Displacement
Y - Displacement
51
52
Circumferential stress
Strain solutions
53
1 X Displacement in mm
2 Y Displacement in mm
Longitudinal Stress in
3
N/mm2
Circumferential stress
4
in N/mm2
5 Strain
Result:-
Thus the static analysis of Axisymmetric element was performed by using ANSYS15.0
analysis software.
54
Load Vector
Meshing of Model
55
Aim:-
To perform modal analysis of given simply supported beam with point load by
using ANSYS 15.0 analysis software.
Requirements:-
Hardware
System : Windows XP (32 Bit)
Processor : Intel Core I3
Speed : 3.3GHz
Ram : 4 GB
HDD : 500 GB
Software
ANSYS 15.0 software
Procedure:-
It involves three basic types of operations
1. Pre Processing
2. Solution
3. Post Processing
Preprocessing:-
1. Structural / h – method/structural
2. Preprocessor/Element type/Add/edit/delete/Add/ Beam/ 2 nodes 188/ok/close
3. Material props/Material library/ import library / Browse/[C-Drive/Program files/Ansys
Inc/ v150 /ansys/ matlib /Stl_AISI-304.SI_MPL/ok
4. Sections / Beam/Common section/Sub type –solid circular /Enter the dimension R =
30 , Nb=5 and Nh=5 /ok/close
5. Modeling/Create/key points/ Inactive CS/x=0 y=0 z =0/Apply/x=1000 y=0
z=0/Apply x=0 y=75 z=0/ok.
6. Modeling/Create/Lines/lines/In Active Coord/Select keypoint1 and track the mouse
into select key point 2.
7. Meshing/mesh tool/Element attributes/select line/set/pick orientation key point is
yes/ select key point 3/ok.
8. Meshing /mesh tool/size controls/lines/set/select line/Enter the value no of
division=100 or element length is 10/ok.
9. Meshing /mesh tool/mesh/select the line/ok.
56
57
58
59
Mode no Frequency in Hz
10
Result:-
Thus the modal analysis of given simply supported beam was performed by using
ANSYS 15.0 analysis software.
60
Meshing of Model
Load Vector
61
Aim:-
To perform harmonic analysis on a Cantilever Beam with UDL by using ANSYS
15.0 analysis software.
Requirements:-
Hardware
System : Windows XP (32 Bit)
Processor : Intel Core I3
Speed : 3.3GHz
Ram : 4 GB
HDD : 500 GB
Software
ANSYS 15.0 software
Procedure:-
It involves three basic types of operations
1. Pre Processing
2. Solution
3. Post Processing
Preprocessing:-
1. Structural / h – method/structural
2. Preprocessor/Element type/Add/edit/delete/Add/ Beam/ 2 nodes 188/ok/close
3. Material props/material models/structural/linear/elastic/isotropic/Exx =
2e5/PRxy=0.3/ok/close
4. Sections / Beam/Common section/Sub type -I section/Enter the dimension B= 50,
H= 60/ok
5. Modeling/Create/key points/ Inactive CS/x=0 y=0 z =0/Apply/x=1000 y=0
z=0/Apply x=0 y=75 z=0/ok.
6. Modeling/Create/Lines/lines/In Active Coord/Select keypoint1 and track the mouse
into select key point 2.
7. Meshing/mesh tool/Element attributes/select line/set/pick orientation key point is
yes/ select key point 3/ok.
8. Meshing /mesh tool/size controls/lines/set/select line/Enter the value no of
division=100 or element length is 10/ok.
9. Meshing /mesh tool/mesh/select the line/ok.
Solution:-
10. Solution/Analysis Type/ New Analysis/ Harmonic/ ok
11. Solution / Analysis Type / analysis option/ ok/ Sparse solver/ ok
12. Solution/ Load step option/ solution control/ Program chosen /ok.
62
Logarithmic
Frequency Vs Amplitude
At x different locations (x= L/2)
Linear
63
64
Frequency – Strain
65
1 Amplitude Vs Frequency at X = L
3 Stress Vs Frequency
4 Strain Vs Frequency
Result:-
Thus the harmonic analysis on a cantilever beam with UDL was performed by using
ANSYS 15.0 analysis software.
66
Displacement Solution
Time: 5th Sec
67
Aim:-
To perform Conductive heat transfer analysis on a 3D cube by using ANSYS
15.0 analysis software.
Requirements
Hardware
System : Windows XP (32 Bit)
Processor : Intel Core I3
Speed : 3.3GHz
Ram : 4 GB
HDD : 500 GB
Software
ANSYS 15.0 software
Procedure:-
It involves three basic types of operations
1. Pre Processing
2. Solution
3. Post Processing
Preprocessing:-
1. Thermal / h – method/structural
2. Element type /Add/edits / delete / add/solid / Quad 4 node 182/ok/options/plane
stress with thk /ok /close
3. Real constants/Add//edit/delete/Add/ok/Enter cross thickness = 0.01
4. Material prop/import lib/Browse/C drive/Program files/Ansys inc /v150/ ansys / mat
lib /stl_AISI-304/ok/close.
5. Modeling/create / Area /circle/ Solid circle / x=0, y=0, Radius = 0.05/Apply/ x = 0.3,
y = 0 & R = 0.025/ ok.
6. Modeling/create / Area /arbitrary/ throu key points/ select big circle top point first
then select small circle top point/ then small circle bottom point and finally big circle
bottom point/ ok.
7. Modeling/ Operate/ Booleans/ add/ select area1/apply/area3/apply/ select area2/
apply /select area3/ ok.
8. Modeling/create / Area /circle/ Solid circle / x=0, y=0, Radius = 0.04/Apply/ x = 0.3,
y = 0 & R = 0.0175 / ok.
9. Meshing/ mesh tool / mesh attributes/ area/set/select area/ok.
10. Meshing/ mesh tool / size controls/ area/set/select area/ element length = 0.01
/ok.
11. Meshing/ mesh tool /area / mesh/select area/ok.
68
Stress Solution
Time: 5th Sec
69
70
Strain Solution
Time: 5th Sec
71
72
73
2 Stress
3 Strain
Result: -
Thus the transient analysis on a simple mechanical element was performed usinf
Ansys 15.0 analysis software.
74
75
Aim:-
To perform Conductive heat transfer analysis on a 3D cube by using ANSYS
15.0 analysis software.
Requirements
Hardware
System : Windows XP (32 Bit)
Processor : Intel Core I3
Speed : 3.3GHz
Ram : 4 GB
HDD : 500 GB
Software
ANSYS 15.0 software
Procedure:-
It involves three basic types of operations
4. Pre Processing
5. Solution
6. Post Processing
Preprocessing:-
1. Thermal / h – method/thermal
Element type /Add/edit / delete / add/solid / Brick 8 node 278/ok
2. Material prop/import lib/Browse/C drive/Program files/Ansys inc/v150/ ansys / mat
lib /stl_AISI-304/ok/close.
3. Modeling/create / volume/block/by 2 corners &Z/ x=0, y=0, Length = 100, Width =
100 and Height = 100/ ok
4. Meshing/ mesh tool / smart size = 2 / sweep & hex /pick all/ok.
Solution:-
5. Define the Loads /Apply /Thermal / Temperature / on areas /select areas and enter
temp value as per the diagram
6. Solve/ current LS / solution is done.
Post Processing:-
8. Plot results /Nodal solution /DOF solution/Nodal temp/ok/ Plot controls/ Capture
image.
9. Plot results / Nodal solution / Thermal gradient solution/ Plot controls/ Capture
image
10. Plot results / Nodal solution / Thermal flux solution/ Plot controls/ Capture image
11. Plot results/ element solu/ heat flow/ok/ Plot controls/ Capture image.
76
Nodal Temperature
Thermal gradient
77
Heat flow
79
1 Nodal Temperature
Result:-
Thus the conductive heat transfer analysis was performed by using ANSYS 15.0
analysis software.
80
Nodal Solution
Temperature Distribution
81
Aim:-
To perform conductive and convective heat transfer analysis in furnace wall by
using ANSYS 15.0 analysis software.
Requirements:-
Hardware
System : Windows XP (32 Bit)
Processor : Intel Core I3
Speed : 3.3GHz
Ram : 4 GB
HDD : 500 GB
Software
ANSYS 15.0 software
Procedure:-
It involves three basic types of operations
1. Pre Processing
2. Solution
3. Post Processing
Preprocessing:-
1. Thermal / h – method/thermal
2. Element type /Add/edits / delete / add/solid / Quad 4 node 182/ok/options/plane
stress with thk /ok /close
3. Real constants/Add//edit/delete/Add/ok/Enter cross thickness = 1
4. Material prop/ material model/ thermal/ conductivity / isotropic/ linear/kxx = 50/
density = 7.8e4
5. Material prop//material model/ new model/ thermal/ conductivity / isotropic/
linear/kxx = 1/ density = 2e4/close
6. Modeling/create / Area /circle/ Solid circle / x=0, y=0, width = 0.05 height = 0.75
/Apply/ x = 0.05, y = 0 width = 0.1 height = 0.75 / ok.
7. Modeling/operate/ Booleans/ glue/ select area1/apply/ select area 2/ok
8. Meshing / mesh tool/ mesh attributes/ material no 1/ select area1/apply/material no
2/ select area 2/ok.
9. Meshing / mesh tool/ size control/ area / set/ select area/ element edge length =
0.01/apply/ select area 2 / element edge length = 0.01/ok.
10. Meshing / mesh tool/area/ mesh / select area 1/apply/ select area 2 /ok.
Solution
11. Define loads/ apply / thermal/ conduction / on lines/ select left side line/ enter the
temp value = 500
12. Define loads/ apply / thermal/ convection/ enter heat transfer film co efficient = 15
82
83
84
Result:-
Thus the conductive and convective heat transfer analysis was performed on a ceramics
brick wall by using ANSYS15.0 analysis software.
86
Deformed Results
87
Aim:
To perform static thermal analysis of thin boiler shell (axi-symmetric) by using
ANSYS 15.0 analysis software.
Requirements:-
Hardware
System : Windows XP (32 Bit)
Processor : Intel Core I3
Speed : 3.3GHz
Ram : 4 GB
HDD : 500 GB
Software
ANSYS 15.0 software
Procedure:-
It involves three basic types of operations
1. Pre Processing
2. Solution
3. Post Processing
Preprocessing
1. Structural / h – method/structural
2. Preprocessor/Element type/Add/edit/delete/Add/ solid/ Quad 4 node 182 / ok /
options/Axisymmetric/ok/close
3. Material prop/import lib/Browse/C drive/Program files/Ansys inc/v150/ ansys / mat
lib /stl_AISI-304/ok/close.
4. Modeling/Create/Area/Rectangle/By 2 corner/X = 0.5, Y=0, Width = 0.015 and
Height = 0.75 /ok.
5. Modeling/Create/Area/ circle/ By dimensions/outer radius = 0.515 / inner radius =
0.5 /starting angle = 270 /Ending angle = 360/apply/ outer radius = 0.515 / inner
radius = 0.5 /starting angle = 0/ Ending angle = 90/ok.
6. Modeling/ move/modify/areas/area/Y offset = 0.75/ok
7. Modeling / operate/ Booleans/ Add/ select area 1 and 2/apply/ select area 1 and 3/
ok.
5. Meshing/mesh tool/size controls/area/ set (click)/select area/enter element size =
0.001/ok
6. Meshing/mesh tool/ mesh/ select area/ok.
Solution:-
7. Solution/Define Loads /Apply/Structural / Displacement /on lines/select top and
bottom lines/All dof/ok
88
Displacement Results
X- Displacement
Y- Displacement
89
90
Thermal strain
91
1 X- Displacement in m
2 Y – Displacement in m
4 Thermal strain
5 Nodal Temperature in K
Result:-
Thus the thermal analysis of given 2D plate element was performed by using ANSYS
15.0 analysis software.
92
2. Analyze the given L-Bracket for stress as shown in Figure 2 and obtain plot for stress
distribution and deformed shape by applying suitable boundary condition.
E=2x105N/mm2, Poisson’s ratio =0.3 Yield stress including safety factor 400 MPa.
Options: Plane Stress; Real Constant: No need to define; Material Properties: Linear,
Isotropic.
94
4. (a). A distributed load & Point load will be applied to a solid steel beam with a
rectangular cross section as shown in the Figure 4(a) below. The cross-section of the
beam is 132 mm x 264 mm while the modulus of elasticity of the steel is 210GPa. Find
reaction, deflection and stresses in the beam.
(50)
4. (b). Find the various modes of frequencies for the beam shown in Figure 4 (b).
Modulus ofElasticity E=206800x106N/m2; Density=7830 kg/m3. All dimensions are in
mm.
(50)
1. (a). A distributed load & Point load will be applied to a solid steel beam with a
rectangular cross section as shown in the Figure 5(a). The cross-section of the
beam is 150mm x 300mm while the modulus of elasticity of the steel is 210GPa.
Find reaction, deflection and stresses in the beam.
(50)
95
(50)
6. (a) A distributed load & Point load will be applied to a solid steel beam with a
rectangular cross section as shown in the Figure 6(a). The cross-section of the beam is
572 mm x 1144 mm while the modulus of elasticity of the steel is 210GPa. Find
reaction, deflection and stresses in the beam.
(5
0)
6. (b) Find the various modes of frequencies for the beam shown in Figure 6(b).
Modulus of
Elasticity E=206800x106N/m2; Density=7830 kg/m3
(50)
7. Find the various modes of frequencies for the given 2D component shown in Figure
7. All dimensions are in mm.
(100)
96
(100)
9. (a) Find the various modes of frequencies for the beam shown in Figure 9(a).
Modulus of Elasticity E=206800x106N/m2; Density=7830 kg/m3
(50)
9. (b) A distributed load & Point load will be applied to a solid steel beam with a
rectangular cross section as shown in the Figure 9(b) below. The cross-section of the
beam is 572 mm x 1144 mm while the modulus of elasticity of the steel is 210GPa. Find
reaction, deflection and stresses in the beam.
(50)
10. (a) Find the various modes of frequencies for the beam shown in Figure 10(a).
Modulus of Elasticity E=206800x106N/m2; Density=7830 kg/m3
(50)
10. (b) A distributed load & Point load will be applied to a solid steel beam with a
rectangular cross section as shown in the Figure 10(b). The cross-section of the beam
97
(50)
11. (a) Find the various modes of frequencies for the beam shown in Figure 11(a).
Modulus of Elasticity E=206800x106N/m2; Density=7830 kg/m3
(50)
(b) A distributed load & Point load will be applied to a solid steel beam with a
rectangular cross section as shown in the Figure 11(b). The cross-section of the beam
is 132 mm x 264 mm while the modulus of elasticity of the steel is 210GPa. Find
reaction, deflection and stresses in the beam.
(50)
12. Conduct a harmonic force response analysis on the cantilever beam shown in Figure
12 by applying a cyclic load (harmonic) at the end of the beam. The frequency of load
may be varied from1-100 Hz. Modulus of Elasticity E=206800x106N/m2; Density=7830
kg/m3
(100)
98
(100)
14. A steel cooling spine of cross-sectional area A and length L extend from a wall
maintained at temperature Tw (Figure 14). The surface convection coefficient between
the spine and the surrounding air is h, the air temperature is Ta, and the tip of the
spine is insulated. Apply advanced mesh control with element size of 0.025'. Find the
heat conducted by the spine and the temperature of the tip. Material properties
E= 2.1x105 N/mm2; ν = 0.33; k = 20 W/m K;
Geometric properties A = 20 x 20 mm2; L = 120 mm
Boundary conditions Tw = 100°T; Ta = 30°T; h = 50 W/(m2°K)
(100)
15. Analyze the given rectangular plate shown in Figure 15 for temperature distribution.
Thermal conductivity of the plate, KXX=401 W/ (m-K)
(100)
99
17. Perform a simulation for the working of a double acting cylinder for any one
application using C/MAT Lab.
(100)
18. Explain the step by step procedure for performing the simulation of cam and
follower mechanism as shown in figure. Also perform the simulation using C/MAT Lab.
(100)
19. Analyse the given bracket (Figure 19) built from a 20 mm thick steel plate for
deflection and Stress by treating it as plane stress condition. The material is steel. Take
E=200 GPa and μ=0.25
(100)
100
(50)
20. (b) Analyse the deflection and stresses in the simply supported beam shown in
Figure
20(b). The cross section of the beam is 500 mm × 1500 mm. Take E=210 GPa.
(50)
101
102
Maximum Marks
S.No Particulars
Marks Obtained
3 SOLUTION 20
4 RESULTS 20
5 VIVA- VOCE 10
6 TOTAL 100
103