Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

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…

    Project Details

    Loading...

    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.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Mohammad Yasir Haneef (17)

    Week 4 - CHT Analysis on Exhaust port

    Objective:

    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…

    calendar

    24 Oct 2021 02:33 PM IST

      Read more

      Week 3 - External flow simulation over an Ahmed body.

      Objective:

      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…

      calendar

      13 Oct 2021 06:32 AM IST

        Read more

        Simulation of a Flow over a Cylinder and effect of the Reynolds number on it

        Objective:

        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…

        calendar

        30 Sep 2021 01:58 PM IST

        • HTML
        Read more

        Simulation of a Mixing Tee with two dimensional cases

        Objective:

        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…

        calendar

        30 Sep 2021 01:57 PM IST

        Read more

        Genetic Algorithm to optimize the stalagmite Function

        Objective:

        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.…

        calendar

        08 Sep 2021 01:28 PM IST

        Read more

        FVM Literature Review

        Objective:

        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…

        calendar

        08 Sep 2021 01:28 PM IST

        Read more

        Simulation of a backward facing step in OpenFOAM

        Objective:

        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…

        calendar

        08 Sep 2021 01:27 PM IST

        Read more

        Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method

        Objective:

        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;…

        calendar

        08 Sep 2021 01:27 PM IST

        Read more

        Solving the steady and unsteady 2D heat conduction problem

        Objective:

        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:…

        calendar

        08 Sep 2021 01:27 PM IST

        Read more

        Simulation of Flow through a pipe in OpenFoam

        Objective:

        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…

        calendar

        08 Sep 2021 01:26 PM IST

        Read more

        Parsing NASA thermodynamic data

        Objective:

        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…

        calendar

        08 Sep 2021 01:26 PM IST

          Read more

          Deriving 4th order approximation of a 2nd order derivative using Taylor Table method

          Objective:

          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…

          calendar

          08 Sep 2021 01:25 PM IST

          Read more

          Discretization Basics

          Objective:

          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…

          calendar

          11 Aug 2021 02:02 PM IST

          Read more

          Curve fitting using MATLAB

          Objective:

          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…

          calendar

          19 Jun 2021 03:48 AM IST

          Read more

          Solving second order ODEs using MATLAB

          Objective:

          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…

          calendar

          14 Jun 2021 05:51 PM IST

          Read more

          Air Standard Cycle using MATLAB

          Objective:

          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…

          calendar

          06 Jun 2021 12:36 PM IST

          Read more

          Forward kinematics of 2R Robotic Arm simulation using MATLAB

          Objective:

          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:…

          calendar

          01 Jun 2021 02:33 PM IST

          Read more
          Showing 1 of 17 projects