1. AIM: Write a function code in MATLAB to parse the NASA thermodynamic data file and then calculate the thermodynamic properties of various gas species. 2. GOVERNING EQUATIONS IF ANY: Here Cp(KJ/(Kg*K)) is Specific Heat, H(KJ) is Enthalpy & S(KJ/K) is Entropy, `(Cp)/R=a1+a2*T+a3*T^2+ a4*T^3+…
Amit Chilap
updated on 11 Mar 2021
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 Amit Chilap (11)
Week-3 Challenge: ADVISOR Tool
Introduction to HEV using MATLAB & Simulink Week-3 Challenge: ADVISOR Tool AIM: To simulate the given data and conditions for an EV using Advisor Tool in MATLAB. About ADVISOR ADVISOR, NREL’s Advanced Vehicle Simulator, is a set of model, data, and script text files for use with MATLAB and Simulink. It…
04 Jul 2022 11:04 AM IST
Project -BAJA All Terrain Vehicle (ATV) model
Simulink for Mechanical & Electrical Engineers - Challenges Final Project Aim To study, analyze and make a detailed report on BAJA All Terrain Vehicle (ATV) model using Simulink & compare between its different modes. Objective Prepare a technical report explaining the model properties & comments on the results.…
03 Jun 2021 03:25 AM IST
Week - 4
Simulink for Mechanical & Electrical Engineers Challenges = Week 4 Aim To Make a Simulink model using State-Flow for given questions. Questions & Solution Q1. 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…
21 May 2021 06:29 PM IST
Week -2
Simulink for Mechanical & Electrical Engineers Challenges = Week 2 Aim To Make a Simulink model of Doorbell using solenoid block. To Use a thermistor to sense the temperature of a heater & turn on or turn off the fan according to temperature. Questions & Solution Q1. Make a Simulink model of Doorbell using…
14 May 2021 12:30 AM IST
Forces Acting on a Vehicle
AIM: To solve the given questions related to forces acting on a vehicle. THEORY: Tire Nomenclature/C The ISO Metric tire code consists of a string of letters and numbers, as follows: An optional letter (or letters) indicating the intended use or vehicle class for the tire: P: Passenger Car LT: Light Truck…
15 Apr 2021 10:00 AM IST
Rankine Cycle Simulator
1.AIM: Create a Rankine Cycle Simulator to solve it according to User Inputs. 2. OBJECTIVES OF THE PROJECT: The program should work according to user inputs. Plot T-S & H-S diagram of Rankine Cycle for given Inputs. To calculate State Points of Rankine Cycle. To Calculate: NetWork Output Back Work Ratio…
19 Mar 2021 05:31 AM IST
Parsing NASA Thermodynamic Data
1. AIM: Write a function code in MATLAB to parse the NASA thermodynamic data file and then calculate the thermodynamic properties of various gas species. 2. GOVERNING EQUATIONS IF ANY: Here Cp(KJ/(Kg*K)) is Specific Heat, H(KJ) is Enthalpy & S(KJ/K) is Entropy, `(Cp)/R=a1+a2*T+a3*T^2+ a4*T^3+…
11 Mar 2021 07:31 AM IST
Genetic Algorithm
1. AIM: To Optimize the given Stalagmite Function and find out Global Maxima of the function using ga (Genetic-Algorithm) in MATLAB. 2. OBJECTIVES OF THE PROJECT: Theory about ga (Genetic-Algorithm). Stopping criteria. The syntax for ga in MATLAB. 3. THEORY & GOVERNING EQUATIONS: Introduction to Genetic Algorithm.…
04 Mar 2021 08:17 AM IST
Curve fitting
1.AIM: To perform a curve fitting for the given dataset and to find the best fit and perfect fit for that particular dataset using MATLAB. 2.OBJECTIVES OF THE PROJECT: Write code to fit a linear and cubic polynomial for the Cp data. Plot the linear and cubic fit curves along with the raw data points. Title and axes…
15 Feb 2021 10:34 AM IST
Air Standard Cycle
1.AIM: Write a program that can solve an OTTO-Cycle and to make a plot of Pressure VS Volume during the Otto-cycle and also to calculate the thermal efficiency of the OTTO-Cycle. 2.GOVERNING EQUATIONS IF ANY: 3.OBJECTIVES OF THE PROJECT: To solve the Otto-Cycle. Plot the P-V graph of the cycle. Calculate…
15 Feb 2021 10:20 AM IST
Solving second order ODEs
1.AIM: To write a program that solves the following ODE. This ODE represents the equation of motion of a simple pendulum with damping. 2.GOVERNING EQUATIONS IF ANY: The main function used in this program is “ode45”, its information is provided below. Ode45 is a function in MATLAB that solves ordinary…
06 Feb 2021 10:19 AM IST