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

Kartik Mehta

Looking for Right Opportunity in Vehicle Aerodynamics Domain

Skills Acquired at Skill-Lync :

  • STRUCTURAL-MESHING
  • ANSA
  • CFD
  • NUMERICAL-ANALYSIS
  • MATLAB
  • OPENFOAM
  • MATLAB-BASICS
  • ANSYS-FLUENT

Introduction

7+ years experience professional with skills in CAD/CFD/FEA CAD: CATIA V5, Solidworks CAD, Autodesk Inventor CFD: Ansys Fluent, SimScale FEA: Ansys Mechanical, Abaqus CAE

53 Projects

Developing Stoichiometric Combustion Process Calculator using MATLAB

Objective:

% Developing code for Stoichiometric Combustion Process Calculator % About: The stoichiometric combustion is the ideal combustion process in % which right amount of mixture of oxygen & fuel has been used for the % combustion process & the process generates the optimum amount heat % through the process and maximum…

calendar

28 Feb 2021 12:09 PM IST

  • MATLAB
Read more

Week 3 - Simulating a 2nd order ODE system of a Simple Pendulum equation to create Pendulum Motion Animation using MATLAB

Objective:

The second order ODE for the Simple Pendulum Motion with Damping is as follows: `(d^2theta)/dt^2 + (b/m) * (d theta)/(dt) + g/l*sin theta = 0` The equation has second order derivative involved, because of that equation is required to convert into two first order equation to solve using the MATLAB function.  Following…

calendar

08 Mar 2021 08:30 PM IST

Read more

Computing & comparing the first, second and fourth order approximations of the first derivative against the analytical or exact derivative for range of discretization points using MATLAB

Objective:

1. Function for first order error approximation for given function function error_FDS = first_order(x,dx) % Writing function for the first order approximation for the main program % called "discretization_for_range_of_dx.m". % The function will calculate the absolute error which will be derived by % substracting it from…

calendar

