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

Siddharth Banerjee

Calm and composed

Skills Acquired at Skill-Lync :

  • CFD
  • NUMERICAL-ANALYSIS
  • MATLAB
  • OPENFOAM
  • ANSYS-FLUENT
  • CANTERA
  • PYTHON
  • COMBUSTION

Introduction

Passionate about Automotive Engineering

14 Projects

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

Objective:

AIM: To solve 2D Heat conduction Partial Differential equation for steady and transient state using iterative techniques (a) Jacobi (b) Gauss Seidel (c)Successive over Relaxation (SOR) methods through MATLAB code. Problem Definition Heat conduction equation is defined by the general PDE: α (∂2T/∂x2 + ∂2T/∂y2…

calendar

26 Oct 2020 04:53 PM IST

  • MATLAB
Read more

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

Objective:

 Approach for Solving 1D Super-sonic nozzle flow simulation via MacCormack Method Solving the 1D nozzle flow problem in two approaches: Non-Conservative approach and Conservative approach using McCormack method. Conservative approach, the assumed control volume is fixed in position and in Non-conservative approach,…

calendar

30 Oct 2020 09:30 PM IST

    Read more

    Week 8 - BlockMesh Drill down challenge

    Objective:

    Mesh Specifications:  Number of cells along the x-direction (longer dimension) = 200 Number of cells along the y-direction = 10 Grading factor near all walls - 0.2 A smaller grading factor produces a more uniform mesh.                     f = (size of end cell) / (size…

    calendar

    07 Nov 2020 09:06 AM IST

      Read more

      Week 11 - Simulation of Flow through a pipe in OpenFoam

      Objective:

      Objective of the Project:  To run simulation of internal flow through a pipe.  To calculate hydrodynamic entry length, total length of pipe.  To plot velocity profile across the pipe at different locations along the direction of flow.  To plot shear stress.   Introduction: We consider flow of fluids…

      calendar

      10 Nov 2020 06:28 PM IST

        Read more

        Steady Vs Unsteady flow over a cylinder

        Objective:

        Aim Part 1: Simulate the flow with the steady and unsteady case and calculate the Strouhal Number for Re= 100.  Part 2: a) Calculate the coefficient of drag and lift over a cylinder by setting the Reynolds number to 10, 100, 1000, 10000 & 100000. (steady state solver)                                                                                                                                                       …

        calendar

        19 Nov 2020 07:32 PM IST

          Read more

          Week 12 - Symmetry vs Wedge vs HP equation

          Objective:

          Introduction The wedge boundary condition for OpenFoam is suitable for the angle less than 5 degree and only supports for the 2D axi-symmetric cases, whereas the symmetric boundary condition are can be used for 2D and 3D geometry. In the challenge we have to compare the wedge boundary condition with symmetric boundary…

          calendar

          29 Dec 2020 07:06 PM IST

            Read more

            Week 3 - Adiabatic Flame Temperature calculation

            Objective:

            Aim To study the effect of equivalence ratio on Adiabatic Flame Temperature using the Newton Raphson method and Cantera. To calculate the Adiabatic Flame Temperature for the constant pressure with heat loss. To calculate the Adiabatic Flame Temperature for various fuel types such as alkanes, alkenes, and alkynes. …

            calendar

            05 Feb 2021 12:43 PM IST

              Read more

              Week 4.1- Handling Mixtures with Cantera

              Objective:

              1. Use the "moles" method/function of the A object and explain how it was calculated. In the dictionary command line, its given : O2=0.21 and N2=0.71 1 mole O2 = 0.79/0.21 moles of N2 = 3.76 moles of N2 Stiochiometric reaction of Methane and Air : CH4+2 (O2+3.76 N2)= CO2+2 H2O+2*3.76 N2 mixture (O2+N2) ~ 2 Moles ,i.e,…

              calendar

              17 Feb 2021 08:34 PM IST

                Read more

                Week 4.2 - Combustion Efficiency Calculation after Preheating

                Objective:

                1. Effect of preheating on aft, inlet temperature from 298 to 600 K The methane is mixed with air in a furnace with recuperator (preheating) CH4 + 2(O2 + 3.76N2) = CO2 + 2H2O + 7.52N2 Methane is considered as Fuel, Air is Oxygen and Nitrogen, products are  (CO2, H2O, and N2) Effect of preheating on AFT import cantera…

                calendar

                25 Mar 2021 08:05 AM IST

                  Read more

                  Week 5.2 - Literature review: ODE Stability

                  Objective:

                  Aim To study and understand the concept of stability of ODE systems. When does an ODE become unstable? How does stability affect engineering simulations? Can stability condition be derived for all types of problems? Introduction We know that in CFD, we numerically simulate a physical system by solving its governing equations.…

                  calendar

                  02 Apr 2021 01:41 PM IST

                  Read more

                  Week 6 - Multivariate Newton Rhapson Solver

                  Objective:

                  Aim To solve ODE's using multivariant Newton Raphson method Introduction The Newton Raphson method is used to get the solutions of nonlinear coupled equations system. The Newton-Raphson method (also known as Newton's method) is a way to find an approximation for the root of a real-valued function f(x)=0">f(x)=0.…

                  calendar

                  08 Apr 2021 02:56 PM IST

                    Read more

                    Week 7 - Auto ignition using Cantera

                    Objective:

                    Objective:  To write a code to calculate auto-ignition time for combustion of Methane under different operating conditions using cantera Part 1:Plot Auto Ignition time of Methane with a constant temperature of 1250 K and pressure varying from 1 to 5 atm Part 2: Plot Auto Ignition time of Methane with a constant…

                    calendar

                    13 Apr 2021 02:58 PM IST

                      Read more

                      Week 9 - Senstivity Analysis Assignment

                      Objective:

                      Aim Write a code that takes all the reactions from the GRI mechanism and calculates 10 most sensitive reactions The sensitivity parameter should be with respect to the Temperature.     Theory Sensitivity analysis is a process to get relationship between the parameters and the output of a model. A generic ODE…

                      calendar

                      21 Apr 2021 06:11 AM IST

                        Read more

                        Week 5.1 - Compact Notation Derivation for a simple Mechanism

                        Objective:

                        AIM  The aim is to derive reaction rate ODE of a simple reaction mechanism DERIVATION OF REACTION RATE  Consider the following reactions, lets number the following reactions. CO + O2 -> CO2 + O ---(1) O + H2O -> OH + OH--- (2) CO + OH -> CO2 + H ---(3) H + O2 -> OH + O ---(4) And now lets list all…

                        calendar

                        10 Jun 2021 07:30 PM IST

                          Read more
                          Showing 1 of 14 projects

                          2 Course Certificates

                          certificate

                          Introduction to CFD using MATLAB and OpenFOAM

                          CertificateIcon
                          Certificate UID: xdw3na1eg8kiby4v
                          View Certificate
                          certificate

                          Computational Combustion Using Python and Cantera

                          CertificateIcon
                          Certificate UID: 413rmjs5dtwazf2e
                          View Certificate
                          Showing 1 of 2 certificates

                          1 Workshop Certificates

                          certificate

                          End to End learning for Autonomous Vehicle

                          CertificateIcon
                          Certificate UID: zocbtgqhvk
                          View Certificate
                          Showing 1 of 1 certificates

                          Academic Qualification

                          Bachelor of Science in Engineering

                          manipal

                          07 Oct 2022 - 09 Oct 2022

                          10th

                          Manipal

                          04 Oct 2022 - 08 Oct 2022

                          12th

                          adadad

                          02 Oct 2022 - 04 Oct 2022

                          Schedule a counselling session

                          Please enter your name
                          Please enter a valid email
                          Please enter a valid number

                          Here are the courses that I have enrolled

                          coursecard
                          4.8

                          13 Hours of Content

                          coursecard
                          Recently launched

                          18 Hours of Content

                          coursecard
                          Recently launched

                          21 Hours of Content

                          coursecard
                          Recently launched

                          10 Hours of Content

                          Similar Profiles

                          Apoorv Ranjan
                          Apoorv Ranjan

                          Ladder of success cannot be climbed with hands in pocket.

                          Pruthvi Jagadeesh GK
                          Pruthvi Jagadeesh GK

                          The Future in Motion

                          Krantiveer .
                          Krantiveer .

                          Give more than what you get you will get more than what you gave