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

Objective:   1. Steady-state analysis & Transient State Analysis 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…

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 Ketan shirpurkar (12)

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

Objective:

Answer: In this project, the boundary condition needs to change for the front & back faces mentioned in the blockMeshDict dictionary file & also in U & p dictionary files for the same faces and the wedge angle is required to change from 5 degree to 10, 25 & 45 degree respectively for each new case. …

calendar

06 Sep 2022 09:53 AM IST

  • CFD
  • MATLAB
Read more

Week 11 - Simulation of Flow through a pipe in OpenFoam

Objective:

Hagen- Poiseuille's equations    Hagen–Poiseuille law, Poiseuille law or Poiseuille equation, is a physic law that gives the pressure drop in an incompressible and Newtonian fluid in laminar flow flowing through a long cylindrical pipe of constant cross section The assumptions of…

calendar

04 Sep 2022 03:21 PM IST

Read more

Week 9 - FVM Literature Review

Objective:

Objective: To study and understand                     1. The difference between FDM and FVM.                     2. Interpolation schemes in FVM                 …

calendar

28 Aug 2022 08:11 AM IST

Read more

Week 8 - Simulation of a backward facing step in OpenFOAM

Objective:

Simulation of a backward-facing step in OpenFOAM Aim:- Simulate an incompressible-laminar-viscous flow through the backward facing step geometry. Perform transient simulation; choose solver based on the described physics of the flow in problem statement. Explain simulation process and way of setting up the problem statement…

calendar

25 Aug 2022 04:20 PM IST

Read more

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

Objective:

Aim: Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method. In this challenge you are going to simulate the isentropic flow through a quasi 1D subsonic-supersonic nozzle. You will derive both the conservation and non-conservation forms of the governing equations and sovle them using the MacCormack's…

calendar

22 Aug 2022 06:10 AM IST

Read more

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

Objective:

Objective:   1. Steady-state analysis & Transient State Analysis 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…

calendar

12 Aug 2022 10:05 AM IST

Read more

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

Objective:

Derivation of the 4th order approximation of the Second-Order Derivative   Using the Central Difference method: Since we’re deriving using central difference; our numerical stencil will look like this, Here, we’re computing 4th order approximation at point (i), where we take information from…

calendar

09 Aug 2022 06:42 AM IST

Read more

Project 2 - Rankine cycle Simulator

Objective:

Aim:    To create rankine cycle simulator using MATLAB. To demonstrate the T-s and h-s plots for the given set of inputs. Objectives: To create rankine cycle simulator using MATLAB. The code should calculate the state points of the Rankine Cycle (any type of your choice) based on user inputs. The h-s plot…

calendar

18 Jul 2022 04:09 AM IST

Read more

Project 1 - Parsing NASA thermodynamic data

Objective:

THEORY Specific heat (cp): Specific heat is defined by the amount of heat needed to raise the temperature of 1 gram of a substance 1 degree Celsius (°C). Water has a high specific heat capacity which we'll refer to as simply "heat capacity", meaning it takes more energy to increase…

calendar

16 Jul 2022 05:23 PM IST

    Read more

    Week 4.1 - Genetic Algorithm

    Objective:

    THEORY & INTRODUCTIONS :-   The genetic algorithm is inspired by the process that drives biological evaluation. The process of evaluation starts with the selection of fittest individuals from a population. Then they produce offspring which inherrit the charecterastics of the parents and will be added to the next generation.…

    calendar

    15 Jul 2022 03:19 PM IST

    Read more

    Week 3 - Solving second order ODEs

    Objective:

    Step 1: Creating an ODE function. therefore writing these formulas into Matlab as a function of an ODE. The function is given below, function [dtheta_dt] = ode_func(t,theta,b,g,l,a) theta1 = theta(1) theta2 = theta(2) dtheta_dt = theta2; dtheta2_dt = -(b/m)*theta2 - (g/1)*sin(thetaa1); dtheta_dt = [dtheta_dt;…

    calendar

    15 Jul 2022 04:48 AM IST

      Read more

      Week 2- 2R Robotic Arm Challenge

      Objective:

      % simulate the forward kinematics of a 2R Robotic Arm. close allclear allclc %inputL1=1;L2=0.5; theta1=linspace(0,90,10)theta2=linspace(0,90,10) %loopct=1for i = 1:length('thetal') THETA1 = theta1(i); for j = 1:length('theta2') THETA2 = theta2(j); x0 = 0; y0 = 0; x1 = L1*cosd(THETA1); y1 = L1*sind(THETA1); x2 = x1+L2*cosd(THETA2);…

      calendar

      13 Jul 2022 04:54 AM IST

        Read more
        Showing 1 of 12 projects