Attachment contain the excel sheet for required calculation.
Junaid Alam Sisodiya
updated on 23 Mar 2022
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 Junaid Alam Sisodiya (18)
Week 12 - Flex Bodies
a model is been designed for front end of the vehicle for SLA assembly Results are as shown below Displacement : Strain gain : stress Generated:
23 May 2022 01:36 PM IST
Week 11 - 3D Contacts
Ans. Y displacment of the follower w.r.t. cam is shown as follow. Case : 1 Curve to curve (CV-CV) joint. Case: 2 3D contact between cam and follower
23 May 2022 08:19 AM IST
Week 8 & 9 - Four Bar Mechanism
viewing the initial CSV file, we get to know that the truck lid hits the truck after 3.1 sec modifying the displacement values to zero after 3.1secupdated curve importing the new curve values to motion. running the simulation
19 May 2022 02:35 PM IST
Week 4 Project - Simple Crank Mechanism
Ans.1 an Inline joint will be used at joint C in order to avoide redundecncy in the system. Ans: 2 Velocity at joint 2 W.r.t time Ans.3 Applied a force of 1000KN at P0 Ans: 4 to constrain the motion of link 1 from 0-10rads.
18 May 2022 11:02 AM IST
Week 1 - Free Falling
1. Simulating the Free fall of a body of mass 1kg and inertia 1kg/m2, Resutls in. 2. The Free fall of an object is given as. h = 1/2xgxt^2 g: Acceleration due to gravity t: duration of falling object. So from the above equation it's clear that a free falling object only depends…
04 May 2022 09:54 AM IST
FINAL INDEPENDENT PROJECT
...
27 Apr 2022 07:39 AM IST
MBD Simulation on IC Engine Valve Train
Please find the attachment for the project report.
23 Apr 2022 07:57 AM IST
MBD Simulation on a Piston Assembly
Please find the attachment for the project report.
23 Apr 2022 07:56 AM IST
Planetary Gear
Please find the attachment for the project report.
23 Apr 2022 07:56 AM IST
Internal Geneva Mechanism
Please find the attachment for the project report.
23 Apr 2022 07:55 AM IST
Problem Set-1 c Week 11Challenge : Transient Handling
% Trainsient handling simulation for lateral speed, lateral accelration and % yaw rates clear all clc a = 1.14 ; % m Front axle to CG L = 2.54 ; % m Wheel Base of the vehicle m = 1500 ; % kg Mass of the vehicle Iz =2420 ; % kg-m^2 Mass moment of inertia Caf = 54000*2 ; % N/rad cornering stiffness of front tire combined…
13 Apr 2022 02:14 PM IST
Problem Set-1b Week 11Challenge : Basic Handling parameters
Please find the attachment.
12 Apr 2022 09:21 AM IST
Problem set 3 -week 3 challenge: Anti-roll bar optimization
Attached excel sheet for required calculation.
23 Mar 2022 12:52 PM IST
Problem set 2 -week 3 challenge : Anti-Characteristics
Attachment contain the excel sheet for required calculation.
23 Mar 2022 12:50 PM IST
Project 1 - Parsing NASA thermodynamic data
close all clear all clc % opening the files for NASA THERMO DATAS % Reading the header datas for the THERMO.DATA file Nasa_themo_datas = fopen('THERMO.dat','r'); fgetl(Nasa_themo_datas) Global_temps = fgetl(Nasa_themo_datas) % spliting the strings Global_temperatues = strsplit(Global_temps,' '); % storing the cell strings…
12 Mar 2022 11:52 AM IST
Week 4.1 - Genetic Algorithm
% Writting the stalagmite function % stalagmite function function [Sw] = stalagmite(input) x = input(1); y = input(2); p1 = (5.1*pi*x)+0.5; p2 = (5.1*pi*y)+0.5; q1 = ((x-0.0667).^2); q2 = ((y-0.0667).^2); term1 = (sin(p1)).^6; term2 = exp((-4*log(2)*(q1))/0.64); term3 = (sin(p2)).^6; term4 = exp((-4*log(2)*(q2))/0.64);…
10 Mar 2022 01:13 PM IST
Week 3 - Solving second order ODEs
% function required for ODE equation function [dtheta_dt] = ode_func(t,theta,b,m,l,g) theta1 = theta(1); theta2 = theta(2); dtheta1_dt = theta2; dtheta2_dt = -(b/m)*theta2 - (g/l)*sin(theta1) dtheta_dt = [dtheta1_dt;dtheta2_dt] end % inputs required for ODE of simple pendulum b = 0.05; m = 0.75; l = 1.5; g = 9.81; % in…
07 Mar 2022 12:20 PM IST
Week 2- 2R Robotic Arm Challenge
% Kinematics for 3R Robotic Arms % consider a simple robotic arm with three links making an angle of theta1, theta2 and theta3 and has lenght of L1, L2 , L3 % So inputs for the program are L1 = 1.25; % length of first link L2 = 0.9; % lenght of second link L3 = 1.5; % lenght of third link theta1 = linspace(15,45,4); theta2…
04 Mar 2022 12:59 PM IST