Aim To write a program to phrase the NASA Thermodynamic data and to calculate the Entropy, Enthalpy & Specific Heat w.r.t. Local min & Max Temperature to plot a graph against it Objectives 1) To write a function to take down the 7 coefficient for max temperatures & 7 co-effecients for min temperatures.…
KK Nandhu
updated on 14 Dec 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 KK Nandhu (6)
Project 1 - Parsing NASA thermodynamic data
Aim To write a program to phrase the NASA Thermodynamic data and to calculate the Entropy, Enthalpy & Specific Heat w.r.t. Local min & Max Temperature to plot a graph against it Objectives 1) To write a function to take down the 7 coefficient for max temperatures & 7 co-effecients for min temperatures.…
14 Dec 2021 05:29 PM IST
Genetic Algorithm Using Matlab
Aim To write a code in Matlab to optimise the given function to find the Global Maxima of the function Objectives 1) To form meshgrid using X & Y values. 2) To create a seperate function for feeding in GA. 3) To define a variable for storing an integer, the integer would be called in Loop for running the GA no. of…
03 Dec 2021 01:00 PM IST
Week 4.1 - Genetic Algorithm
Aim To write a code in Matlab to optimise the given function to find the Global Maxima of the function Objectives 1) To form meshgrid using X & Y values. 2) To create a seperate function for feeding in GA. 3) To define a variable for storing an integer, the integer would be called in Loop for running the GA no. of…
03 Dec 2021 11:25 AM IST
Curve Fit Using Matlab
AIM To write a program to best fit the curve for Specific Heat and Temparature OBJECTIVES 1) To Load the file into Matlab 2) To store Temperature and Specific Heat into seperate variable 3) To find Co-effecients for the equations 4) To find the predicted Polynomial values and compare it with actual values 5) To find the…
16 Nov 2021 08:49 PM IST
Week 3 - Solving second order ODEs
AIM To write a program to solve second order differential equation(ODE) for simple pendulum using ODE45 solver in Matlab OBJECTIVES 1) To define intial conditions for initial displacement and velocity 2) To specify the time limits for calculus derrivations 3) To create a seperate program for defining derrivative equations…
03 Nov 2021 01:55 PM IST
PV Diagram of a Otto cycle Using Matlab
Aim Write a program to visualize PV diagram and to then to calculate the Thermal efficiency of air standard cycle. Objectives 1) To define the Atmospheric Pressure, Temperature & Specific heat capacity of air (Gamma). 2) To define the ignition temperature at state 3. …
26 Oct 2021 10:34 AM IST