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

Hardik Sharda

Hardik_Sharda

Skills Acquired at Skill-Lync :

  • CFD
  • NUMERICAL-ANALYSIS
  • MATLAB
  • OPENFOAM
  • ANSYS-FLUENT
  • MATLAB-BASICS
  • GT-POWER
  • GT-SUITE

Introduction

My objective for this course is to become a proficient CFD APPLICATIONS ENGINEER. I would like to apply these skills and solve problems in real world.

36 Projects

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

Objective:

%%---- CENTRAL SCHEME ----%%   % Function for 4th ORDER APPROX OF 2nd ORDER DERIVATIVE % function = exp(x)*cos(x) % analytical_derivative = - exp(x)*sin(x) + exp(x)*cos(x) % CODE function output = four_two_central(x,dx) % central % For central scheme coefficient calculation a1 =[1 1 1 1 1; -2 -1 0 1 2; 2 1/2 0 1/2…

calendar

12 Apr 2022 03:40 PM IST

  • MATLAB
Read more

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

Objective:

%% ========== IMPLICIT SCHEME USING JACOBI METHOD ========== %% % Solving 2D Heat Conduction Problem using Jacobi Method (Steady) % Equation = d^2T/dx^2 + d^2T/dy^2 % Top Boundary = 600 K % Bottom Boundary = 900 K % Left Boundary = 400 K % Right Boundary = 800 K function T = jacobi(nx,ny) % Input values % value for nx…

calendar

22 Apr 2022 12:39 PM IST

    Read more

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

    Objective:

    Aim: The aim of this project is to understand the concept of CFD and apply it to a physical problem, get a hands on experience of coding such a problem statement. Problem Statement: In this particular project, we have performed 1D simulation of subsonic-supersonic isentropic nozzle flow using Macormack technique. Objective:…

    calendar

    05 May 2022 04:25 AM IST

    Read more

    Week 8 - Simulation of a backward facing step in OpenFOAM

    Objective:

    ===============================================================================   OpenFOAM Structure: Every OpenFOAM case has atleast these 3 files; 0 , constant, system. 0 folder: This folder contains all the initial condition values of the flow field. One can apply boundary conditions with respect to varying problem…

    calendar

    10 May 2022 02:37 PM IST

      Read more

      Week 9 - FVM Literature Review

      Objective:

      Finite volume method is a technique of discritizing the partial differential equations in to algebriac equations. In FVM, PDEs that contain divergence term are converted to surface integrals using divergence theorem. Then these values are calculated as fluxes at surface of each finite volume. Essentially in the Finite…

      calendar

      11 May 2022 11:54 AM IST

        Read more

        Week 11 - Simulation of Flow through a pipe in OpenFoam

        Objective:

        Problem Statement: Simulate flow through circular pipe and validate the results with Hagen Poiseuille equations (Hegen Poiseuille Law). Given Condition: The flow is considered to be laminar. The value for Reynolds Number is considered to be 2100. In order for flow to be laminar Re < 2400. To save computational time,…

        calendar

        14 May 2022 05:17 AM IST

        Read more

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

        Objective:

        Problem Statement: Validate Hydro-dynamic length with the numerical result. Validate the fully developed flow velocity profile with its analytical profile. Validate maximum velocity and pressured drop for fully developed flow. Post-process Shear stress and validate wall shear stress for fully developed flow. Highligh the…

        calendar

        15 May 2022 06:15 AM IST

        Read more

        Week 1- Mixing Tee

        Objective:

        Problem Statement: Campare the mixing effectiveness for: a) For different velocity inlets and short mixing tee configuration. b) For different velocity inlets and long mixing tee configuration.   Challenge:  Comapre which turbulence model is better in agreement with the analytical results with reason. Case 1 …

        calendar

        19 May 2022 02:08 PM IST

          Read more

          Week 2 - Flow over a Cylinder.

          Objective:

          Aim: To simulate flow over cylinder for different cases. PART 1:   Simulate the flow with the steady and unsteady case and calculate the Strouhal Number for Re= 100.  PART 2:  Calculate the coefficient of drag and lift over a cylinder by setting the Reynolds number to 10,100,1000,10000 & 100000. (Run…

          calendar

          23 May 2022 06:50 AM IST

            Read more

            Week 3 - External flow simulation over an Ahmed body.

            Objective:

            For this challenge, you will have to provide answers to the following questions: Q1. Describe Ahmed's body and its importance. Q2. Explain the reason for the negative pressure in the wake region.  Q3. Explain the significance of the point of separation.  Expected Results: 1. Velocity and pressure contours.  2. The drag…

            calendar

            25 May 2022 06:17 AM IST

            Read more

            Week 4 - CHT Analysis on Exhaust port

            Objective:

            Aim: To understand the concept of Conjugate Heat Transfer and its applictions in the industry. =============================================================================== Q1. Give a brief description of why and where a CHT analysis is used. Conjugate heat transfer (CHT) analysis can accurately predict heat transfer…

            calendar

            26 May 2022 11:43 AM IST

              Read more

              Week 5 - Rayleigh Taylor Instability

              Objective:

              Aim: The aim is to understand the Rayleigh Taylor Instability phenomena and how it takes place. =============================================================================== Q1. What is Rayleigh Taylor Instability and list some CFD models that have been based on the mathematical analysis of Rayleigh Taylor…

              calendar

              27 May 2022 01:10 PM IST

              Read more

              Week 6 - CHT Analysis on a Graphics card

              Objective:

              Aim: To understand the concept of Conjugate Heat Transfer (CHT) Analysis. Objective: To perform a CHT analysis in Graphics Card and to monitor the effect of velocity (Reynolds Number) on the heat transfer. =============================================================================== Heat Transfer Coefficient: Empiricle…

              calendar

              30 May 2022 07:28 AM IST

                Read more

                Week 8 - Simulating Cyclone separator with Discrete Phase Modelling

                Objective:

                Aim: To perform a simulation on cyclone separator and understand how particles are separated. Objective:  To carry out a CFD simulation on cyclone separator. Effect of different particle size seperation efficiency with constant velocity. Effect of different velocities on same particle size separation efficiency. Understand…

                calendar

                04 Jun 2022 03:10 PM IST

                Read more

                Week 9 - Parametric study on Gate valve.

                Objective:

                Aim: To understand the flow through the valve and calculate the flow parameters required to estimate the difference in valve lift. Objective: To simulate gate valve. Estimate flow parameters. To carry out PARAMETRIC STUDY. ============================================================================== Gate Valve: Gate valves…

                calendar

                09 Jun 2022 04:05 AM IST

                  Read more

                  Week 10 - Simulating Combustion of Natural Gas.

                  Objective:

                  Aim: To carry out combustion simulation and observe the changes with addition of water in the combustion.   Theory: Combustion usually takes place with the ignition of fuel in presence of air. This is global reaction. There are intermediate reactions taking place. If we know the rate of forward and reverse reaction…

                  calendar

                  13 Jun 2022 03:01 PM IST

                    Read more

                    Independent Research Project

                    Objective:

                    Project Topic: Flow visualization inside Tundish geometry using Tracer injection. Obejective: To visualize the flow of tracer inside the domain and plot the Residence Time Distributon Curve (RTD) of tracer ath the outlet. Significance: In many metellurgical industries, there is requirement of fine metal for better and…

                    calendar

                    02 Jul 2022 02:39 AM IST

                    Read more

                    Week 2- 2R Robotic Arm Challenge

                    Objective:

                    Problem Statement: Write a program in Matlab to simulate the forward kinematics of a 2R Robotic Arm, as shown in the video.  Code: % To write a program for Forward Kinematics of a Robotic arm l1 = 1; l2 = 0.5; theta1 = linspace(0,90,10); theta2 = linspace(0,90,10); x0 = 0; y0 = 0; ct = 1; for i = 1:length(theta1)…

                    calendar

                    03 Jul 2022 06:50 AM IST

                    Read more

                    Week 3 - Solving second order ODEs

                    Objective:

                    Problem Statement: Use ode45 function to solve second order differential equation and simulate transient behaviour of a simple pendulem. Formula: `(d^2theta)/dt^2 + (b/m)((d theta)/dt) + (g/L)sin(theta) = 0`   g = gravity in m/s2, L = length of the pendulum in m, m = mass of the ball in kg, b=damping coefficient.…

                    calendar

                    05 Jul 2022 11:18 AM IST

                    Read more

                    Week 4.1 - Genetic Algorithm

                    Objective:

                    Problem Statement: Try to understand the concept of genetic algorithm. Q. Whats is genetic algorithm? The genetic algorithm is a method for solving both constrained and unconstrained optimization problems that is based on natural selection, the process that drives biological evolution. The genetic algorithm repeatedly…

                    calendar

                    14 Jul 2022 01:38 PM IST

                      Read more

                      Week 2 Challenge : Surface meshing on a Pressure valve

                      Objective:

                      Aim: To perform topology clean up and mesh the geometry with three different mesh length elements. Take away: By the end of the discussion one will be able to, Get familier with different tools to clean the geometry. Use different size mehs elements and figure out which is better for capturing the physics. ===============================================================================…

                      calendar

                      18 Jul 2022 10:06 AM IST

                      Read more

                      Week 3 Challenge : CFD meshing on Turbocharger

                      Objective:

                      Aim: The goal here is to refine the geometry and perform surface and volume mesh. Take Away: By the end of this article you will be familier with, Exploring different option to refine the geometry (fill hole, new faces, creating hot points etc). Meshing each component individually for refined and mesh where ever necessary.…

                      calendar

                      19 Jul 2022 06:26 PM IST

                      Read more

                      Week 4 Challenge : CFD Meshing for BMW car

                      Objective:

                      Aim:  To clean the geometry. Mesh the components part by part. Eliminate off elements present in the mesh. Take away: At the end of this article one will be able to, Use different tools to clean the geometry. Understand the quality criteria assigned to each and every PID. How to tackle the off elements if present…

                      calendar

                      05 Aug 2022 01:44 PM IST

                      Read more

                      Week 5 Challenge : Surface wrap on Automotive Assembly

                      Objective:

                      Aim:  To understand the concept of SURFACE WRAP. Take away:  Cleaning up the geometry. Using tool - MERGE. Using tool - SURFACE WRAP. ============================================================================== Geometries before clean up: 1) Engine: There are lots of unwanted regions. This unwanted regions…

                      calendar

                      11 Aug 2022 12:48 PM IST

                        Read more

                        Project 1 : CFD Meshing for Tesla Cyber Truck

                        Objective:

                        Aim: Check and solve all the geometries. Assign proper PIDs. Perform meshing with suitable target length and element quality. Take away: One will be able to clean up the CAD using different tools. Assign PIDs. Mesh with appropriate mesh length. ==============================================================================…

                        calendar

                        13 Aug 2022 06:03 AM IST

                          Read more

                          Week 2 - Converging diverging nozzle

                          Objective:

                          Aim:  To perform CFD analysis on Converging Diverging Nozzle. Plot variation of velocity, temperature and pressure along the length of the nozzle. Plot the variation of Mach Number along the length of the nozzle and identify at what distance from the inlet it becomes Supersonic. Understand the variation of change…

                          calendar

                          01 Sep 2022 03:56 PM IST

                          Read more

                          Week 3 - Pitot tube

                          Objective:

                          Aim: To understand how Pitot-Static Tube works. Simulate the case on Ansys Fluent and match the velocity. Take Away: By the end of the article one would be able to, Know the physics behinde the pitot-static tube. Simulate, plot the resultsand contours and draw some conclusion. ===============================================================================…

                          calendar

                          09 Sep 2022 05:08 AM IST

                          Read more

                          Week 5 - Turbulence modelling challenge

                          Objective:

                          Aim: To understand what is turbulence and how it can be modelled mathematically. Why it is not feasible to perform DNS simulation for complex and high reynolds number problems. What are the alternative techniques to tackle such problem.  Take away: After reading this article one will be able to, Understand the logic…

                          calendar

                          21 Sep 2022 10:31 AM IST

                            Read more

                            Week 7 - Minor Project

                            Objective:

                            Aim: To perform flow simulation over an airfoil with different angles of attack. Plot the coefficient of drag and lift. Angles of attack are: 5,10 and 15 degree. All these angle of attacks are to be performed for both subsonic and supersonic regimes.  Take away: After reading this article, one will be able to, Set…

                            calendar

                            29 Sep 2022 10:43 AM IST

                              Read more

                              Week 8- Moving zones approach in Fluent

                              Objective:

                              Aim: To model moving zones for rotary equipments. To apply and understand different types of moving zones approach.  Take away: After reading this article, one will be able to, Differentiate and apply different methods of moving zones to appropriate application. Apply moving reference frame approach to a particular…

                              calendar

                              18 Oct 2022 11:25 AM IST

                                Read more

                                Week 9- Unsteady moving zones Approach

                                Objective:

                                Aim: To compare the results of turbomachinery component with Moving Reference Frame Approach and Moving Mesh Approach. Take Away: By the end of this article, one will be able to, Compare the results for both the approaches. Simulate the study with the help of two approaches. Plot the results and contours for better data…

                                calendar

                                02 Nov 2022 05:42 AM IST

                                Read more

                                Week 11- Broadband Noise modelling over Ahmed body

                                Objective:

                                Aim: To understand what is sound and how it is generated due to intricate flows around a given body inside a domain. Take away: By the end of this article one will be able to comprehend, 1. What is sound and how it is generated. 2. What are the models at disposal for calculating the source of noise. 3. Simulate flow…

                                calendar

                                22 Jan 2023 07:46 AM IST

                                  Read more

                                  Week 1: Channel flow simulation using CONVERGE CFD

                                  Objective:

                                  Aim: To carry out a channel flow simulation using CONVERGE. Take away:  By the end of this article, one will be able to, Create a simple geometry of channel. Setup an entire case. Export all the input files required to run a simulation. Post process the data using PARAVIEW. Plot line data in CONVERGE Line plotting…

                                  calendar

                                  29 Mar 2023 02:24 PM IST

                                  Read more

                                  Week 3: Flow over a backward facing step

                                  Objective:

                                  Aim: To understand the flow physics involved in classic case of "Backward Facing Step". Take away:  After reading this article, one will be able to, Know what is Backward Facing Step and flow physics involved. Export the geometry. Setup boundaries. Setup the case to replicate the required flow phenomena. Post-process…

                                  calendar

                                  03 Apr 2023 12:00 PM IST

                                  Read more

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

                                  Objective:

                                  Aim: To simulate flow insidde a throttle body. Take away: By the end of this article, one will be able to, Import CAD file of .STL format into Converge Studio. Assign boundary flagging. Set up the case. Export the necessary output files. Run the simulation using Cygwin. Post process the results using Paraview. ==============================================================================…

                                  calendar

                                  09 Apr 2023 06:45 AM IST

                                    Read more

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

                                    Objective:

                                    Aim: To simulate flow insidde a throttle body. Take away: By the end of this article, one will be able to, Import CAD file of .STL format into Converge Studio. Assign boundary flagging. Set up the case. Export the necessary output files. Run the simulation using Cygwin. Post process the results using Paraview. ==============================================================================…

                                    calendar

                                    23 May 2023 01:12 PM IST

                                      Read more
                                      Showing 1 of 36 projects

                                      6 Course Certificates

                                      certificate

                                      Introduction to CFD using MATLAB and OpenFOAM

                                      CertificateIcon
                                      Certificate UID: coxwgkljsqnm1a6p
                                      View Certificate
                                      certificate

                                      Introduction to GUI based CFD using ANSYS Fluent

                                      CertificateIcon
                                      Certificate UID: e7cb2vzhm056n1x4
                                      View Certificate
                                      certificate

                                      MATLAB for Mechanical Engineers

                                      CertificateIcon
                                      Certificate UID: ls4i8k9urfabyext
                                      View Certificate
                                      certificate

                                      Advanced CFD Meshing using ANSA

                                      CertificateIcon
                                      Certificate UID: t20rusyf1o4c9xam
                                      View Certificate
                                      certificate

                                      CFD Refresher course

                                      CertificateIcon
                                      Certificate UID: tamwvj4s2unzg59x
                                      View Certificate
                                      certificate

                                      Introduction to Aero-Thermal simulation using ANSYS Fluent

                                      CertificateIcon
                                      Certificate UID: g8aqkj5duwcy1im6
                                      View Certificate
                                      Showing 1 of 6 certificates

                                      1 Workshop Certificates

                                      certificate

                                      Introduction to Automotive Braking System

                                      CertificateIcon
                                      Certificate UID: 4c5tx927b3
                                      View Certificate
                                      Showing 1 of 1 certificates

                                      Academic Qualification

                                      B.E

                                      A. P. Shah Institute of Technology

                                      02 Aug 2017 - 10 Jun 2020

                                      12th

                                      Shivai Vidyalaya English Medium School and Jr college of science and commerce

                                      01 Jul 2015 - 01 Jul 2017

                                      10th

                                      Arunodaya Public School

                                      01 Jun 2005 - 01 Jun 2015

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

                                      13 Hours of Content

                                      coursecard
                                      4.7

                                      5 Hours of Content

                                      coursecard
                                      4.9

                                      12 Hours of Content

                                      coursecard
                                      Recently launched

                                      3 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