Aim:- To determine the state variables at salient points of the cycle and to compute the thermal efficiency of the engine and plot a graph of Pressure v/s Volume. Explaination of the code :- Engine Paramters like bore,stroke, connecting rod length and compression ratio is defined …
Danish Anas
updated on 18 Sep 2019
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 Danish Anas (9)
Week-3 Challenge: ADVISOR Tool
Aim:- To analyse Electric Vehicle and Hybrid Electric vehicle using ADVISOR tool. Analysis of vehicle with FTP drive cycle and payload of 500 kg:- The EV_defaults_in file file is first loaded and keeping the motor, transmission, control related parameters as default and pay load set as 500 kg,the drive cycle…
06 Jun 2020 06:05 PM IST
Project 2 - Rankine cycle Simulator
Aim :- To create a Rankine Cycle Simulator that calculates state point variables at different points and plot the corresponding T-s and h-s plots for the given set of inputs. Theory:- Rankine cycle is the cycle on which the steam turbine works. The Rankine cycle consists of following four processes:- 1) Turbine(Process…
29 May 2020 05:23 AM IST
Parsing NASA thermodynamic data
Aim:- To evaluate thermodynamic properties such as Cp, H and S for 1000+ species. Procedure:- The formula for finding Specific Heat,Enthalpy,Entropy is given below: `C_p/R= a1+a2T+a3T^2+a4T^3+15T^4` `H/(RT) = a1+a2T/2+a3T^2/3+a4T^3/4+a5T^4/5+a6/T` `S/R = a1logT+a2T+a3T^2/2+a4T^3/3+a5T^4/4+a7` The first 7 coefficients…
05 May 2020 05:22 AM IST
Calculating the forces Acting on a vehicle
1) Given data:- Tyre 1 : 90/100 R10 53J Tyre 2 : 90/90 R18 51P Gear Ratio (`G`) = `7` …
21 Apr 2020 05:27 AM IST
Evaluating the Global Maxima of a Stalagmite function using Genetic Algorithm.
Introduction:- The genetic algorithm is a method for solving both constrained and unconstrained optimization problems that is based on natural selection, the process that mimics biological evolution. The genetic algorithm repeatedly modifies a population of individual solutions. At each step, the genetic algorithm selects…
02 Apr 2020 05:44 AM IST
Curve Fitting using MATLAB
Introduction:- In many social, economical, engineering and physical problems we have a set of values of x and y, although we do not know the functional relationship between them.Fitting of a curve to a given set of values means finding a functional relationship between x and y whose curve is the closest possible…
07 Mar 2020 02:25 PM IST
Program to simulate the transient behaviour of a simple pendulum using MATLAB
Aim:- To simulate the transient behaviour of a simple pendulum and to create an animation of it's motion. Procedure/Explaination of the code:- The following ODE represents the equation of motion of a simple pendulum with damping. `(d^2 theta)/dt^2 +(b/m)(d theta)/dt + (g/l)sin theta = 0` where, …
11 Feb 2020 01:32 AM IST
Simulation of Robotic arm using MATLAB
Aim:- To simulate the forward kinematics of a 2R Robotic Arm. Procedure/Explaination of the code:- In this project, the kinematics of 2R robotic arm is carried out in order to determine the workspace of the robot. 1. Inputs:- The length and the angle with repect to the positive x axis of both the links are…
09 Feb 2020 11:53 PM IST
Simulation of an Air Standard Otto cycle using MATLAB
Aim:- To determine the state variables at salient points of the cycle and to compute the thermal efficiency of the engine and plot a graph of Pressure v/s Volume. Explaination of the code :- Engine Paramters like bore,stroke, connecting rod length and compression ratio is defined …
18 Sep 2019 06:08 AM IST