AIM: To study the system level simulation of an all terrain vehicle. KEYWORDS: CVT, lookup table, Dashboard, baja ATV SOFTWARE: Matlab, Simulink OBJECTIVE: Study the baja ATV model without dashboard. Study the baja ATV model with dashboard. Study the baja ATV model using lookup table without dashboard. Study the baja ATV…
Nishant Bagal
updated on 13 May 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 Nishant Bagal (10)
Week 6-Meshing of Hood Challenge
Advance Meshing using HYPERMESH Week 6 Challenge Meshing Engine Hood using Hypermesh Objective: Clean up the hood geometry and then mesh the geometry with the target element size of 5 mm. Quality Criteria to be followed: Bonnet is the main component of a car at the front portion. It is used to decorate…
09 Jul 2022 07:31 AM IST
Week 4-1D Element Creation Challenge
Aim: Mesh the Given component with the Size of 5 Units. Create 1D elements on the following component with the given cross-section and DOF a. Rod element:- Translational DOF should be Constrained with RBE2 link Cross-Section: BOX- Dimension a= 12 mm …
14 Jun 2022 10:25 AM IST
Project
AIM: To study the system level simulation of an all terrain vehicle. KEYWORDS: CVT, lookup table, Dashboard, baja ATV SOFTWARE: Matlab, Simulink OBJECTIVE: Study the baja ATV model without dashboard. Study the baja ATV model with dashboard. Study the baja ATV model using lookup table without dashboard. Study the baja ATV…
13 May 2022 11:06 PM IST
Week - 4
AIM: 1. Implement control logic of a "washing machine" using Stateflow as per given sequence: • If the power supply is available, the system gets activated. • If the Water supply is not available, stop the process & indicate through LED • Soaking time should be 200s followed by Washing time of…
12 May 2022 10:37 PM IST
Week -2
Aim: To make a simulink model of a doorbell using solenoid block. To use a thermistor to sense the temperature of a heater & turn on or turn off the fan. 1.Door Bell Simulink Model: Simulink Model Explanation: The pulse generator is used to create square wave pulses at regular intervals.The block waveform parameters…
12 Apr 2022 07:03 PM IST
Project 2 - Rankine cycle Simulator
Objective :- 1) Creating a Rankine Cycle Simulator & Calculating the state points of the Rankine Cycle based on user inputs. 2) Plotting the corresponding T-S and H-S plots for the given set of inputs Rankine Cycle :- The Rankine cycle is a model used to predict the performance of steam turbine systems. It was…
03 Feb 2022 04:39 PM IST
Project 1 - Parsing NASA thermodynamic data
Aim: To write a code in Matlab to parse the NASA thermodynamic data file and then calculate the thermodynamic properties of various gas species. Objective: To write a function that extracts the 14 coefficients and calculates the enthalpy, entropy, and specific heats for all the species in the NASA thermodynamic data file…
23 Jan 2022 07:12 AM IST
Week 4.1 - Genetic Algorithm
A genetic algorithm (GA) is a method for solving both constrained and unconstrained optimization problems based on a natural selection process that mimics biological evolution. The algorithm repeatedly modifies a population of individual solutions. At each step, the genetic algorithm randomly selects individuals from the…
02 Jan 2022 11:40 AM IST
Week 3 - Solving second order ODEs
code :- % inputs % b = damping coefficient % g = gravity, m/s^2 % l = length, meter % m = mass, kg b = 0.05; g = 9.81; l = 1; m = 0.1; % initial condition, % initial displacement = 0 % initial velocity = 5 m/sec theta_0 = [0;3]; % time points % t_span is variation in the motion of pendulum t_span = linspace(0,10,500);…
23 Dec 2021 07:43 PM IST
Week 2- 2R Robotic Arm Challenge
error during program-
04 Dec 2021 05:20 PM IST