28 Feb 2021 12:08 PM IST

    Read more

    Creating Animation of Forward Kinematics of Robotic Arm using MATLAB

    Objective:

    % Writing program to create animation of forward kinematics of the % robotics arm movement % The arm has two links joined using rotational joint and the arm joined at % the base also has the rotational joint % Objective: Creating animation of each arm to move using the predefined % steps & angular movement close all…

    calendar

    03 Mar 2021 09:22 AM IST

      Read more

      Writing a MATLAB program to Calculate Drag Force against a cyclist and also for the various other shapes

      Objective:

      The drag coefficient associated with different  shapes are as follows and the same has been considered for the code as well:   Code: % Program to calculate the drag force aginast a cyclist % Objective: To calculate drag force seperately for various air velocity & % for drag coefficient associated with different…

      calendar

      03 Mar 2021 09:31 AM IST

        Read more

        Writing a Program to solve Otto Cycle (Air Standard Cycle) & plotting PV Diagram using MATLAB

        Objective:

        Main Code: % Writing program to solve the otto cycle plotting the PV Diagram. % Otto cycle is the idealised thermodynamic cycle that describes the % working of the spark ignition internal combustion engine. The otto cycle % describes by PV diagram. The otto cycle completes its process in four % stages. % To connect all…

        calendar

        05 Mar 2021 07:03 PM IST

          Read more

          Week 4.1 - Optimizing Stalagmite Function using Genetic Algorithm in MATLAB

          Objective:

          The stalagmite is a special type rock that usually formed inside the cave. The stalagmite normally rises from the floor. The rock formed because of the accumulation of the materials on the floor from the dripping of the ceilings.  The stalagmite function got name from this particular rock because of the similarity…

          calendar

          08 Mar 2021 08:29 PM IST

          Read more

          Project 1 _Parsing NASA thermodynamic data using MATLAB

          Objective:

          Project Description: Main Code: % Writing the program to extract 14 co-efficient & calculate specific heat, % entropy & enthalpy for all the species provided in the data file. % Objective: % 1. Extract all 14 coefficient & calculate specific heat, entropy & % enthalpy for all the species % 2. Calculate…

          calendar

          18 Mar 2021 07:01 PM IST

            Read more

            Project 1 - Parsing NASA thermodynamic data

            Objective:

            Equations to calculate Specific Heat, Enthalpy and Entropy: In above equations, a1 to a7 are the coefficients.  Main Code: % Writing the program to extract 14 co-efficient & calculate specific heat, % entropy & enthalpy for all the species provided in the data file. % Objective: % 1. Extract all 14 coefficient…

            calendar

            14 Mar 2021 03:54 PM IST

              Read more

              Project 2_Rankine Cycle Simulator using MATLAB

              Objective:

              About Rankine Cycle: The rankine cycle is the ideal thermodynamic cycle which is the basic building block of the vapor power plants. It is widely used in the power plants. In the cycle, the heat is generated in the boiler by one of the fuel, converting the water into the steam. The steam then expands through a turbine…

              calendar

              18 Mar 2021 06:58 PM IST

              Read more

              Project 2 - Rankine cycle Simulator

              Objective:

              About Rankine Cycle: The rankine cycle is the ideal thermodynamic cycle which is the basic building block of the vapor power plants. It is widely used in the power plants. In the cycle, the heat is generated in the boiler by one of the fuel, converting the water into the steam. The steam then expands through a turbine…

              calendar

              18 Mar 2021 06:58 PM IST

              Read more

              FINAL INDEPENDENT PROJECT

              Objective:

              Project Title:  DESIGN OPTIMISATION OF A FLAT FINNED HEAT SINK FOR THE ELECTRONIC COMPONENT Objective: The aim of the project is that the temperature of the electronic component should be maintained below 80 ˚Cwhen heat rate is 80W & ambient temperature is 30 ˚C. The design of the heat sink should be…

              calendar

              24 Mar 2021 07:04 PM IST

              Read more

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

              Objective:

              Given function: f = exp(x)*cos(x) 2nd order derivative of the function f'' = -2*exp(x)*sin(x) 1) Developing Taylor Table for the Forward Differencing Scheme Approximation method For FDS, f = (af(x) + bf(x+dx) + cf(x+2dx) + df(x+3dx) + ef(x+4dx))/(dx^2) Table: 2) Developing Taylor Table for the Backward Differencing…

              calendar

              18 May 2021 09:13 AM IST

              Read more

              Week 1- Mixing Tee

              Objective:

              Objective: The objective of the project is to perform steady state simulation to determine the mixing effectiveness when hot air with temperature 36°C mixes with the cold air with temperature 19°C in mixing tee joint. The results must be provided for following conditions: The required images from the simulation:…

              calendar

              10 Jun 2021 05:10 AM IST

                Read more

                Week 2 - Flow over a Cylinder.

                Objective:

                Aim: The objective of the project is to simulate the flow over the cylinder for the steady state & unsteady state conditions. The simulation will be carried out for various Reynolds number. The simulation will be carried out in the Ansys Fluent workbench. For the first part, simulation for Re 100 in steady &…

                calendar

                28 Jun 2021 07:20 PM IST

                  Read more

                  Week 9 - FVM Literature Review

                  Objective:

                  FVM: - The basis of the Finite Volume Method is the integral conservation laws. The essential idea is to divide the domain into the many control volumes or cells & approximates the integral conservation law on each of the control volumes.  FDM vs FVM: - A finite difference method (FDM) discretization is based…

                  calendar

                  01 Jul 2021 06:06 PM IST

                    Read more

                    Week 3 - External flow simulation over an Ahmed body.

                    Objective:

                    Q1. Describe Ahmed's body and its importance. Ans.: The ahmed body is also known as bluff body. It was developed for the research purposes & also for the experimental model to validate the result of the external flow simulation. It helps the enginners & researchers to capture essential flow characteristics around…

                    calendar

                    06 Jul 2021 07:01 PM IST

                      Read more

                      Week 4 - CHT Analysis on Exhaust port

                      Objective:

                      Aim: To carry out the Conjugate Heat Transfer analysis of Exhaust Port.  Objective: After preparing the geometry in the Ansys Spaceclaim, carry out the simulation in Ansys Fluent to determine the velocity & temperature distribution inside the exhaust port. Following are the main objective that are required to present into…

                      calendar

                      14 Jul 2021 07:12 PM IST

                        Read more

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

                        Objective:

                        Aim: Solving 2D heat conduction equations using Implicit & explicit methods. Objective: For steady state condition, only implicit method needs to implement while for transient condition, both methods need to be implemented to solve the 2D heat conduction equation. For implicit method, point iterative methods are requried…

                        calendar

                        27 Jul 2021 06:19 PM IST

                          Read more

                          Week 5 - Rayleigh Taylor Instability

                          Objective:

                          Model & Simulation Setup Process: The model has been created in Ansys Spaceclaim. Two square with 20mm X 20mm has been created which will represent water & air respectively.  Shared topology has been created using following option. The mesh has been generated using Ansys Mesh workbench by applying 0.5mm element…

                          calendar

                          07 Aug 2021 04:07 PM IST

                          Read more

                          Week 6 - CHT Analysis on a Graphics card

                          Objective:

                          Objectives: Run the simulation by varying the velocity from 1m/sec to 5m/sec for at least 3 velocities and discuss the results. Find out the maximum temperature and heat transfer coefficient attained by the processor. Prove that the simulation has achieved convergence with appropriate images and plots. Identify potential…

                          calendar

                          10 Aug 2021 08:59 AM IST

                            Read more

                            Week 8 - Simulating Cyclone separator with Discrete Phase Modelling

                            Objective:

                            Aim:- To perform analysis on cyclone separator and calculate the separation efficiency and pressure drop.   Objective:- To write a few words about any four empirical models used to calculate the cyclone separator efficiency.  To perform an analysis on a given cyclone separator model by varying the particle…

                            calendar

                            21 Aug 2021 07:41 PM IST

                            Read more

                            Week 9 - Parametric study on Gate valve.

                            Objective:

                            CHALLENGE FOR GATE VALVE SIMULATION: Objective: For this challenge, you will have to perform a parametric study on the gate valve simulation by setting the opening from 10 % to 80%.  Obtain the mass flow rates at the outlet for each design point. Calculate the flow coefficient and flow factor for each opening and plot…

                            calendar

                            24 Aug 2021 07:45 PM IST

                              Read more

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

                              Objective:

                              Aim: To simulate the isentropic flow through a quasi 1D subsonic-supersonic nozzle using MacCormack's technique in MATLAB. Objectives: - Derive both the conservation and non-conservation forms of the governing equations and sovle them using the MacCormack's technique. - Required to determine the steady-state temperature…

                              calendar

                              19 Sep 2021 11:11 AM IST

                              Read more

                              Week 10 - Simulating Combustion of Natural Gas.

                              Objective:

                              Objective: This challenge has two parts which are as follows: Part 1: Perform a combustion simulation on the combustor model and plot the variation of the mass fraction of the different species’ in the simulation using line probes at different locations of the combustor. You need to plot for CO2, H2O, CH4, N2, O2,…

                              calendar

                              27 Sep 2021 02:44 PM IST

                                Read more

                                Week 8 - Simulation of a backward facing step in OpenFOAM

                                Objective:

                                Aim: In this challenge, you are going to simulate an incompressible-laminar-viscous flow through the backward facing step geometry. You should perform a transient simulation. The solver can be chosen based on the described physics of the flow. You need to explain the entire simulation procedure (how you set up the case).…

                                calendar

                                03 Oct 2021 09:42 AM IST

                                  Read more

                                  Week 2 Challenge : Surface meshing on a Pressure valve

                                  Objective:

                                  Aim: Perform surface meshing on Pressure Valve. Objective: For the given model, check for the geometrical errors and perform Topology cleanup accordingly. Set three different target lengths as three different cases and mesh the model.  Target length = 1mm, 3 mm and 5 mm (i.e. 3 cases) Element type = Tria Apply any…

                                  calendar

                                  12 Oct 2021 07:02 PM IST

                                  Read more

                                  Week 3 Challenge : CFD meshing on Turbocharger

                                  Objective:

                                  Aim: Performing CFD meshing on Turbocharger using ANSA Objective: For the given model, check for the geometrical errors to make appropriate volumes. Create and assign PIDs as shown in the video. Perform surface mesh with the given target lengths as per PIDs. Blade stage-1 = 1 mm Blade stage-2 = 1 mm Impeller = 2 mm…

                                  calendar

                                  16 Oct 2021 06:15 PM IST

                                  Read more

                                  Week 4 Challenge : CFD Meshing for BMW car

                                  Objective:

                                  Aim: The aim is to create the single volume between BMW car & wind tunnel to perform external aerodynamics simulations.  Objective: For the given model of BMW car, check and solve all geometrical errors on half portion and Assign appropriate PIDs. Perform meshing with the given Target length and element Quality…

                                  calendar

                                  09 Nov 2021 10:30 AM IST

                                    Read more

                                    Week 5 Challenge : Surface wrap on Automotive Assembly

                                    Objective:

                                    Aim: Surface wrapping on Automotive Assemblies of Engine, Transmission & Gearbox Model after merging them. Objective: For the given models, check for the geometrical errors and delete surfaces which are unwanted for Surface wrap as shown in the videos. After clearing geometry, Merge all 3 models and perform surface wrap.…

                                    calendar

                                    14 Nov 2021 12:51 PM IST

                                    Read more

                                    Project 1 : CFD Meshing for Tesla Cyber Truck

                                    Objective:

                                    Aim: The aim is to create close volume of Cybertruck to perform external aerodynamics simulations.  Objective: For the given model, check and solve all geometrical errors and Assign appropriate PIDs. Perform meshing with the suitable Target length and element Quality criteria. Target lengths for the different parts…

                                    calendar

                                    23 Nov 2021 05:18 AM IST

                                      Read more

                                      Week 11 - Simulation of Flow through a pipe in OpenFoam

                                      Objective:

                                      Aim: In this challenge, you will simulate an axi-symmetric flow by applying the wedge boundary condition. The flow is laminar and flows through a constant cross-section pipe at an inlet Reynold's number of 2100. You can do a transient or steady state simulation and you will validate your results with the Hagen- Poiseuille's…

                                      calendar

                                      23 Nov 2021 09:12 AM IST

                                      Read more

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

                                      Objective:

                                      Aim & Objective: Note: This challenge is a continuation of the week 11 challenge. In this challenge you will simulate the same problem as in week 1 but by applying Symmetry Boundary Condition. You will do the simulation for the below mentioned angles using both symmetry and wedge boundary conditions and validate…

                                      calendar

                                      23 Nov 2021 12:13 PM IST

                                      Read more

                                      Week 2 - Converging diverging nozzle

                                      Objective:

                                      Objective: Consider the converging-diverging nozzle below with the dimensions.  For the following boundary conditions,    At Inlet, Pressure = 1atm and Temperature = 300K. The outlet pressure= 0.027 atm. In the operating conditions, consider the reference pressure to be zero. Plot:   The pressure, velocity…

                                      calendar

                                      08 Jan 2022 12:51 PM IST

                                      Read more

                                      Week 5 - Turbulence modelling challenge

                                      Objective:

                                       Challenge Description : In this challenge, you are required to do a literature review of various turbulence models explained in the Turbulence modelling video (Week-5) and explain why DNS isn’t feasible according to Kolmogorov's scale. For the below geometry performs a 3D simulation and explains the recirculation…

                                      calendar

                                      20 Jan 2022 12:41 PM IST

                                      Read more

                                      Week 3 - Pitot tube

                                      Objective:

                                      Objective: Part 1: Do literature review of pitot static tube & establish the relation between total & static pressure. Part 2:  For the values of velocity given below calculate the total and static pressures and find the error in percentage for velocity.  Velocity(m/s) Gauge Pressure (Pa) 240 -2817…

                                      calendar

                                      05 Feb 2022 09:41 AM IST

                                        Read more

                                        Week 7 - Determine drag coefficient & lift coefficient for the airfoil for Subsonic & Supersonic Airflow for three angles of attack which are 5, 10 & 15 - Minor Project

                                        Objective:

                                        Objective: In this project, we will have to setup the domain for analysis of flow over an airfoil at subsonic and supersonic regime. The airfoil will be analysed at 3 different angles of attack and the lift and drag coefficient will be compared in all cases Create domain for flow analysis Setup simulation for subsonic…

                                        calendar

                                        18 Jul 2022 08:03 AM IST

                                          Read more

                                          Week 8- Moving zones approach in Fluent

                                          Objective:

                                          Objective: What are the approaches by which you would model moving zones? Which approach would you use to model unsteady phenomena? Simulate rotary motion for the geometry given Plot the velocity profile of the fluid motion Answer: Part 1: To model the moving zones, two options are available which are moving reference…

                                          calendar

                                          16 Feb 2022 12:25 PM IST

                                            Read more

                                            Week 9- Simulate the motion of blades in a generic turbomachinery component using an unsteady moving zone approach

                                            Objective:

                                            Objective: Simulate the motion of blades in a generic turbomachinery component using an unsteady approach. Assume blade rotation at 300rpm Choose an appropriate time step for the simulation and generate an animation file for the rotation. Answer: The project is about the simulating of generic turbomachinery ccomponent…

                                            calendar

                                            02 Mar 2022 11:23 AM IST

                                              Read more

                                              Week 11- Broadband Noise modelling over Ahmed body

                                              Objective:

                                              Objective: In this challenge, you are required to do the following. Describe Ahmed's body and its importance. Setup the domain and setup assuming body is travelling at 110 kmph Run the setup till convergence and plot for static pressure and coefficient of drag and lift to check for convergence Turn on Broadband- modelling…

                                              calendar

                                              27 Feb 2022 04:33 PM IST

                                                Read more

                                                Week 4 - Meshing for Fuselage Using Ansys ICEM

                                                Objective:

                                                Objective: Your challenge for this week is to create a domain suitable for the given helicopter fuselage geometry using ICEM CFD. The domain size is mentioned within the video i.e. Element size around the domain Prism element size Calculate Y+, First cell height, Number of layers as explained in the video and apply it…

                                                calendar

                                                07 Mar 2022 06:53 PM IST

                                                Read more

                                                Week 10 - Axial Compressor

                                                Objective:

                                                Objective: Find out the average mass flow rate at the outlet of a single-stage compressor which comprises 16 rotor blades and 32 stator blades Assume the rotational speed of 37500 rpm Choose an appropriate time step for the simulation Plot contour for static pressure static temperature Determine regions where high-temperature…

                                                calendar

                                                07 Mar 2022 02:38 PM IST

                                                  Read more

                                                  Week 7 - Simulating Fluid Sloshing effect inside a Gear-box

                                                  Objective:

                                                  Objective: Part 1: 20% Immersion, Fluid - Engine oil. 30% Immersion, Fluid- Engine oil. 20% Immersion,Fluid-n-heptane (c7h16). 30% Immersion,Fluid-n-heptane (c7h16). Part 2: What is Dynamic meshing? Give some other examples where dynamic meshing can be used.  What is the fluid Sloshing effect? Discuss whether the…

                                                  calendar

                                                  07 Mar 2022 02:45 PM IST

                                                  Read more

                                                  Week 1: Channel flow simulation using CONVERGE CFD

                                                  Objective:

                                                  Objective: 1. For this challenge, we will be setting up a channel flow tutorial. 2. As you watch these videos, setup the case in CONVERGE 3. Make sure the inlet pressure and initial pressure are the same.  4. Once you have the base setup ready, run the case for three different base mesh sizes i.e You need to run 3…

                                                  calendar

                                                  01 Apr 2022 12:39 PM IST

                                                  Read more

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

                                                  Objective:

                                                  Objective: Simulating flow over a throttle body in steady state & transient condition. The throttle remain steady in steady state while position will chnage in transient condition. Write a detailed report. Post process the results and show pressure and velocity contours. Show the mesh (i.e surface with edges) Show…

                                                  calendar

                                                  28 Apr 2022 04:27 AM IST

                                                    Read more

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

                                                    Objective:

                                                    Objective Write a detailed report. Post process the results and show pressure and velocity contours. Show the mesh (i.e surface with edges) Show the plots for pressure, velocity, mass flow rate and total cell count. Also show the calculations on how you calculated an end time for the simulation. Create an animation in…

                                                    calendar

                                                    28 Apr 2022 05:19 AM IST

                                                      Read more

                                                      Week 5: Prandtl Meyer Shock problem

                                                      Objective:

                                                      Objective: - Effect of SGS parameter on shock location In the Prandtl Meyer shock problem, look at the effect of SGS temperature value on cell count and the shock location It is expected to show the mesh generation using PARAVIEW. Also create an animation and upload it on You tube and provide the You tube link for an animaion…

                                                      calendar

                                                      29 Apr 2022 06:45 PM IST

                                                      Read more

                                                      Week 7: Shock tube simulation project

                                                      Objective:

                                                      Objective Setup a transient shock tube simulation Plot the pressure and temperature history in the entire domain - Explain the result Plot the cell count as a function of time - Explain the result It is expected to show the mesh generation using PARAVIEW. Also create an animation and upload it on You tube and provide the…

                                                      calendar

                                                      02 May 2022 11:18 AM IST

                                                      Read more

                                                      Week 8: Literature review RANS derivation and analysis

                                                      Objective:

                                                      Objective: Apply reynold's decomposition to the NS equations and come up with the expression for reynold's stress. Explain your understanding of the terms reynold's stress What is turbulent viscosity? How is it different from molecular viscosity?   Answer: Part 1: Deriving RANS equation To derive Reynolds Averaged…

                                                      calendar

                                                      10 May 2022 06:34 AM IST

                                                        Read more

                                                        Week 6: Conjugate Heat Transfer Simulation

                                                        Objective:

                                                        Objective Baseline configuration Setup a flow simulation through a pipe Inlet Reynolds number should be 7,000  Re = (rho*V*D)/(Dynamic viscosity) Turbulence modelling - K-Epsilon Supercycling parameters - same as in the video Additional 3D outputs Add Y+ to your post.in file Grid dependence test Start with an…

                                                        calendar

                                                        13 May 2022 09:27 AM IST

                                                        Read more

                                                        Week 9 - Mini project - Flow over an Airfoil

                                                        Objective:

                                                        Objective: Simulate flow over a 4 digit airfoil i.e NACA 2412 Airfoil. Visit the site to get .DAT file for NACA 2412 Airfoil, http://airfoiltools.com/airfoil/naca4digit  You will have to calculate the following, Drag co-efficient Vs Angle of Attack Lift co-efficient vs Angle of Attack Compare the…

                                                        calendar

                                                        19 May 2022 06:12 PM IST

                                                        Read more

                                                        Week 3: Flow over a backward facing step

                                                        Objective:

                                                        Objective: Once you have watched the video, setup the case in CONVERGE Once you have the base setup ready, run the case for three different base mesh sizes dx = dy = dz =2e-3 m dx = dy = dz =1.5e-3 m dx = dy = dz =1.0e-3 m (If this is too much for your PC, use 1.2e-3 m) Post process your results and document your findings…

                                                        calendar

                                                        03 Jun 2022 05:33 AM IST

                                                          Read more

                                                          Week 11: FSAE Car Project

                                                          Objective:

                                                          Question: You will be provided the model file of the car. This project is divided into two phases.   Phase 1: Geometry cleanup LINK TO DOWNLOAD GEOMETRY    NOTE: Dimensions of the geometry are in INCHES. Make sure you are scaling it properly in CONVERGE STUDIO so that dimensions are in meters as converge…

                                                          calendar

                                                          03 Jun 2022 06:26 AM IST

                                                          Read more
                                                          Showing 1 of 53 projects

                                                          8 Course Certificates

                                                          certificate

                                                          MATLAB for Mechanical Engineers

                                                          CertificateIcon
                                                          Certificate UID: xosnj2afbvp3t457
                                                          View Certificate
                                                          certificate

                                                          MATLAB for Mechanical Engineers

                                                          CertificateIcon
                                                          Certificate UID: 4c3mqkrsvx16e28g
                                                          View Certificate
                                                          certificate

                                                          Introduction to GUI based CFD using ANSYS Fluent

                                                          CertificateIcon
                                                          Certificate UID: x71psbzhe40dmqvi
                                                          View Certificate
                                                          certificate

                                                          Advanced CFD Meshing using ANSA

                                                          CertificateIcon
                                                          Certificate UID: o0s24qhyf87btnwr
                                                          View Certificate
                                                          certificate

                                                          Introduction to CFD using MATLAB and OpenFOAM

                                                          CertificateIcon
                                                          Certificate UID: zhn2sw5r7ub6aeio
                                                          View Certificate
                                                          certificate

                                                          Introduction to Aero-Thermal simulation using ANSYS Fluent

                                                          CertificateIcon
                                                          Certificate UID: 83dpvkx0lzfwc7yh
                                                          View Certificate
                                                          certificate

                                                          Advanced Aerodynamic Simulations using CONVERGE

                                                          CertificateIcon
                                                          Certificate UID: 9l8tg65bhfc41xdr
                                                          View Certificate
                                                          certificate

                                                          Post Graduate Program in External Aerodynamic Simulations

                                                          CertificateIcon
                                                          Certificate UID: i6yov91supqmt0r8
                                                          View Certificate
                                                          Showing 1 of 8 certificates

                                                          Academic Qualification

                                                          Master of Science

                                                          Northumbria University

                                                          08 Jan 2018 - 30 Jan 2020

                                                          B.E

                                                          Sardar Patel University

                                                          01 Aug 2005 - 30 Jun 2009

                                                          12th

                                                          Bright school

                                                          01 Jun 2004 - 27 May 2005

                                                          10th

                                                          Bright school

                                                          03 Jun 2002 - 15 May 2003

                                                          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
                                                          5

                                                          11 Hours of Content

                                                          coursecard
                                                          4.7

                                                          5 Hours of Content

                                                          coursecard
                                                          4.9

                                                          12 Hours of Content

                                                          coursecard
                                                          Recently launched

                                                          18 Hours of Content

                                                          coursecard
                                                          Recently launched

                                                          21 Hours of Content

                                                          coursecard
                                                          Recently launched

                                                          10 Hours of Content

                                                          coursecard
                                                          Recently launched

                                                          12 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