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

Deepankar Ujalambe

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • CFD
  • NUMERICAL-ANALYSIS
  • MATLAB
  • OPENFOAM

11 Projects

Solving second order ODEs

Objective:

Challenge: Solving ODE for pendulum swing for the given inputs Code for plotting and animation: %Code for solving Second Order ODE clear all close all clc %Inputs b = 0.05; %Damping Co-efft g = 9.81; %Accleration due to gravity l = 1; %Lenght of Pendulum m = 1; %Mass %Initial Conditions theta_0 = [0 ; 3]; %Initial Displacement…

calendar

25 May 2021 05:37 AM IST

    Read more

    Genetic Algorithm

    Objective:

    Write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. Code clear all, close all, clc x = linspace(0,0.6,150); y = linspace(0,0.6,150); num_cases = 50; [xx yy] = meshgrid(x,y); for i = 1:length(xx) for j = 1:length(yy) input_vector(1) = xx(i, j); input_vector(2) = yy(i,j);…

    calendar

    25 May 2021 05:37 AM IST

    • MATLAB
    Read more

    Parsing NASA thermodynamic data

    Objective:

    OBJECTIVES: 1. Write a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in the data file. You will be reading this file NASA thermodynamic data. The formulae are shown below. `(Cp)/R = a1 + a2.T + a3.T^2 + a4.T^3 + a5.T^4` `(H)/(RT) = a1 + a2.T/2…

    calendar

    25 May 2021 05:36 AM IST

    Read more

    Rankine cycle Simulator

    Objective:

    OBJECTIVES Create a Rankine Cycle Simulator. Your code should calculate the state points of the Rankine Cycle based on user inputs.  Then, plot the corresponding T-s and h-s plots for the given set of inputs.   RANKINE CYCLE The Rankine cycle is an idealized thermodynamic cycle describing the process by which…

    calendar

    25 May 2021 05:36 AM IST

      Read more

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

      Objective:

      CHALLENGE OBJECTIVE: I. Derive the following 4th order approximations of the second-order derivative.    1. Central difference    2. Skewed right-sided difference    3. Skewed left-sided difference    Prove these skewed schemes are fourth-order accurate. II. Write a program in Matlab…

      calendar

      20 Dec 2021 04:20 PM IST

      Read more

      Solving the steady and unsteady 2D heat conduction problem

      Objective:

      Objective: Solve the 2D heat conduction equation by using the point iterative techniques for both Steady State and Transient State Analysis. Following method should be implemented for solving Implicit Equations Jacobi Gauss-Seidel Successive over-relaxation   Input: Boundary conditions: Top Boundary = 600 K Bottom…

      calendar

      20 Dec 2021 04:19 PM IST

        Read more

        Stability analysis in the unsteady problem

        Objective:

        Objective: To compare the effect of Time Step variations on both Explicit and Implicit methods on the stability of the solution. Also evaluate the value at which the CFL becomes unstable. Input: Boundary conditions: Top Boundary = 600 K Bottom Boundary = 900 K Left Boundary = 400 K Right Boundary = 800 K Error Criteria…

        calendar

        20 Dec 2021 04:24 PM IST

        Read more

        Steady vs unsteady state analysis

        Objective:

        Objective: Compare the convergence rate [Number of iterations] of the steady state and transient [explicit and implicit] simulations and justify the numerics. Input: Boundary conditions: Top Boundary = 600 K Bottom Boundary = 900 K Left Boundary = 400 K Right Boundary = 800 K Error Criteria = 1e-4   STEADY STATE:…

        calendar

        20 Dec 2021 04:26 PM IST

        Read more

        Solving the steady and unsteady 2D heat conduction problem

        Objective:

        Objective: Solve the 2D heat conduction equation by using the point iterative techniques for both Steady State and Transient State Analysis. Following method should be implemented for solving Implicit Equations Jacobi Gauss-Seidel Successive over-relaxation   Input: Boundary conditions: Top Boundary = 600 K Bottom…

        calendar

        20 Dec 2021 04:27 PM IST

        Read more

        Linear Convection for varying timesteps

        Objective:

        Objective: Find Numerical Solution to the One-Dimensional Linear Convection equation. Compare the original and final velocity profiles in a single figure window for time steps, dt = 1e-4, 1e-3, 1e-2, and 1e-1 Explain the CFL criteria that govern the linear convection equation. Does this criterion apply to an implicit solution…

        calendar

        20 Dec 2021 04:29 PM IST

        Read more

        Linear Convection for varying number of nodes

        Objective:

        Objective: Find Numerical Solution to the One-Dimensional Linear Convection equation. Compare the original and final velocity profiles in a single figure window for Number of nodes, n = 20, 40, 80 and 160. Explain the following phenomena observed from the solutions- numerical diffusion and instability and how they relate…

        calendar

        20 Dec 2021 04:30 PM IST

        Read more
        Showing 1 of 11 projects

        1 Course Certificates

        certificate

        MATLAB for Mechanical Engineers

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

        Academic Qualification

        B.E

        Walchand Institute of Technology, Solapur

        01 Aug 2015 - 30 Jun 2019

        12th

        Walchand College of Arts and Science

        01 Jun 2013 - 30 Apr 2015

        10th

        P. S. English Medium High School

        01 Jun 2003 - 30 Apr 2013

        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.7

        5 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