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

Sai Krishna S

Skills Acquired at Skill-Lync :

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

19 Projects

Week 4 - Genetic Algorithm

Objective:

AIM : To create and optimize stalagmite function  and to find the global maxima of function THEORY : Genetic algorithm is an optimization technique which is used to minimise a certain function,when used in optimization ,generally its purpose to minimise the error of a function.This algorithm is named 'Genetic, because…

calendar

24 Sep 2020 03:35 PM IST

    Read more

    Week 3 - Solving second order ODEs

    Objective:

    AIM : To write a program that represents the(ODE) equation of motion of a simple pendulum with damping THEORY : The second order ODE is simple pendulum's harmonic motion with damper ,hence with decreasing amplitude. `(d^2theta)/(dt^2)+b/m(d theta)/dt+g/Lsin theta=0` This system is equivalent to mass attached…

    calendar

    25 Sep 2020 01:04 PM IST

      Read more

      Project 1 - Parsing NASA thermodynamic data

      Objective:

      The above 3 pics are for O2, below 3 for CO2 The below one is for N2   AIM : File parsing the NASA thermodynamic data and to plot the variation of parameters like enthalpy,entropy,specific heat against temperature and to determine the molecular masses of individual species mentioned in the data file . THEORY…

      calendar

      05 Oct 2020 05:43 PM IST

        Read more

        Project 2 - Rankine cycle Simulator

        Objective:

        AIM: To create a Rankine Cycle Simulator using MATLAB and to calculate the state points of Rankine Cycle based on user inputs, also to calculate the net work output and back work ratio and finally to plot the T-s and h-s diagrams . THEORY: The Rankine cycle is a model used to predict the performance of steam…

        calendar

        08 Oct 2020 12:06 PM IST

          Read more

          Week 3 - Taylor table method and Matlab code

          Objective:

          AIM : To write a program in Matlab to evaluate the second-order derivative of the analytical function exp(x)*cos(x) and compare it with the 3 numerical approximations that you have derived. DESCRIPTION : Taylor Table is a type of table which contains the data of all the Taylor series expansion of a function that…

          calendar

          05 Nov 2020 08:38 AM IST

            Read more

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

            Objective:

            AIM :  To write the code which solves the steady and unsteady 2D heat conduction equation by using the point iterative techniques by implementing the following methods. Jacobi  Gauss-Seidel Successive over-relaxation THEORY : Considering general 3D heat condution equation which has both time derivative and…

            calendar

            11 Nov 2020 01:22 PM IST

              Read more

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

              Objective:

              AIM :   Simulation of isentropic flow through a quasi 1D subsonic-supersonic nozzle using  MacCormack's technique and to determine the steady-state temperature distribution for the flow-field variables and investigate the difference between the two forms of governing equations(conservative and non-conservative…

              calendar

              02 Mar 2021 08:07 AM IST

                Read more

                Week 8 - BlockMesh Drill down challenge

                Objective:

                AIM : To simulate the flow through a backward facing step using the icoFoam solver in OpenFOAM software and to study the effect of mesh grading factor on the velocity and pressure magnitude profile. THEORY : Mesh Specifications: Number of cells along the x direction (longer dimension) = 200 Number of cells along the longer y…

                calendar

                30 Nov 2020 03:40 PM IST

                  Read more

                  Week 11 - Simulation of Flow through a pipe in OpenFoam

                  Objective:

                  AIM : To simulate the laminar flow of water through a circular pipe with the icoFoam solver and compare the results of simulation with the analytical solutions given by Hagen Poiseuille equations and to write a Matlab program that can generate the computational mesh automatically for any wedge angle and grading schemes.…

                  calendar

                  04 Dec 2020 08:23 AM IST

                    Read more

                    Week 12 - Symmetry vs Wedge vs HP equation

                    Objective:

                    AIM : To write a MATLAB code for symmetry boundary conditions of laminar flow through pipe and to obtain the results at 10,25,45 degrees angles of pipe flow.Also to compare it with the results previously obtained for wedge boundary conditions. THEORY :  Since this is a continuation of a previous challenge (laminar…

                    calendar

                    06 Dec 2020 03:00 PM IST

                      Read more

                      Flow over a cylinder

                      Objective:

                      AIM: To simulate flow over a cylinder at different Reynold's number conditions. Increase Reynold's number by a factor of 20%, 40%, and 100% then run the transient simulation. Create animations for pressure-velocity for all the three Reynolds number. THEORY: The Reynolds number (Re) is an important dimensionless…

                      calendar

                      05 May 2021 07:45 AM IST

                        Read more

                        Flow over an airfoil

                        Objective:

                        AIM: To model the flow over NACA0017 airfoil and compare the lift and drag force for the angle of attack 0,2,4,6,8,10.  THEORY: Airfoil is defined as the cross-section of a body(shape of wing, blade of propeller rotor or turbine or sail) that is placed in an airstream in order to generate useful aerodynamic force.…

                        calendar

                        08 May 2021 07:26 AM IST

                          Read more

                          Modelling and simulation of flow through a flowbench

                          Objective:

                          AIM: To perform the flow simulation through a flow bench by modeling the geometry and obtaining a lift vs mass flow rate plot.  Grid dependence test For three grids run the simulation at a particular valve lift and explain the result. Effect of valve lift on mass flow rate After deciding the best grid, run a parametric…

                          calendar

                          16 May 2021 06:58 PM IST

                            Read more

                            Centrifugal pump design and analysis

                            Objective:

                            AIM :   To design a 3D model of centrifugal pump ,run a baseline flow simulation where inlet flow takes place and then perform a parametric study for different velocities and then to obtain the relationship between Pressure ratio and mass flow rate. 3D Model Parameters: Internal flow simulationSteady-state studyTemperature:…

                            calendar

                            16 Jun 2021 06:24 PM IST

                              Read more

                              Week 2 Air standard Cycle

                              Objective:

                              OBJECTIVE: To create the PV diagram of Otto Cycle for the given inputs such as engine dimensions, pressure, and temperature, using Python programming. To obtain the thermal efficiency of the engine. CODE:   #otto cycle simulator import math import matplotlib.pyplot as plt def engine_kinematics(bore,stroke,con_rod,cr,start_crank,end_crank):…

                              calendar

                              24 Dec 2021 10:38 AM IST

                                Read more

                                Week 3 - Solving second order ODEs

                                Objective:

                                AIM:  To write a python program that represents the(ODE) equation of motion of a simple pendulum with damping. THEORY:  The second-order ODE is simple pendulum's harmonic motion with damper, hence with decreasing amplitude. `(d^2theta)/(dt^2)+(b/m)*((d theta)/(dt))+(g/L)*sin(theta)=0` This system is equivalent…

                                calendar

                                25 Dec 2021 05:32 PM IST

                                  Read more

                                  Week 5 - Curve fitting

                                  Objective:

                                  AIM : To write a code in Python to fit a linear and cubic order polynomial for the given Cp data. THEORY : Curve fitting is the process of constructing a curve or mathematical function that has the best fit to a series of data points, possibly subject to constraints or it can be defined as the process of finding…

                                  calendar

                                  30 Dec 2021 06:04 PM IST

                                    Read more

                                    Week 6 - Data analysis

                                    Objective:

                                    AIM : To write a python script to analyze the data available in the given file. OBJECTIVE : Check the compatibility of the file Calculate the area under the P-V diagram.  Calculate the power output of this engine assuming that RPM is 1500 Calculate its specific fuel consumption. THEORY : Parsing means to break it…

                                    calendar

                                    14 Jan 2022 06:12 PM IST

                                      Read more

                                      Week 4 -Breaking Ice with Air cushion Vehicle - Find minimum pressure with Newton-Raphson method

                                      Objective:

                                      OBJECTIVE : Write a python code to find out the minimum value of pressure at h=0.6ft by using the Newton Raphson method. Write a python code to find the optimal relaxation factor for this problem with the help of a suitable plot. Write a python code to tabulate the results of pressure for h = [0.6,1.2,1.8,2.4,3,3.6,4.2]…

                                      calendar

                                      16 Jan 2022 06:06 PM IST

                                        Read more
                                        Showing 1 of 19 projects

                                        1 Course Certificates

                                        certificate

                                        Introduction to CFD using MATLAB and OpenFOAM

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

                                        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
                                        4.3

                                        2 Hours of Content

                                        coursecard
                                        4.7

                                        4 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