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

Laxmikanth Darak

"success is leisurely process"

Skills Acquired at Skill-Lync :

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

Introduction

I am a fresher who has completed a bachelors degree In mechanical engineering from Acharya Institute of Technology (Bangalore), when I was pursuing my degree, with academics I had worked on a few automobile project under SAE and also worked on the range-extended hybrid electric vehicle, during project our team faced many obstacles under which one was the overheating of muffler the heating of battery and electronic components, and this is the part where I got interested in heat transfer, fluid dynamics, and thermodynamics which made me more curious to learn the various application of CFD(computational fluid dynamics)

35 Projects

Week 3 - Solving second order ODEs

Objective:

Aim:Solving ordinary differential equation for simple pendulum and adding animation for visualization of pendulum motion . Objectives: To gather required formulae's,and terminology to write a program on simple pendulum. To code for motion of simple pendulum and determine various plots. To add animation for realistic data…

calendar

30 Sep 2020 06:03 PM IST

    Read more

    Week 4 - Genetic Algorithm

    Objective:

    Aim: Writing a program in matlab using genetic algorithm for global optimization of stalagmite function Objective: To generate a code in matlab for stalagmite function. To plot a stalagmite function and find maxima. To optimize a local maxima to global maxima using genetic algorithm in matlab. Plot a stalagmite function…

    calendar

    07 Oct 2020 11:53 AM IST

      Read more

      Project 1 - Parsing NASA thermodynamic data

      Objective:

      Aim: Reading nasa thermodynamic data and calculating Cp,enthalpy,entropy and molecular weight of species Objective: To read the data from thermodynamic file and Select required data for calculation. To plot a calculated value for Cp,enthalpy,entropy and molecular weight of species. To create a folder in current directory…

      calendar

      08 Oct 2020 08:52 AM IST

        Read more

        Week 3 - Taylor table method and Matlab code

        Objective:

        Aim: Deriving 4th order approximations of the second-order derivative. using central difference, skewed right-sided difference, skewed left-sided difference. Second Order derivative of fourth order approximation,the method we will be using here is taylor’s table method Second order derivative is given as: Ә2Y/Әx2 …

        calendar

        24 Oct 2020 03:11 PM IST

          Read more

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

          Objective:

          Aim: Deriving 2D heat conduction equation for steady, unsteady, implicit, and explicit conditions, Using different iterative techniques such as jacobi, gauss siedel, and successive over relaxation.   Introduction: To use navier stokes equation, we should rather divide a equation in several parts, and learn to solve…

          calendar

          02 Nov 2020 12:01 PM IST

            Read more

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

            Objective:

            Aim:To simulate isentropic flow through quasi 1-dimensional subsonic_supersonic nozzle. Objective: Derive a equation for continuity, momentum, and energy for both conservative and non-conservative form. Write a matlab code for all the above derived equations. structure a matlab code according to MacCormack's technique.…

            calendar

            22 Nov 2020 02:25 PM IST

              Read more

              Week 8 - BlockMesh Drill down challenge

              Objective:

              Aim: To simulate incompressible-laminar-viscous flow through the backward facing step geometry. Objective: Performing transient simulation of incompressible-laminar-viscous flow through the backward facing step geometry. Write a code in openfoam to perform above simulation. Explaining the effect of change in…

              calendar

              24 Nov 2020 12:11 PM IST

                Read more

                Week 9 - FVM Literature Review

                Objective:

                  Finite Volume Method Finite volume method (FVM), like FEM, is based on an unstructured (e.g. triangular) mesh. Therefore, it is suitable for irregular and complex geometries. FVM has another advantage over FEM for fluid mechanic problems. So far, the numerical methods that we presented have been based on PDEs. By…

                calendar

                30 Nov 2020 05:39 AM IST

                  Read more

                  Week 2 Air standard Cycle

                  Objective:

                  Aim:  Write a code that can solve a otto cycle and plot of it Objectives: To write a basic code to solve Air standard cycle. To find out an efficiency of Air standard cycle and with trial and error method optimize engine efficiency. To plot a results obtained to visualize actual scenario. Introduction: An Otto…

                  calendar

                  18 Dec 2020 05:16 PM IST

                    Read more

                    Week 3 - Solving second order ODEs

                    Objective:

                    Aim:Solving ordinary differential equation for simulation of simple pendulum. Objectives:To code for motion of simple pendulum and determine the variation of displacement and velocity with respect to time.To add animation for realistic data interpretation.To vary the inputs of the program and find out a change in…

                    calendar

                    18 Dec 2020 06:05 PM IST

                      Read more

                      Week 5 - Curve fitting

                      Objective:

                      Aim: Fitting a curve to given data and estimating goodness of fit. Objective: To write a program in python which uses a given data file and fit a curve. Trying different polynomials, split-wise method to calculate the parameters for perfect fit. Check goodness of fit using R2 method. Introduction: Curve fitting is…

                      calendar

                      22 Dec 2020 07:40 AM IST

                        Read more

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

                        Objective:

                        Aim: Breaking ice with air cushion vehicle. Objective: Use the newton raphson method to find out the value of pressure for h = 0.6 ft. Find the optimal relaxation factor for this problem with the help of a suitable plot. Tabulate the results of p for h = [0.6,1.2,1.8,2.4,3,3.6,4.2] assuming a suitable relaxation factor.…

                        calendar

                        25 Dec 2020 09:40 AM IST

                          Read more

                          Week 6 - Data analysis

                          Objective:

                          Aim:Parsing the engine_data.out file and writing a code for automated plotting. Objective: Your script should take column numbers as the input and plot the respective columns as separate images. Each file should be saved by the name of the column. The plot labels should be extracted from the file. If, I request for a plot…

                          calendar

                          26 Dec 2020 11:35 AM IST

                            Read more

                            Week 3 - Adiabatic Flame Temperature calculation

                            Objective:

                            Aim: Adiabatic flame temperature calculation. Introduction: Adiabatic flame temperature: The final temperature that is obtained after the fuel is completely burned is called the adiabatic flame temperature. To calculate the adiabatic flame temperature of any process, the first step is to balance the combustion equation.…

                            calendar

                            07 Jan 2021 11:10 AM IST

                              Read more

                              Week 5 - Compact Notation Derivation for a simple Mechanism

                              Objective:

                              Aim:To derive the reaction rate ODEs of a simple reaction mechanism. Reaction Mechanisms: CO + O2 <-> CO2 + O O + H2o <-> OH + OH CO + OH <-> CO2 + H H + O2 <-> OH + O There are four reactions given and the total number of species in the reactions are 7. To calculate a concentration of particular…

                              calendar

                              15 Jan 2021 11:39 AM IST

                                Read more

                                Week 4 - Handling Mixtures with Cantera

                                Objective:

                                Aim:To perform mixture calculations. Process: We will consider simple equation of fuel reacting with air producing water and carbon dioxide CH4 + 2(O2+3.76N2) = H2O+2CO2+7.52N2 To calculate mole fraction we have formula: X(o2) = n(O2) / n(total) where, n(total) = n(O2)+n(N2) n(total) = 2+7.52 n(total) = 9.52 X(O2) = 2/9.52…

                                calendar

                                16 Jan 2021 03:52 AM IST

                                  Read more

                                  Week 4 - Combustion Efficiency Calculation after Preheating

                                  Objective:

                                  Aim: Combustion efficiency calculation for recuperator at different preheating temperatures. Objectives: To determine the effect of preheating on the adiabatic flame temperature? Change pre-heating from 298 to 600K Assume that the furnace exit temperature is 1700K (For this case assume that the combustion products are…

                                  calendar

                                  16 Jan 2021 10:26 AM IST

                                    Read more

                                    Week 5 - Literature review: ODE Stability

                                    Objective:

                                    Aim: Write a program to check explicit and implicit schemes, and check the stability of ODE. Objective: To determine which scheme is stable. Plot for unstability condition. Define how can we derive stability for all problems. Introduction: When we are deriving finite difference approximation of a exact derivative we are…

                                    calendar

                                    21 Jan 2021 09:27 AM IST

                                      Read more

                                      Week 6 - Multivariate Newton Rhapson Solver

                                      Objective:

                                      Aim:Solving the set of ordinary differential equation using multivariate newton raphson method. Objective: Solving the set of ordinary differential equation using Implicit Euler Method/forward Differencing.Run the simulation for 10 minutes Plot the number of iteration and values for variable y1,y2, an y3. Introduction:…

                                      calendar

                                      28 Jan 2021 06:13 PM IST

                                        Read more

                                        Week 7 - Auto ignition using Cantera

                                        Objective:

                                        Aim:To determine ignition delay for a given fuel at different temperature and pressure. Objective: Determine ignition delay for varying pressure from 1 to 5atm and temperature contant at 1250K. Determine ignition delay for varying temperature from 950 to 1450K and fixed pressure of 5atm. Determine the mole fraction of…

                                        calendar

                                        31 Jan 2021 07:12 AM IST

                                          Read more

                                          Week 9 - Senstivity Analysis Assignment

                                          Objective:

                                          Aim : To find 10 most sensitive reactions from the set of reaction for the combustion of fuel. Objective: Write a code which calculate sensitivity of all the reaction and generates 10 most sensitive reactions. Plot the reactions with there sensitivity, change the equivalence ratio and discuss the effect of it on sensitivity…

                                          calendar

                                          08 Feb 2021 05:55 AM IST

                                            Read more

                                            Channel flow simulation using converge CFD software

                                            Objective:

                                            Aim: To set a channel flow in Converge and post-processing the results, also plot for velocity, cell count, and mass flow rate at inlet and outlet. Provide an animation video for velocity distribution using ParaView. Objective: Running the case for three different base mesh sizes 3 different base mesh sizes are case1: dx…

                                            calendar

                                            19 Mar 2021 01:46 PM IST

                                            • CFD
                                            Read more

                                            Week 3: Flow over a backward facing step

                                            Objective:

                                            Aim: Simulating flow over backward facing step. Objective: Create a backward facing step geometry in converge. Set a case and simulate for three different base mesh sizes: dx = dy = dz =2e-3m dx = dy = dz =1.5e-3m dx = dy = dz =1.0e-3m  Introduction: Many industrial application involves flow seperation and reattachment,…

                                            calendar

                                            22 Mar 2021 03:33 PM IST

                                            Read more

                                            Week 4.1: Project - Steady state simulation of flow over a throttle body

                                            Objective:

                                            Aim : Simulation of flow over throttle body using converge Cfd and post processing using paraview. Objectives : Set up and run the steady state simulation for flow over throttle body. Post process the results and show pressure and velocity contours. Show the mesh (i.e surface with edges) Show the plots for pressure, velocity,…

                                            calendar

                                            30 Mar 2021 05:31 AM IST

                                              Read more

                                              Week 4.2: Project - Transient simulation of flow over a throttle body

                                              Objective:

                                              Aim : Transient state simulation of from over throttle body using Converge Cfd. Objectives: Set a case for transient floe in converge Cfd. Throttle rotation rate: At 0 : 0 degree 0 to 2ms : 25 degree 2ms to 4ms : 25 degree 4ms to 8ms : 0 degree Post process in paraview and provide detailed explanation for case with contours,…

                                              calendar

                                              01 Apr 2021 07:41 PM IST

                                                Read more

                                                Week 5: Prandtl Meyer Shock problem

                                                Objective:

                                                Aim: To simulate prandlt meyer shock problem using converge CFD package, and post processing. Objective: Set the case for 2 different drichlet boundary conditions(specified value) for velocity at inlet. 100 m/s at 286.1k  at which speed of sound is approximately 360m/s. 680 m/s at 286.1k at which speed of sound is…

                                                calendar

                                                09 Apr 2021 01:22 PM IST

                                                Read more

                                                Week 6: Conjugate Heat Transfer Simulation

                                                Objective:

                                                Aim: Conjugate heat transfer simulation using Converge Cfd and post processing the results. Objectives: Setup a flow simulation through a pipe with inlet Reynolds number should be 7,000 for air. Add supercycling parameter asnd also Y+ in our post.in file. Simulate the results for different base grids for grid dependence…

                                                calendar

                                                13 Apr 2021 11:48 AM IST

                                                Read more

                                                Week 7: Shock tube simulation project

                                                Objective:

                                                Aim: Shock tube simulation using Converge CFD package and post processing. Objective: Setup a transient shock tube simulation in Converge. Plot the pressure and temperature history in the entire domain. Plotting the cell count as function of time. Introduction: Shock tube: A simple shock tube is a tube, rectangular…

                                                calendar

                                                16 Apr 2021 05:34 PM IST

                                                Read more

                                                Week 8: Literature review - RANS derivation and analysis

                                                Objective:

                                                Aim: Deriving a Reynolds averaged Navier stokes equation. Objective: Derive equation using Reynolds decomposition. Explain the end results of derivation. Introduction: Governing equation for the boundary layer: We can solve these three equation by direct numerical substitution this method is called DNS. But there is a…

                                                calendar

                                                27 Apr 2021 11:48 AM IST

                                                  Read more

                                                  Week 9: Project 1 - Surface preparation and Boundary Flagging (PFI)

                                                  Objective:

                                                  Aim: Surface preparation and Boundary Flagging of IC engine geometry and running no hydro simulation. Objective: Performing a no hydro simulation for IC engine. Introduction: No hydro simulation is one in which we will not be solving any governing equation but will generate a mesh for the whole body.  This simulation…

                                                  calendar

                                                  02 May 2021 05:39 PM IST

                                                    Read more

                                                    Week 10: Project 1 - FULL HYDRO case set up (PFI)

                                                    Objective:

                                                    AIM: FULL HYDRO case set up of port fuel injection for IC engine. OBJECTIVE: Simulate the SI engine using Converge CFD software and discuss the results. Calculate engine performance parameters such that we can make design changes. INTRODUCTION: Spray modelling: Converge can model both gaseous and liquid sprays. Converge…

                                                    calendar

                                                    12 May 2021 03:28 PM IST

                                                    Read more

                                                    FINAL TEST

                                                    Objective:

                                                    Questions based on PFI Engine:   Q1. What is the Compression ratio for the engine? It is the ratio of total volume to the clearance volume of the cylinder. Rc = Total volume/Clearance volume = (Vs + Vc) / Vc     = 5.73*10-4 / 5.704*10-5     = 10.04:1     Q2. Modify the compression ratio…

                                                    calendar

                                                    22 May 2021 03:22 AM IST

                                                      Read more

                                                      Week 11: Project 2 - Emission characterization on a CAT3410 engine

                                                      Objective:

                                                      Aim: Simulating closed-cycle analysis for diesel engines with different bowl geometries.   Objective: Simulate combustion in an isolated chamber for two different piston bowl geometries. Compare the results from both the pistons and find out which among them is more suitable.   Introduction: CI engine: In compression-ignition…

                                                      calendar

                                                      22 May 2021 11:32 AM IST

                                                        Read more

                                                        Week 1- Mixing Tee

                                                        Objective:

                                                        Aim: Simulation of flow-through mixing tee using Ansys fluent. Objective: To determine the changes in flow properties for different lengths of geometry, and momentum ratio. Perform mesh independent study for any geometry. Use different turbulence models, and determine which is suitable for accurate results. Introduction:…

                                                        calendar

                                                        11 Jun 2021 06:34 PM IST

                                                          Read more

                                                          Week 2 - Flow over a Cylinder.

                                                          Objective:

                                                          Aim: Simulation of Steady and unsteady flow over cylinder body. Objective: Calculate the drag and lift coefficient over a cylinder by setting the Reynolds number to 10,100,1000,10000 & 100000 using a steady solver. Discuss the effect of Reynolds number on the coefficient of drag. Calculate the strouhal number for the…

                                                          calendar

                                                          05 Jul 2021 08:07 PM IST

                                                            Read more
                                                            Showing 1 of 35 projects

                                                            5 Course Certificates

                                                            certificate

                                                            Introduction to CFD using MATLAB and OpenFOAM

                                                            CertificateIcon
                                                            Certificate UID: oaj756fme0zudkp4
                                                            View Certificate
                                                            certificate

                                                            Python for Mechanical Engineers

                                                            CertificateIcon
                                                            Certificate UID: bgzro7tx8f9sk60l
                                                            View Certificate
                                                            certificate

                                                            MATLAB for Mechanical Engineers

                                                            CertificateIcon
                                                            Certificate UID: ipdbruhtqlcg90yk
                                                            View Certificate
                                                            certificate

                                                            Computational Combustion Using Python and Cantera

                                                            CertificateIcon
                                                            Certificate UID: bdgpim20841x7cky
                                                            View Certificate
                                                            certificate

                                                            Advanced CFD for IC Engine Applications using CONVERGE

                                                            CertificateIcon
                                                            Certificate UID: 2e3vjf9zh0odpt6r
                                                            View Certificate
                                                            Showing 1 of 5 certificates

                                                            5 Workshop Certificates

                                                            certificate

                                                            Introduction to SLAM for Autonomous Vehicles

                                                            CertificateIcon
                                                            Certificate UID: ulb0mf13wz
                                                            View Certificate
                                                            certificate

                                                            Vehicle Platooning for Autonomous Vehicles

                                                            CertificateIcon
                                                            Certificate UID: 5kdj97ao2s
                                                            View Certificate
                                                            certificate

                                                            Introduction to Industrial Robotics using Process Simulate

                                                            CertificateIcon
                                                            Certificate UID: idoykvb7sz
                                                            View Certificate
                                                            certificate

                                                            Should Cost Estimation for Mechanical Engineers

                                                            CertificateIcon
                                                            Certificate UID: le2vms3wz6
                                                            View Certificate
                                                            certificate

                                                            Linear Algebra & its Importance in Engineering, Technology & Culture

                                                            CertificateIcon
                                                            Certificate UID: q71sa4tlhz
                                                            View Certificate
                                                            Showing 1 of 5 certificates

                                                            Academic Qualification

                                                            B.Tech

                                                            acharya institute of technology

                                                            13 Jun 2016 - 12 Jul 2021

                                                            12th

                                                            acharya institute of technology

                                                            13 Jul 2015 - 19 Jul 2016

                                                            10th

                                                            acharya institute of technology

                                                            09 Jul 2013 - 22 Jul 2014

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

                                                            4 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