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

Week 9 - Senstivity Analysis Assignment

Aim:- The aim is to find the sensitivity with respect to the temperature from the GRI mechanism by taking all the reactions and calculating the 10 most sensitive reactions.   Sensitivity Theory:-   Sensitivity analysis is the study of the change of the dependent variable with respect to the independent variable.      …

    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 Tejas Deshpande (34)

    Week 1: Channel flow simulation using CONVERGE CFD

    Objective:

    I. INTRODUCTION Channel flow is an internal flow in which the confining walls change the hydrodynamic structure of the flow from an arbitrary Mote at the channel inlet to a certain state at the outlet The simplest illustration of internal flow is a laminar flow in a circular tube, while a turbulent flow in the rotor…

    calendar

    27 Jan 2025 01:13 PM IST

      Read more

      Project 1 : CFD Meshing for Tesla Cyber Truck

      Objective:

      AIMClean up the given model and perform surface meshing first and then volumetric meshing for the relevant volume.PROCEDURE The first step is to import the geometry and run a geometry check. As this geometry has fewer corrections, we will directly move to TOPO cleanup and instead of using the symmetry method. Using the…

      calendar

      13 Dec 2024 07:08 AM IST

      • ANSA
      • CFD
      Read more

      Week 5 Challenge : Surface wrap on Automotive Assembly

      Objective:

      AIM : To perform surface wrap on automotive assembly in ANSA. OBJECTIVES :  To do the Geometry Preparation using TOPO Tools in ANSA To perform surface wrapping of the Geometry for the CFD with target length of 3mm.  INTRODUCTION :Surface wrapping in CFD meshing is used to create a simplified,…

      calendar

      10 Dec 2024 10:18 AM IST

      Read more

      Week 4 Challenge : CFD Meshing for BMW car

      Objective:

      Objective:-To clean up the given car model and perform surface meshing for the given mesh lengths and create a wind tunnel around the car with surface mesh and volumetric mesh for volume in the tunnel surrounding the car.PROCEDURE :- The first step is to import the geometry and run a geometry check. Using the geometry…

      calendar

      29 Nov 2024 10:27 AM IST

      Read more

      Week 3 Challenge : CFD meshing on Turbocharger

      Objective:

      AIM:For the given model, to check for the geometrical errors to make appropriate volumes, create and assign PIDs. To perform surface mesh with the given target lengths as per PIDs. Blade stage-1 = 1 mm Blade stage-2 = 1 mm Impeller = 2 mm Shaft rotor = 1 mm Turbo casing = 5 mm Compressor casing = 5 mm Inlet casing cover…

      calendar

      21 Nov 2024 12:40 PM IST

      Read more

      Week 2 Challenge : Surface meshing on a Pressure valve

      Objective:

      AIM :To generate surface meshing for the pressure valve geometry for 3 different target mesh lengths.OBJECTIVES :1. To check for geometrical errors and perform Topology clean-up for the given model.2. Set three different target lengths as three different cases and mesh the model.  Target…

      calendar

      11 Nov 2024 10:26 AM IST

      Read more

      Project 2 - Rankine cycle Simulator

      Objective:

      Rankine Cycle SimulatorAim:Creation of Rankine cycle simulator from given input and reading the data from a standard thermodynamic library of steam table.Objective: To create a Rankine Cycle simulator in MATLAB. To calculate the state point using the function XSteam. To plot the T-S and H-S curve for a given input in the…

      calendar

      05 Jun 2024 07:23 AM IST

      Read more

      Project 1 - Parsing NASA thermodynamic data

      Objective:

      Aim – To parse a data file and plot the required properties by calculation. Objectives – To extract the 14 coefficients and calculate the specific heat, entropy, and enthalpy for all species in the data file. To calculate the molecular weight of each species. To plot Specific heat, Enthalpy, and Entropy…

      calendar

      31 May 2024 09:46 AM IST

        Read more

        Week 5 - Genetic Algorithm

        Objective:

        Objectives: - 1. Write a code in MATLAB to optimize the stalagmite function and find the global maxima of the function. 2. Explain the concept of genetic algorithm and also explain the syntax for ga in MATLAB. 3. Plot graphs for all 3 studies and F maximum vs no. of iterations.   Theory: -  …

        calendar

        21 Mar 2024 07:51 AM IST

        Read more

        Week 4.1 - Solving second order ODEs

        Objective:

        Objective:-  To solve a second-order ODE of a simple pendulum and create its animation. Theory:-   ODE represents the equation of motion of a simple pendulum with damping: -                                      (d^2 θ) / dt^2+ (b/m)*( dθ/dt)+(g/L)*sinθ = 0   .......Equation-1 Simplifying the above ODE: -              …

        calendar

        14 Mar 2024 08:11 AM IST

          Read more

          Week 3.2 - 2R Robotic Arm Challenge

          Objective:

          Objective:-  Simulating forward kinematics of a 2R Robotic arm using MATLAB program. Theory:- A robotic arm is a type of mechanical arm, usually programmable, with similar functions to a human arm; the arm may be the sum total of the mechanism or may be part of a more complex robot. The links of such a manipulator…

          calendar

          01 Mar 2024 09:35 AM IST

          Read more

          Week 9 - Senstivity Analysis Assignment

          Objective:

          Aim:- The aim is to find the sensitivity with respect to the temperature from the GRI mechanism by taking all the reactions and calculating the 10 most sensitive reactions.   Sensitivity Theory:-   Sensitivity analysis is the study of the change of the dependent variable with respect to the independent variable.      …

          calendar

          23 Jan 2024 12:16 PM IST

            Read more

            Week 7 - Auto ignition using Cantera

            Objective:

             Aim:- To find the autoignition time of methane under varying conditions of pressure & temperature and analyze the evolution of molar concentrations of reactants with combustion progress. For this, we will consider:   Case -1: Auto-ignition time with A. Constant temperature of 1250 K and pressure variation from 1 to 5…

            calendar

            18 Jan 2024 09:12 AM IST

            Read more

            Week 6 - Multivariate Newton Rhapson Solver

            Objective:

            AIM:- This project aims to solve the system of ODE using the Newton-Raphson method.   Python Program:- """ This python program is written to solve a system of coupled non-linear equations using multivariate Newton-Raphson solver dy1/dt = -0.04*y1 + 10^4*y2*y3 dy2/dt = 0.04*y1 - 10^4y2*y3 - 3.10^7*y2^2 dy3/dt = 3.10^7*y2^2…

            calendar

            17 Jan 2024 07:09 AM IST

              Read more

              Week 6 - CHT Analysis on a Graphics card

              Objective:

                Objective:-  To perform CHT analysis on the graphics card. Conjugate Heat Transfer (CHT) Analysis:- The Conjugate Heat Transfer (CHT) analysis type allows for the simulation of heat transfer within solid and fluid domains by exchanging thermal energy at the interfaces between them.…

              calendar

              16 Jan 2024 10:48 AM IST

                Read more

                Week 5.2 - Literature review: ODE Stability

                Objective:

                  1. When does an ODE become unstable? To find the unstable condition for an ODE let's assume an equation for ODE and run the program for various dt.                                                …

                calendar

                10 Jan 2024 10:46 AM IST

                  Read more

                  Week 5.1 - Compact Notation Derivation for a simple Mechanism

                  Objective:

                  Objective:- To derive the reaction rate ODE of a simple reaction mechanism. considering given reactions,              List of all species of hydrocarbons that are taking place in the reaction 1.O2 2.H2O 3.CO2 4. OH 5. CO 6. H 7. O Defining `upsilon underset(i j')`be the stoichiometric…

                  calendar

                  27 Feb 2022 10:51 AM IST

                    Read more

                    Week 4.2 - Combustion Efficiency Calculation after Preheating

                    Objective:

                    Theory:-     Recuperator is a type of heat exchanger that has separate flow paths for each fluid along its passages and heat is transferred through the separating walls. Recuperators are usually used in power engineering, to increase the overall efficiency of thermodynamic cycles. For example, in a gas turbine engine.…

                    calendar

                    24 Jan 2022 12:46 PM IST

                      Read more

                      Week 4.1- Handling Mixtures with Cantera

                      Objective:

                      Objective:-  To calculate adiabetic flame temperature of the gas mixture using the quantity of class. Python code for calculation mass and mole fraction of air:- """ Python code for calculation mass and mole fraction of air """ import cantera as ct gas = ct.Solution('gri30.xml') air = ct.Quantity(gas) air.TPX = 298.15,ct.one_atm,{'O2':0.21,…

                      calendar

                      14 Jan 2022 07:53 AM IST

                        Read more

                        Week 3 - Adiabatic Flame Temperature calculation

                        Objective:

                        Adiabetic Flame Temperature:- When a combustion reaction takes place energy is liberated to the combustion products. If no heat is lost in this process, the temperature of the combustion products is known as the "Adiabatic Flame Temperature." This is the maximum temperature that can be reached for given reactants. …

                        calendar

                        18 Dec 2021 10:14 AM IST

                          Read more

                          Week 10 - Simulating Combustion of Natural Gas.

                          Objective:

                          Combustion: - Combustion or burning is a high-temperature exothermic redox chemical reaction between a fuel (the reductant) and an oxidant, usually, atmospheric oxygen, that produces oxidized, often gaseous products, in a mixture termed as smoke. Combustion does not always result in fire, because a…

                          calendar

                          03 Dec 2021 03:04 PM IST

                          Read more

                          Week 9 - Parametric study on Gate valve.

                          Objective:

                          Gate Valve:- A gate valve, also known as a sluice valve, is a valve that opens by lifting a barrier (gate) out of the path of the fluid. Gate valves require very little space along the pipe axis and hardly restrict the flow of fluid when the gate is fully opened. The gate faces can be parallel but are most commonly…

                          calendar

                          28 Nov 2021 11:13 AM IST

                            Read more

                            Week 8 - Simulating Cyclone separator with Discrete Phase Modelling

                            Objective:

                            Cyclone Separator: - Cyclone separators or simply cyclones are separation devices (dry scrubbers) that use the principle of inertia to remove particulate matter from flue gases. Cyclone separators are one of many air pollution control devices known as pre-cleaners since they generally remove larger pieces of particulate…

                            calendar

                            25 Nov 2021 09:30 AM IST

                              Read more

                              Week 5 - Rayleigh Taylor Instability

                              Objective:

                              Rayleigh Taylor Instability:-       The Rayleigh Taylor Instability occurs when the interface between two fluids of different densities is such as, lighter fluid is pushing the heavier fluid upward. Initially, two horizontal immiscible fluids, with a sharp interface separating them, lie horizontally…

                              calendar

                              20 Oct 2021 03:13 PM IST

                              Read more

                              Week 4 - CHT Analysis on Exhaust port

                              Objective:

                              Conjugate Heat Transfer Analysis (CHT) :-  The Conjugate Heat Transfer (CHT) analysis type of CFD analysis, which perform the simulation of heat transfer between solid and fluid domains by exchanging thermal energy at the interfaces between them. In certain critical applications…

                              calendar

                              10 Oct 2021 01:19 PM IST

                              Read more

                              Week 3 - External flow simulation over an Ahmed body.

                              Objective:

                              Objective:-  1. Describe Ahmed's body and its importance. 2. Explain the reason for the negative pressure in the wake region.  3. Explain the significance of the point of separation.    Ahmed body:-  The Ahmed body is a general car body (a basic vehicle model). The airflow around the Ahmed body…

                              calendar

                              24 Aug 2021 02:07 PM IST

                                Read more

                                Week 2 - Flow over a Cylinder.

                                Objective:

                                Objective: - To simulate Flow over a cylinder using unsteady and steady state solvers with different Reynold numbers. Theory: -   Vortex shedding is an oscillating flow that takes place when a fluid such as air or water flows past a bluff (as opposed to streamlined) body at certain velocities, depending…

                                calendar

                                21 Jul 2021 05:31 PM IST

                                Read more

                                Week 1- Mixing Tee

                                Objective:

                                Objective:-  To simulate the air flow in Mixing Tee and understand the effect of length of pipe and momentum ratio of velocity for mixing air by four different cases. Selection of Turbulence Model:-    We have to select one turbulenece model from k- epsilon and k- omega. As, k- epsilon model predicts well…

                                calendar

                                03 Jul 2021 09:13 AM IST

                                  Read more

                                  Week 12 - Validation studies of Symmetry BC vs Wedge BC in OpenFOAM vs Analytical H.P equation

                                  Objective:

                                  Objective:- 1.To write MATLAB codefor symmetry boundary conditions of flow through pipe. 2. To Simulate the pipe flow for 10, 25 and 45 degree angles.  3.To comapre results of wedge boundary condtions with symmetry boundary conditions. MATLAB Program:-  clear all close all clc D = 0.005; r = D/2; L =210*D; Re…

                                  calendar

                                  16 Jun 2021 05:49 AM IST

                                  Read more

                                  Week 11 - Simulation of Flow through a pipe in OpenFoam

                                  Objective:

                                  Obejective :  1. To calculet flow Variables. 2.To create blockMeshDict file using MATLAB  3.To simulate the pipe flow in OpenFOAM using icoFoam solver. 4. To compare the simulation and analytical resultsobtained using Hagen-Poiseuille equation. Enrtrance Length: Entrance length is the distance a flow travels after entering…

                                  calendar

                                  16 Jun 2021 05:44 AM IST

                                  Read more

                                  Week 9 - FVM Literature Review

                                  Objective:

                                  Finite Volume Method: - The finite volume method (FVM) is a discretization technique like FEM and FDM used in CFD. FVM evaluates the variables at discrete locations (center of the cell) of the geometry under consideration. FVM divides the geometry into a finite number of volumes (by forming mesh/grid). This mesh can be…

                                  calendar

                                  19 May 2021 12:03 PM IST

                                  Read more

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

                                  Objective:

                                                     Simulation of 1D supersonic nozzle flow using McCormack’s Method   Objective: -       1.Simulation of 1D supersonic nozzle flow using McCormack’s Method. To plot variation in flow field variables in both Non-Conservative…

                                  calendar

                                  28 Mar 2021 02:54 PM IST

                                    Read more

                                    Week 5.1 - Mid term project - Solving the steady and unsteady 2D heat conduction problem

                                    Objective:

                                    1.Steady State Analysis: - 2D Steady-state heat conduction equation is, `(delta ^2T)/(delta x^2)+(delta ^2T)/(delta y^2) = 0` using central differencing scheme we get, T(i,j) = `(Deltax^2Deltay^2) /(2(Deltax^2 + Deltay^2)) * [ (( T(i-1,j) + T(i+1,j))/(Deltax^2))+(( T(i,j-1) + T(i,j+1))/(Deltay^2))]` Matlab Program:- …

                                    calendar

                                    16 Mar 2021 10:32 AM IST

                                      Read more

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

                                      Objective:

                                      Deriving fourth (4th) order approximations of second-order derivatives Fourth-order approximation of second-order derivative using central differencing, Consider numerical stencil below for central differencing scheme,      The hypothesis equation for CDS is,            …

                                      calendar

                                      02 Mar 2021 01:58 PM IST

                                        Read more
                                        Showing 1 of 34 projects