All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Abstract: - For this project, there will be three different types of beams (Rectangular beam, I- section beam, and C- section beam). These beams will be extruded by a length of 400mm. From there, the beams will be simulated using the Finite Element Analysis techniques. A fixed fixture and a force…
Shubhranshu Mishra
updated on 03 Jul 2020
Abstract: -
For this project, there will be three different types of beams (Rectangular beam, I- section beam, and C- section beam). These beams will be extruded by a length of 400mm. From there, the beams will be simulated using the Finite Element Analysis techniques. A fixed fixture and a force of 1500N will be acting upon the on the smaller face of the beam. Following the simulation, there will be a comparison of the results of stress, displacement, strain, and Factor of Safety for all three cases. After analyzing all the results, the best beam for bending will be chosen.
Introduction
The beam, or flexural member, is a part exposed to loads applied transverse to the length measurement, making the part bend. There are different parts of beams, one of them is known as a cantilever beam. A cantilever beam is one in which one end is built into a wall or other support so that the built-in end cannot move or rotate. The end is said to be fixed if no rotation occurs.
1. Stress is the amount of internal force per unit area, the formula of stress can be shown below:
Stress can be tensile (positive) or compressive (negative).
2. Displacement happens as a result of the external actions, these actions make the materials deform. This deformation manifests itself in small movements or displacements of material points. In the case of a beam where the displacement is perpendicular to the structure, it is known as deflection. Displacement/Deflection has units of length (m or mm)
3. A strain is defined as the change in length over the initial length, a strain happens due to when the materials deform when subjected to external actions such as loads or temperature changes. The strain is dimensionless. It is often given as a percentage. The formula for strain as shown below:
Procedure
For sketching the model in SOLIDWORKS
For FEA Analysis
Model 1
Figure 1 shows the provided drawing and its dimensions for model 1 is provided below:
Figure 1: drawing and dimensions for model 1
Figure 2 shows the model created by SOLIDWORKS
Figure 2: 3D model of the rectangular beam
Model 2
Figure 3 shows the provided drawing and its dimensions for model 2 is provided below:
Figure 3: drawing and dimensions for model 2
Figure 4 shows the model created by SOLIDWORKS:
Figure 4: 3D model of the I-section beam
Model 3
Figure 5 shows the provided drawing and its dimensions for model 3 is provided below:
Figure 5: drawing and dimensions for model 3
Figure 6 shows the model created by SOLIDWORKS:
Figure 6: 3D model of the C-section beam
The material used for this project is Alloy Steel, here are some of its properties shown below:
Figure 7: Alloy steel properties
Fixtures and Loads applied:-
To run a simulation, a fixed geometry and a load have to be added to the model. For the fixed geometry, the beam will be fixed at one end, this will enable the beam to be treated as a cantilever beam. As for the applied load, a downward force of 1500N will be applied onto the smaller face of each beam
For Model 1, the force was applied on the 45mm face as displayed below
Figure 8: fixture and load applied to the rectangular beam
For Model 2, the force applied was on the 40mm face as displayed below
Figure 9: fixture and load applied to the I-section beam
For Model 3, the force applied was on the 45mm face as displayed below
Figure 10: fixture and load applied to the C-section beam
Meshing:-
The mesh was done using the systems below for all models:
Figure 11: Mesh settings used for the project
The meshed model for model 1i s shown below:
Figure 12: The meshed model for the rectangular beam
The meshed model for model 2 is shown below:
Figure 13: The meshed model for the I-section beam
The meshed model for model 3 is shown below:
Figure 14: The meshed model for the C-section beam
Results:-
Results of the simulation are shown below:
Model 1: Rectangular beam
Figure 15: Von Mises Stresses for the rectangular beam
Figure 16: Displacement Plot for the rectangular beam
Figure 17: Strain plot for the rectangular beam
Model 2: I-section beam
Figure 18: Von Mises Stresses for the I-section beam
Figure 19: Displacement Plot for the I-section beam
Figure 20: Strain plot for the I-section beam
Model 3: C-section beam
Figure 21: Von Mises Stresses for the C-section beam
Figure 22: Displacement Plot for the C-section beam
Figure 23: Strain plot for the C-section beam
Comparison of the Results:-
Table 1: Summary of the results
Model | Maximum Von Mises Stress (MPa) | Maximum Displacement(mm) | Maximum Equivalent Strain | Factor of safety |
1 | 9.407 | 0.031 | 3.239e-05 | 65.96 |
2 | 31.780 | 0.085 | 9.643e-05 | 19.52 |
3 | 46.460 | 0.333 | 1.547e-04 | 13.335 |
Observation and Conclusion:-
Table 1 shows that model 1 has the lowest values when it comes to maximum Von-Mises stress and maximum displacement, but due to the relatively high Factor of Safety, the components would be much more expensive resulting in a higher cost of the design. As for model 3, its low Factor of safety means it is the optimum choice when considering only the economical aspect of the three models. However, Table 1 entails that the maximum stress values and displacement are very high compared to the other 2 beams, therefore it does not have a high value when it comes to the structural integrity of the beam. The values of model 2 indicate that the Factor of Safety in model 2 is not that much higher than beam 3, this means the material cost of model 2 will be reasonable unlike in model 1. Model 2 also exhibits similar values of maximum displacement and strain to beam 1. In conclusion, when considering all the economic, commercial, and structural aspects of all three models, Model 2( I-section beam) is the optimum model out of the three models.
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Frequency Analysis of a rotating shaft (Finite Element Analysis using SolidWorks)
Aim- The aim of this project is to perform a frequency analysis on a rotating shaft, from there we need to determine the critical frequencies and the mode shapes. 5 Mode Shapes were simulated and analyzed. Introduction:- Frequency is the number of occurrences of a repeating event per unit of time. The formula…
06 Jul 2020 03:57 PM IST
Project - Rankine cycle Simulator (MATLAB)
AIM: To create a basic 'RANKINE CYCLE SIMULATOR'. THEORY: The Rankine cycle is the fundamental operating cycle of all power plants where an operating fluid is continuously evaporated and condensed. The selection of operating fluid depends mainly on the available temperature range. The above figure shows us the basic rankine…
03 Jul 2020 10:43 AM IST
Curve fitting (MATLAB)
AIM: To write a program to fit a linear and cubic polynomial for the specific heat data set then calculate the goodness of fit using different parameters and different ways to improve the fit in MATLAB THEORY: Curve fitting is the process of constructing a curve or mathematical function that best fits the data points,…
03 Jul 2020 10:24 AM IST
Solving second order ODEs (MATLAB)
Aim: To solves the ODE which represents the equation of motion of a simple pendulum with damping. Objective: To write a program that solves the following ODE which represents the equation of motion of a simple pendulum with damping and create an animated video of output obtains by solving this ODE. Theory:…
03 Jul 2020 10:20 AM IST
Related Courses
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.