Menu

IIT Certification 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

SIMULATION OF A 1D SUPER-SONIC NOZZLE FLOW SIMULATION USING MACORMACK METHOD

 Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method AIM: To write the code to  solve the 1D supersonic nozzle flow equations using the Macormack Method. CONTENTS: Governing Equations                      1.Conservative form  …

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 VINODH KUMAR KG (9)

Week 9 - FVM Literature Review

Objective:

 FVM Literature Review: The Finite volume method (FVM) is a widely used numerical technique. The fundamental conservation property of the FVM makes it the preferable method in comparison to the other methods, i.e., FEM, and finite difference method (FDM). Also, the FVM’s approach is comparable to the known numerical…

calendar

04 Nov 2020 02:38 AM IST

    Read more

    Week 8 - BlockMesh Drill down challenge

    Objective:

    AIM:     The Scope of this project is to simulate and study the blockmesh Drill down flow through backward facing step. Mesh specification In this challange CFD Simulation will be performed by using OpenFoam.  IcoFoam is a Solver which Solves the incompressible navier stokes equation for a flow consideration…

    calendar

    31 Oct 2020 02:30 PM IST

      Read more

      SIMULATION OF A 1D SUPER-SONIC NOZZLE FLOW SIMULATION USING MACORMACK METHOD

      Objective:

       Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method AIM: To write the code to  solve the 1D supersonic nozzle flow equations using the Macormack Method. CONTENTS: Governing Equations                      1.Conservative form  …

      calendar

      04 May 2020 01:47 PM IST

      • CFD
      • MATLAB
      Read more

      SOLVING THE STEADY STATE SOLVER AND UNSTEADY or TRANSIENT SOLVER 2D HEAT CONDUCTION PROBLEM BY USING POINT ITERATIVE TECHNIQUES

      Objective:

      Solving the steady and unsteady 2D heat conduction problem AIM:   To Solving and writing the steady and unsteady simulation of a 2D Heat Conduction by using iterative methods.   This challenge is going to be quite hard and time-consuming to finish. You have to solve the conduction equation using a Transient solver…

      calendar

      11 Mar 2020 09:52 AM IST

        Read more

        TAYLOR S TABLE METHOD USING MATLAB PROGRAM COMPUTE HIGHER ORDER APPROXIMATIONS USING SKEWED SCHEME AND SYMMETRIC STENCILS

        Objective:

        Taylor table method and Matlab code Computer higher order approximations using skewed and symmetric stencils AIM: To derive & writing the program for fourth order approximation of the second order derivative by using Taylor table method. INTRODUCTION: The Taylor series of a real or complex-valued function f (x)…

        calendar

        10 Feb 2020 10:43 AM IST

          Read more

          AIR STANDARD CYCLE EFFICIENCY

          Objective:

          Writing a program for anair standard cycle efficiency: function [v] = engine_piston_kinematics(bore, stroke, cond_rod, cr, start_crank, end_crank) a = stroke/2; R = cond_rod/a; %calculation formula for swept volume v_s v_s = (pi/4)*bore^2*stroke; %calculation formula for clearance volume v_c v_c = v_s/(cr-1); theta = linspace(start_crank,end_crank,100);…

          calendar

          12 Dec 2019 07:53 AM IST

            Read more

            WRITING A CODE TO PARSING THE NASA THERMODYNAMIC DATA FILE BY USING MATLAB

            Objective:

             % Writing a program code for to parising the nasa thermodynamic file by using Matlab   To parsing the NASA thermodynamic data file and then calculate the thermodynamic Properties of various gas species. The term \'File Parising\'means how the information can read from a particular text file or data file.In…

            calendar

            30 Nov 2019 10:02 AM IST

              Read more

              GENETIC ALGORITHM PROGRAM TO CALCULATE THE GLOBAL MAXIMA OF A STALAGMITE FUNCTION BY USING MATLAB

              Objective:

              A genetic algorithm is a method of solving optimization problems based upon the evalution theory that was proposed by charles darwin. matlab provides inbuilt functions that helps us do the quit comfortability. writing a program for genetic algorithm to find global maxima codes is given below by using matlab:   clear…

              calendar

              30 Nov 2019 04:00 AM IST

                Read more

                SIMULATING THE TRANSIENT BEHAVIOR OF AN SIMPLE PENDULUM BY USING MATLAB

                Objective:

                Writing a program to simulate the transient behaviour of a simple pendulum To Solving a transient behaviour of a simple pendulum by using second order differential equation. ODE is extremely important in engineering that describe a lot of important phenomena.                  …

                calendar

                14 Nov 2019 01:44 AM IST

                  Read more
                  Showing 1 of 9 projects