OBJECTIVE: To create a Rotating Shaft model, perform a frequency analysis and find out the critical frequencies of the Rotating Shaft. ABSTRACT: The purpose of this project was to perform frequency analysis on a Rotating Shaft using SolidWorks. The analysis was performed to get 5 critical frequency of the model.…
Chetan Garg
updated on 12 Apr 2020
Project Details
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...
Read more Projects by Chetan Garg (20)
Flow Simulation through a Flow Bench using Solidworks Flow Simulation
OBJECTIVE: To perform flow simulation through a flow bench, analyse the effect of valve lift on the mass flow rate for the best grid using Solidworks Flow Simulation. ABSTRACT: In this project, flow simulation through a flow bench was performed having air as a fluid using SolidWorks Flow Simulation. An initial study…
15 Jun 2020 11:03 AM IST
Flow Simulation over NACA 2412 Airfoil using Solidworks Flow Simulation
OBJECTIVE: To perform flow simulation over a NACA 2412 airfoil for various angle of attack using Solidworks Flow Simulation and also compare the lift & drag forces. ABSTRACT: The project purpose was to perform flow motion analysis over a NACA 2412 airfoil having air as a fluid using SolidWorks Flow Simulaion.…
03 Jun 2020 12:31 AM IST
Flow Simulation over Cylinder using Solidworks Flow Simulation
OBJECTIVE: To perform flow simulation over a cylinder with various different inlet velocity corresponding to their Reynolds number using Solidworks Flow Simulation and conclude the result. ABSTRACT: The project purpose was to perform flow motion analysis over a cylinder having air as a fluid using SolidWorks Flow…
30 May 2020 11:30 PM IST
Pipe Flow Simualtion for different inlet Reynolds number at different sections of pipe using Solidworks Flow Simualtion
OBJECTIVE: To perform flow simulation in a straight pipe with inlet Reynolds number of 100, 1000 & 10,000 and generate outlet velocity profiles & plots at 95%, 90% & 85% of the total length of the pipe using Solidworks Flow Simulation and conclude the result. ABSTRACT: The purpose of this project was…
29 May 2020 04:57 PM IST
Motion Analysis of IC Engine Valve Train using Multi-Body Dynamics in SolidWorks
OBJECTIVE: To model & assemble IC Engine Valve Train and perform motion analysis for two cases (i.e. for different cam lift values). ABSTRACT: The purpose of this project was to create the model and perform motion analysis on IC Engine Valve Train. All the components were made according to the given dimensions.…
24 Apr 2020 01:39 AM IST
Motion Analysis of IC Engine Valve Train using Multi-Body Dynamics in SolidWorks
OBJECTIVE: To model & assemble IC Engine Valve Train and perform motion analysis for two cases (i.e. for different cam lift values). ABSTRACT: The purpose of this project was to create the model and perform motion analysis on IC Engine Valve Train. All the components were made according to the given dimensions.…
24 Apr 2020 01:38 AM IST
Motion Analysis on Piston Crank Assembly using Multi-Body Dynamics in SolidWorks
OBJECTIVE: To model & assemble Piston Crank Assembly and perform motion analysis for three cases (i.e. different offset value to the wrist position). ABSTRACT: The purpose of this project was to create the model and perform motion analysis on Piston Crank Assembly. All the components were made according to the…
20 Apr 2020 01:50 AM IST
Motion Analysis on Planetary Gear Train using Multi-Body Dynamics in SolidWorks
OBJECTIVE: To create & assemble Planetary Gear Train model, perform motion analysis for three cases (i.e. Interchanging the fixed, input & output conditions on different gears) and discuss the result. ABSTRACT: The purpose of this project was to create the model and perform motion analysis on Planetary Gear…
18 Apr 2020 05:05 PM IST
Motion Analysis of Internal Geneva Mechanism using Multi Body Dynamics in SolidWorks
OBJECTIVE: To create & assemble Geneva Mechanism model, perform motion analysis for two different RPM and further compare the result. ABSTRACT: The purpose of this project was to create the model and perform motion analysis on Internal Geneva Mechanism. The motion analysis was performed for two cases. In the…
16 Apr 2020 06:03 PM IST
Frequency Analysis on Rotating Shaft using SolidWorks
OBJECTIVE: To create a Rotating Shaft model, perform a frequency analysis and find out the critical frequencies of the Rotating Shaft. ABSTRACT: The purpose of this project was to perform frequency analysis on a Rotating Shaft using SolidWorks. The analysis was performed to get 5 critical frequency of the model.…
12 Apr 2020 07:02 PM IST
Parsing NASA Thermodynamic Data file using MATLAB
Objective: To read & extract 14 coefficients for each element from NASA thermodynamic data file and calculates the enthalpy, entropy & specific heats for all the species in the data file. To calculate the molecular weight of each species and display it in the command window. Plot the Cp, Enthalpy and Entropy for…
09 Apr 2020 03:50 PM IST
Static Analysis on Two Models of Plate with Holes using SolidWorks
OBJECTIVE: To create two 3D models of plate with holes and perform static analysis on both plate models. ABSTRACT: The purpose of this project was to perform static analysis on two models of plate with holes using SolidWorks. In the first model, a plate with a single hole in centre was created and a static analysis…
09 Apr 2020 03:25 PM IST
Buckling Analysis on a Cyclone Separator Stand using SolidWorks
OBJECTIVE: To perform a buckling analysis on a Cyclonic Separator stand with and without the metallic stiffener using SolidWorks. Further to perform a design study and find the optimum position for the stiffener with maximum Buckling Factor of Safety. ABSTRACT: The purpose of this project was to perform buckling…
09 Apr 2020 05:59 AM IST
Comparison of Beams in Bending Load using SolidWorks
OBJECTIVE: To compare performance of beam with different cross-section under bending load. The different cross sectional beams under study are: Rectangular Cross Sectional Beam I Cross-Sectional Beam C Cross-Sectional Beam Static Analysis of Beam under Bending Load- 3 D Static Analysis was performed…
05 Apr 2020 05:19 PM IST
Optimising Stalagmite Function using Generative Algorithm in MATLAB
Genetic Algorithm: The genetic algorithm is a method for solving both constrained and unconstrained optimization problems that is based on natural selection, the process that drives biological evolution. The genetic algorithm repeatedly modifies a population of individual solutions. At each step, the genetic algorithm…
18 Sep 2019 10:00 AM IST
Row and Column Vector
clear all close all clc % Creating row vector A = [1 2 3 4 5] % Creating column vector B = [1;2;3;4;5] % Creating row and column vector AB= [1 2 3; 4 5 6; 7 8 9]
14 Sep 2019 01:57 PM IST
Using MATLAB plot P-V Diagram of Otto Cycle and calculate thermal efficiency of the engine
Objective: To plot a P-V Diagram of Otto Cycle and output the thermal efficiency of the engine. Theory: An Otto cycle is an idealized thermodynamic cycle that describes the functioning of a typical spark ignition piston engine. It is the thermodynamic cycle most commonly found in automobile engines. The Otto…
14 Sep 2019 01:57 PM IST
Program in Matlab to Simulate the Forward Kinematics of a 2R Robotic Arm
The MATLAB code is to simulate the forward kinematics of a 2R Robotic Arm. Firstly in line 8 & 9, arm length variables are declared and initialized. Line 12 & 13, Arm angle variables are initialised by using linspace function i.e. 'theta1' from 0 to 180 with 30 intervals and 'theta2' from 15 to 165 with 30 intervals.…
14 Sep 2019 01:57 PM IST
Solving ODE and Simulation of Transient Motion of a Simple Pendulum using MATLAB
OBJECTIVE: To simulate the transient behaviour of a simple pendulum and to create an animation of it's motion using MATLAB. THEORY: A pendulum is a bob of mass 'm' suspended from a pivot so that it can swing freely. When a pendulum is displaced sideways from its resting, equilibrium position, it is subject…
14 Sep 2019 01:57 PM IST
Curve Fitting Using MATLAB
Curve Fitting: Curve fitting is the process of constructing a curve, or mathematical function, that has the best fit to a series of data points. It examines the relationship between one or more predictors (independent variables) and a response variable (dependent variable), with the goal of defining a "best fit"…
10 Sep 2019 07:10 PM IST