AIM: To write a matlab code to parse the NASA thermodynamic data file and caluculate thermodynamic properties of various gas speices. OBJECTIVE: To read the given NASA file data using fopen command. To Write a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for…
Mohammad Yasir Haneef
updated on 08 Sep 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 Mohammad Yasir Haneef (17)
Week 4 - CHT Analysis on Exhaust port
Aim: To run simulation to anlyse Conjugate Heat transfer in Exhaust port. Objective: 1.To understand why and where a CHT analysis is used. 2.Run the CHT simulation using different turbulence model and justify results. Introduction: Conjugate Heat Transfer (CHT): The Conjugate Heat Transfer (CHT) analysis…
24 Oct 2021 02:33 PM IST
Week 3 - External flow simulation over an Ahmed body.
l. OBJECTIVES 1. Simulate and analyze the flow of fluid over Ahmed Body in a wind tunnel. 2. Perform grid dependency test on the given setup. 3. Plot and analyze the velocity and pressure contours using a midplane along the direction of flow. ll. INTRODUCTION 1. Ahmed Body The Ahmed body is a bluff body or…
13 Oct 2021 06:32 AM IST
Simulation of a Flow over a Cylinder and effect of the Reynolds number on it
AIM: Simulate the flow over a cylinder and explain the phenomenon of Karman vortex street. OBJECTIVE: PART-I Simulate the flow with the steady and unsteady case and calculate the Strouhal Number for Re= 100. PART-II Calculate the coefficient of drag and lift over a cylinder by setting the Reynolds…
30 Sep 2021 01:58 PM IST
Simulation of a Mixing Tee with two dimensional cases
AIM: To set up steady state simulations to compare the mixing effectiveness when the hot inlet temperature is 36C, and the cold inlet is 19C. Use the K-epsilon and k-omega SST models for the first case to get proper judgement about each method, later use the most suitable model for further simulations. OBJECTIVE: Simulate…
30 Sep 2021 01:57 PM IST
Genetic Algorithm to optimize the stalagmite Function
AIM: To write a code using MATLAB to optimize the stalagmite function and find the global maxima of the function. OBJECTIVE: To write a code in MATLAB to optimize the stalagmite function. Undersrand and Explain the concept of genetic algorithm in MATLAB. Plot graphs for all three studies and for Fmaximum vs No of iterations.…
08 Sep 2021 01:28 PM IST
FVM Literature Review
Finite volume Method: The finite volume method (FVM) is a method for representing and evaluating partial differential equations in the form of algebraic equations. Similar to the finite difference method (FDM) or finite element method (FEM), values are calculated at discrete places on a meshed geometry. One important feature…
08 Sep 2021 01:28 PM IST
Simulation of a backward facing step in OpenFOAM
OBJECTIVE: In this challenge, you are going to simulate an incompressible-laminar-viscous flow through the backward facing step geometry. You should perform a transient simulation. The solver can be chosen based on the described physics of the flow. You need to explain the entire simulation procedure (how you set up the…
08 Sep 2021 01:27 PM IST
Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method
The cornerstone of computational fluid dynamics is the fundamental governingequations of fluid dynamics—the continuity, momentum, and energy equations.These equations speak physics. They are the mathematical statements of three fundamental physical principles upon which all of fluid dynamics is based: mass is conserved;…
08 Sep 2021 01:27 PM IST
Solving the steady and unsteady 2D heat conduction problem
AIM: Solve the 2D heat conduction equation by using the point iterative techniques in MATLAB. OBJECTIVE: To solve the 2D Heat Conduction Equation for Steady and Unsteady state. Using the iterative solver techniques to solve the heat conduction equation. GIVEN: The boundary conditions for the problem are as follows:…
08 Sep 2021 01:27 PM IST
Simulation of Flow through a pipe in OpenFoam
OBJECTIVE: To simulate an axi-symmetric flow by applying the wedge boundary condition. The flow is laminar and flows through a constant cross-section pipe at an inlet Reynold's number of 2100. we can do a transient or steady state simulation and will validate results with the Hagen- Poiseuille's equations for the fully…
08 Sep 2021 01:26 PM IST
Parsing NASA thermodynamic data
AIM: To write a matlab code to parse the NASA thermodynamic data file and caluculate thermodynamic properties of various gas speices. OBJECTIVE: To read the given NASA file data using fopen command. To Write a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for…
08 Sep 2021 01:26 PM IST
Deriving 4th order approximation of a 2nd order derivative using Taylor Table method
AIM: To derive the fourth order approximation of a second order derivative using central differencing scheme,skewed right difference scheme and skewed left difference scheme with the help of Taylor table and also to compare the obtained values with analytical derivative value for the given function. OBJECTIVE: After…
08 Sep 2021 01:25 PM IST
Discretization Basics
AIM: To write a program that compares the first,second and fourth order approximations of the first derivative against the analytical or exact derivative. OBJECTIVE: 1.The function that to compute if f(x) = sin(x)/x^3 2.To compute the first derivative at x = pi/3 for dx = pi/30. 3.To compute the derivative both…
11 Aug 2021 02:02 PM IST
Curve fitting using MATLAB
AIM: To write a Profgrame using MATLAB to fit a linear and cubic polynomial for the given data OBJECTIVE: write a code to fit a linear and cubic polynomial for the given data. plot the linear and cubic fit curves along with the raw data points. write a code to show the split wise parameters. Explain the parameters used…
19 Jun 2021 03:48 AM IST
Solving second order ODEs using MATLAB
AIM: To solve the second order ODE using MATLAB OBJECTIVE: To solve the ODEs using MATLAB. To understand the motion of simple pendulum using the MATLAB programme. To understand the change in angular displacement and angular velocity with respect to time. To understand the ODE through matlab. THEORY: The simple pendulum is…
14 Jun 2021 05:51 PM IST
Air Standard Cycle using MATLAB
AIM: TO write a code in MATLAB to solve the Otto cycle and Plot the PV-diagram. OBJECTIVE: To write a code to solve the otto cycle. To understand the otto cycle analysis through MATLAB. To plot PV-diagram using this code. To find the thermal efficiency of the engine THEORY: An Otto cycle is an idealzed thermodynamic cycle…
06 Jun 2021 12:36 PM IST
Forward kinematics of 2R Robotic Arm simulation using MATLAB
AIM: To simulate the forward kinematics of a 2R Robotic Arm using MATLABhttps://youtu.be/VfQYDpqNTn4 OBJECTIVE: 1.To write the programe in matlab for forward kinematics of a robotic arm 2.To Create an animation file of the plot 3.Upload the animation video in youtube 4.understand the kinematics of the robotic arm THEORY:…
01 Jun 2021 02:33 PM IST