Aim :- Expanding Pulley mechanism Software Used :- Solidworks 2019 Objective :- To create a cad model, animation and motion analysis of the expanding pulley mechanism using solidworks. Parts to be modeled :- Base Central gear Pulley Segment Pinion Theory :- In an expansion-pulley composed of a series of rim-segments…
Bicky Barman
updated on 14 Jul 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 Bicky Barman (9)
Project 1 - Parsing NASA thermodynamic data
Aim :- Parsing NASA thermodynamic data Software Used :- Matlab 2016a Program :- The following is the programm clear all close all clc f1 = fopen('THERMO.dat','r') file_name = fgetl(f1); tline_1 = fgetl(f1); A = strsplit(tline_1,' '); global_low_temp=str2num(A{2}); global_mid_temp=str2num(A{3}); global_high_temp=str2num(A{4});…
15 Jul 2020 06:02 AM IST
Expanding Pulley Mechanism (FINAL INDEPENDENT PROJECT)
Aim :- Expanding Pulley mechanism Software Used :- Solidworks 2019 Objective :- To create a cad model, animation and motion analysis of the expanding pulley mechanism using solidworks. Parts to be modeled :- Base Central gear Pulley Segment Pinion Theory :- In an expansion-pulley composed of a series of rim-segments…
14 Jul 2020 10:20 AM IST
MBD Simulation on a Piston Assembly
Aim :- MBD Simulation on a Piston Assembly. Software Used :- Solidworks 2019 Objective :- Model all the parts and then assemble them in SolidWorks. The motion analysis is going to be carried out in three different condition Conditions : 0mm Wrist Pin Offset, Crank speed- 2000rpm 10mm positive Wrist Pin Offset,…
10 Jul 2020 06:14 PM IST
MBD Simulation on IC Engine Valve Train
Aim :- MBD Simulation on IC Engine Valve Train using Solidworks. Objective :- To create a 3D model of IC engine valve train using solidworks of cam lift 3.5mm and 6mm respectively. Plot the graph of linear displacement of the valve and contact force between the components in each of the two cases. Software…
28 Jun 2020 08:38 AM IST
Planetary Gear
Aim :- Analysis of Planetary gear system. Objective :- Use the following dimensions to create a assembly in solid works. Use the following inputs for designing the Planetary Gear Ring Gear Module = 2.5 (You must use the metric system in design modeler) Number of teeth = 46 Sun Gear Number of teeth = 14…
19 Jun 2020 02:14 PM IST
Week 3 - Solving second order ODEs
Aim:- To write a program in Matlab that will simulate the pendulum motion. Theory :- By using the below equation we have to calculate the position of the bob during the pendulum motion It's an second degree equation so first of all we have to convert it into a simple form Let `theta = theta 1` `d/dt theta1…
08 Jun 2020 11:45 AM IST
To calculate the drag force and to plot the graph between velocity and drag force, drag coefficient and drag force
The program to calculate the drag force and to plot the graph between velocity and drag force. The program has been explained in the form of comments during coding % A program calculate drag force against a cyclist. clear all close all clc % Inputs that are required to calculate drag force for a cyclist. % Drag coefficient…
06 Jun 2020 08:46 AM IST
To create a row and column vector in matlab.
Aim:-To create a row and column vector in matlab Code:- clear all close all clc %To create a row vector in matlab a = [1, 2, 3] %To create a column vector in matlab b = [7; 8; 9]
06 Jun 2020 08:41 AM IST
Internal geneva mechanism
Aim:- To create a 3D model of internal geneva mechanism using solid works. Theory:- An internal Geneva drive is a variant on the design. The axis of the drive wheel of the internal drive can have a bearing only on one side. The angle by which the drive wheel has to rotate to effect one step rotation of the driven…
06 Jun 2020 08:34 AM IST