Objective : Use the given 2D CAD drawings to create the 3D model of the Internal Geneva Mechanism and perform motion analysis by rotating the driver wheel at (i) 10 RPM and (ii) 20 RPM. Calculate the results of the study with and without precise contact. 1. Introduction 1.1 Geneva Mechanism Geneva mechanism,…
Anandita Gautam
updated on 18 Oct 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 Anandita Gautam (8)
Frequency Analysis of a rotating shaft
Introduction: An object's natural frequency is the frequency or rate that it vibrates naturally when disturbed. Objects can possess more than one natural frequency and we typically use harmonic oscillators as a tool for modeling the natural frequency of a particular object. We can apply an unnatural or forced frequency…
09 Sep 2022 01:53 PM IST
MBD Simulation on IC Engine Valve Train
Aim: To model and perform motion analysis on Valve Train Introduction: A valvetrain is a component that is designed to open and close the intake and exhaust valves so that air/fuel mixture can enter and leave the combustion chamber as gases. Nowadays, engines are designed with overhead cam assemblies which are known…
22 Dec 2020 04:18 PM IST
MBD Simulation on a Piston Assembly
Aim: To model and perform motion analysis with different piston positions Introduction: A piston is a component of reciprocating engines, reciprocating pumps, gas compressors, hydraulic cylinders and pneumatic cylinders, among other similar mechanisms. It is the moving component that is contained by a…
20 Dec 2020 07:37 PM IST
Planetary Gear
Aim: To model and run a motion analysis on Planetary Gear System. Introduction: An epicyclic gear train or planetary gear consists of 2-4 gears mounted so that the center of one gear revolves around the center of the other. The planet and sun gears mesh so that their pitch circles roll…
15 Dec 2020 03:36 PM IST
Internal Geneva Mechanism
Objective : Use the given 2D CAD drawings to create the 3D model of the Internal Geneva Mechanism and perform motion analysis by rotating the driver wheel at (i) 10 RPM and (ii) 20 RPM. Calculate the results of the study with and without precise contact. 1. Introduction 1.1 Geneva Mechanism Geneva mechanism,…
18 Oct 2020 12:24 PM IST
Project 1 - Parsing NASA thermodynamic data
PARSING NASA THERMODYNAMIC DATA OBJECTIVES 1. Write a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in the data file. Here R is the universal gas constant, T is the temeprature 2. Calculate the molecular weight of each…
22 Sep 2020 03:24 PM IST
Optimization using Genetic 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. It repeatedly modifies a population of individual solutions. At each step, the genetic algorithm selects individuals…
10 May 2020 07:09 AM IST
Dampened Pendulum Animation in MATLAB
Youtube link : https://youtu.be/2_IoAnhWoPQ Google Drive Link for both the programs: Names: ode ode_func https://drive.google.com/drive/folders/1PXNrSC-KQDJ96zFnnAUSOdOt8OuqPLO3?usp=sharing ODE Program: clear all close all clc %initial values b=0.05; m=1; g=9.81; l=1; %initial conditions theta_0= [0;3];…
22 Apr 2020 03:20 AM IST