Aim: To write a MATLAB code to parse NASA thermodynamic data file and the calculate thermodynamic properties of various gas species. Objectives: Write a function that extracts the 14 coefficients and calculates the the enthalpy, entropy and specific heats for all the species in the data file. Calculate the molecular…
Guémba Hervé MEREKAN
updated on 14 Oct 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 Guémba Hervé MEREKAN (8)
Week 2 - Converging diverging nozzle
Aim: To simulate the flow through a converging-diverging nozzle with the given boundary conditions. Theory: A nozzle is a tube of varying cross-sectional area (usually axisymmetric) aiming at increasing the speed of an outflow and controlling its direction and shape. A Converging-diverging nozzle also known as C-D nozzle…
02 Mar 2022 05:54 AM IST
Week 6 - Data analysis
Aim: To write a python script to analyse the data available in the given file . Objectives: Check the compatibility of the file Calculate the area under the P-V diagram. Calculate the power output of this engine assuming that RPM is 1500 Calculate its specific fuel consumption. Theory: Data analysis can be …
03 Dec 2021 01:33 PM IST
Week 5 - Curve fitting
Aim: To write a code in Python to fit a linear and nth order polynomial for Cp data. Objectives: Write a python code to fit a linear and cubic polynomial for the Cp data. Explain if your results are good or bad. Show empirically how well your curve has been fit. Theory: Curve fitting can be defined as the process of…
16 Nov 2021 04:27 PM IST
Week 3 - Solving second order ODEs
Aim: To write a program in Python that will simulate the motion of a pendulum. Objectives: Write a program that solves the ODE representing the equation of motion of a simple pendulum with damping effect. Simulate the motion between 0 to 20 seconds for an angular displacement=0, angular velocity=3 rad/s at time t=0. Governing…
29 Oct 2021 03:14 PM IST
Week 2 Air standard Cycle
Aim: To write a code to simulate an Otto cycle and plot its Pv diagram Governing equation: Thermal efficiency of an engine can be simply given by the fraction of energy added by heat that is converted into net work output. For an engine working on Otto cycle (like petrol engine),the thermal…
29 Oct 2021 12:03 AM IST
Project 1 - Parsing NASA thermodynamic data
Aim: To write a MATLAB code to parse NASA thermodynamic data file and the calculate thermodynamic properties of various gas species. Objectives: Write a function that extracts the 14 coefficients and calculates the the enthalpy, entropy and specific heats for all the species in the data file. Calculate the molecular…
14 Oct 2021 05:51 AM IST
Week 4.1 - Genetic Algorithm
Aim: To write a code in MATLAB to optimize the stalagmite function and find the global maxima of the function. Objectives: Clearly explain the concept of genetic algorithm and its syntax in MATLAB. Plot graphs for all 3 studies and for F maximum vs number of iterations. Theory: Concept of Genetic algorithm: Genetic…
24 Sep 2021 08:16 AM IST
Week 3 - Solving second order ODEs
Aim: To write a MATLAB program that will simulate the motion of a pendulum . Objectives: Write a program that solves the ODE representing the equation of motion of a simple pendulum with damping effect. Simulate the motion between 0 to 20 seconds for an angular displacement=0,angular velocity=3 rad/s at time…
03 Sep 2021 02:21 PM IST