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

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

Aim: Aim solve the 2D heat conduction equation by using the point iterative techniques that were taught in the class. The Boundary conditions for the problem are as follows; Top Boundary = 600 K Bottom Boundary = 900 K Left Boundary = 400 K Right Boundary = 800 K You will implement the following methods for solving implicit…

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 Dinesh Kumar (17)

Week 2 - Flow over a Cylinder.

Objective:

Aim: To Simulate the flow over a cylinder and explain the phenomenon of Karman vortex street.   Objective: 1.To Calculate the coefficient of drag and lift over a cylinder by setting the Reynolds number to 10,100,1000,10000 & 100000. (Run with steady solver) 2.Simulate the flow with the steady and unsteady…

calendar

06 Jan 2023 04:53 PM IST

    Read more

    Week 1- Mixing Tee

    Objective:

                                                             Mixing Tee Description:  Mixing tee is a flow control devices.It mixes the two different fluid stream into a combined…

    calendar

    05 Jan 2023 04:22 PM IST

      Read more

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

      Objective:

      Aim. To simulate an axis-symmetric laminar flow through the constant cross-sectional of the pipe by applying the symmetry boundary condition. To simulating for the mentioned angles i.e for 10, 25, 45 degrees using both symmetry and wedge boundary conditions and validate them with HP equations.   Hagen-Poiseuille's…

      calendar

      28 Aug 2022 03:37 AM IST

      • CFD
      • HTML
      • MATLAB
      Read more

      Week 8 - Simulation of a backward facing step in OpenFOAM

      Objective:

      Aim: To simulate an incompressible-laminar-viscous flow through the backwards-facing step geometry and perform a transient simulation. Case 1 - To Simulate the flow without using any grading factor (i.e., GF = 1) Case 2 -  To Simulate the flow with a grading factor of 0.2. The cells should be finer near…

      calendar

      28 Aug 2022 03:34 AM IST

      Read more

      Week 7 - 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. Objective: To Simulate the isentropic flow through a Quasi 1D subsonic nozzle by deriving both the conservation and non-conservation forms of the governing equations and solve them by implementing the MacCormack's technique using MATLAB. Problem…

      calendar

      26 Aug 2022 12:34 PM IST

      Read more

      Week 11 - Simulation of Flow through a pipe in OpenFoam

      Objective:

      Objective: Simulation of flow through pipe.        You need to calculate the length of the pipe Calculate length of the pipe using the entry length formula for laminar flow through a pipe Show that entry length is sufficient to produce a fully developed flow. You will have to compare…

      calendar

      26 Aug 2022 12:32 PM IST

      Read more

      Week 9 - FVM Literature Review

      Objective:

      Objective - To describe the need for interpolation schemes and flux limiters in FVM.     Basics In computational fluid dynamics there are 3 numerical method based solvers to solve the governing navier strokes equations these are: 1. Finite difference method 2. Finite element method 3. Finite volume method…

      calendar

      26 Aug 2022 12:30 PM IST

      Read more

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

      Objective:

      Aim: Aim solve the 2D heat conduction equation by using the point iterative techniques that were taught in the class. The Boundary conditions for the problem are as follows; Top Boundary = 600 K Bottom Boundary = 900 K Left Boundary = 400 K Right Boundary = 800 K You will implement the following methods for solving implicit…

      calendar

      26 Aug 2022 11:35 AM IST

      Read more

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

      Objective:

      Aim:           To derive the following 4th order approximations of the second-order derivative.  1. Central difference 2. Skewed right-sided difference 3. Skewed left-sided difference     %%---- CENTRAL SCHEME ----%%   % Function for 4th ORDER APPROX OF 2nd ORDER…

      calendar

      16 Aug 2022 02:48 PM IST

        Read more

        Project

        Objective:

        Aim:  To prepare a technical report of Simulation of BAJA All-Terrain Vehicle (ATV) under different conditions.  Objective  Carry out a system-level simulation of an all-terrain vehicle and prepare a technical report explaining the model properties…

        calendar

        01 Jul 2022 04:28 PM IST

        Read more

        Week - 4

        Objective:

          Aim:  To implement control logic of a “washing machine” using Stateflow as per given sequence   If the power supply is available, the system gets activated  If the Water supply is not available, stop the process & indicate through LED Soaking time should be 200s followed by Washing…

        calendar

        30 Jun 2022 05:16 PM IST

          Read more

          Week -2

          Objective:

          Aim:     To Make a Simulink model of Doorbell using solenoid block.   Introduction:         A Simulink model is a block diagram. Model elements are added by selecting the appropriate elements from the Library Browser and dragging them into the Model window. Alternately,…

          calendar

          31 May 2022 01:23 PM IST

            Read more

            Project 1 - Parsing NASA thermodynamic data

            Objective:

            Aim:     To write a function that extracts the co-efficients and to calculates the enthalpy, entropy and specific heats for all the species in the data file Here R is the universal gas constant, T is the temeprature   Introduction: Enthalpy Enthalpy is defined as a change in internal energy and volume at constant pressure.…

            calendar

            24 Apr 2022 11:56 AM IST

              Read more

              Project 2 - Rankine cycle Simulator

              Objective:

              AIM:     To Create a Rankine Cycle Simulator using OCTAVE/MATLAB and calculate the state points of the Rankine Cycle   INTRODUCTION:          Rankine Cycle Simulator Using MATLAB The Rankine cycle is a model used to predict the performance of steam turbine systems.…

              calendar

              17 Apr 2022 03:14 PM IST

              Read more

              Week 4.1 - Genetic Algorithm

              Objective:

                AIM:       To write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function and Plot graphs for all 3 studies and for F maximum vs no. of iterations.   Introduction: The idea behind GA´s is to extract optimization strategies nature…

              calendar

              16 Apr 2022 02:59 PM IST

              Read more

              Week 3 - Solving second order ODEs

              Objective:

              Aim:    To solve the second order ODEs function by using Matlab objective: To write matlab program by using ode45 sover for second order differential equation Plot the graph To create animation for simple pendulum   Introduction               Second-Order Differential Equation…

              calendar

              10 Apr 2022 01:46 PM IST

                Read more

                Week 2- 2R Robotic Arm Challenge

                Objective:

                #Forward kinematics of a 2R Robatic Arm: Aim     To simulate the forward kinematics of a 2R Robotic Arm by using Matlab. Introduction.        This following Matlab program is used to solve the forward kinematics of the 2R robotic arm manipulator. THEORY        Kinematics…

                calendar

                02 Apr 2022 12:19 PM IST

                Read more
                Showing 1 of 17 projects