PARSING NASA THERMODYNAMIC FILE Aim: To write a program code that parse the NASA thermodynamic file and calculates the specific heat, Entropy, Enthalpy of all the gases present in the file. Objective: 1. write a Matlab code that extracts 14 coefficients and 53 gas elements present in the file. 2. Calculate specific…
FEROZ BASHA M
updated on 25 May 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 FEROZ BASHA M (3)
Project 1 - Parsing NASA thermodynamic data
PARSING NASA THERMODYNAMIC FILE Aim: To write a program code that parse the NASA thermodynamic file and calculates the specific heat, Entropy, Enthalpy of all the gases present in the file. Objective: 1. write a Matlab code that extracts 14 coefficients and 53 gas elements present in the file. 2. Calculate specific…
25 May 2021 08:16 AM IST
Week 4.1 - Genetic Algorithm
AIM: To write a MATLAB code that solves the stalagmite function and finds the same global maxima. Genetic Algorithm: Genetic Algorithm is one of the search-based optimization technique based on the principles of genetics and natural selection.GA is basically the process of selecting the best solution for the group or population.…
16 May 2021 08:23 AM IST
Week 3 - Solving second order ODEs
Problem statement: To write a Matlab program that solves the provided ODE of a motion of a simple pendulum with damping and animated the motion with the calculated values. Given Parameters: Damping Coefficient,b=0.05 Gravity,g=9.81 m/s^2 Length,L= 1 m Mass,m= 1 kg Solving ODE equation: The second-order differential equation…
01 May 2021 03:36 PM IST