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

Nashit Ahmad

Masters Certification in Hybrid Electric Vehicles design and Analysis | CFD | FEA | MBD

Skills Acquired at Skill-Lync :

  • CFD
  • NUMERICAL-ANALYSIS
  • MATLAB
  • OPENFOAM
  • SIMULINK-BASICS
  • HEV-FUNDAMENTALS
  • STRUCTURAL-MESHING
  • ANSA

Introduction

Enthusiast Mechanical Engineer with special interest in CFD, Vehicle Dynamics and Product Development in Motorsport Field. To work in progressive organization which can expand all my knowledge and provided me exciting opportunities to utilize my skills and qualification to produce result fidelity.

34 Projects

Finding the best curve fit in the Specific Heat and Temperature graph in Python

Objective:

Objective: 1. What does popt and pcov mean? (Watch the video to get some context) 2. What does np.array(temperature) do? 3. What does the * in *popt mean? 4. Write code to fit a linear and cubic polynomial for the Cp data. Explain if your results are good or bad.  5. What needs to be done in order to make the curve…

calendar

04 Nov 2019 12:26 PM IST

    Read more

    Finding global optima using genetic algorithm of a stalagmite function

    Objective:

    Objective: Try to understand the concept of genetic algorithm by referring to various sources before you attend this challenge. Look out for information regarding stalagmite function and ways to optimise it. Write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. Clearly…

    calendar

    09 Oct 2019 06:18 AM IST

    • MATLAB
    Read more

    Solving the Transient behaviour of a simple pendulum with 2nd order ODE in MATLAB

    Objective:

    Objective: Write a program to simulate the transient behaviour of a simple pendulum and to create an animation of its motion. Brief: In Engineering, ODE is used to describe the transient behaviour of a system. A simple example is a pendulum The way the pendulum moves depends on the Newtons second law. When this law is…

    calendar

    17 Sep 2019 01:07 AM IST

    Read more

    Analysing the engine data geometry with data visualizer tool in Python

    Objective:

    Objective: Task is to write a script that does the following. Data visualizer: 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 between column…

    calendar

    10 Nov 2019 01:55 PM IST

      Read more

      Transient behaviour of a simple pendulum using 2nd order ODE in python

      Objective:

      Objective: Write a program to simulate the transient behaviour of a simple pendulum and to create an animation of its motion. Brief: In Engineering, ODE is used to describe the transient behaviour of a system. A simple example is a pendulum The way the pendulum moves depends on the Newtons second law. When this law is…

      calendar

      18 Oct 2019 07:22 AM IST

        Read more

        Air standard cycle of an otto cycle simulating in python

        Objective:

        Objective: Based on the concepts you have learnt during the forward kinematics routine, go ahead and write code that can solve an otto cycle and make plots for it. Here are the requirements: Your code should create a PV diagram. You should output the thermal efficiency of the engine. Theoretical Explanation:  Now,…

        calendar

        15 Oct 2019 09:49 AM IST

          Read more

          A simple Channel Flow in Converge CFD using Para view and Cygwin

          Objective:

          AIM:  As you watched the videos, set up the case in CONVERGE Make sure the inlet pressure and initial pressure are the same.  Once you have the base setup ready, run the case for three different base mesh sizes i.e You need to run 3 simulations and compare the results between all the 3 simulations. 3 different…

          calendar

          06 Dec 2020 05:16 PM IST

          Read more

          Battery Pack Modelling in Simulink

          Objective:

                Objective:   1. Build a battery pack with 3S4P configuration with generic battery block   a.Configure the batteries as per a Lithium-ion battery datasheet b.Explain your parameters c.Simulate the model and comment on the results for SOC, voltage, current in detail d.Change the configuration…

          calendar

          10 Sep 2021 04:34 AM IST

          Read more

          Transient flow simulation in a channel with mobile throttle body

          Objective:

              OBJECTIVE:   Setup and run transient state simulation for flow over a 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, mass flow rate and total cell count. Also show the calculations on how you…

          calendar

          10 Jan 2021 12:07 PM IST

          Read more

          Prandtl Meyer Shock problem

          Objective:

              Objective: 1. Shock flow boundary conditions Do a literature search on what BC's are typically used for shock flow problems 2. What is a shock wave? In your own words, describe the physics behind shock waves 3. Effect of SGS parameter on shock location (Sub-Grid Scaling). In the Prandtl Meyer shock problem,…

          calendar

          02 Jul 2021 01:29 PM IST

          Read more

          Shock tube simulation project

          Objective:

              Objective: Setup a transient shock tube simulation Plot the pressure and temperature history in the entire domain  Plot the cell count as a function of time    Solution: Here we have a .STL file of a rectangular channel and where we simulate the flow and learn the concept of regions and events…

          calendar

          06 Mar 2021 12:07 PM IST

          Read more

          Solving the steady and unsteady 2D heat conduction problem using MATLAB

          Objective:

              Objective:   1. Steady-state analysis & Transient State Analysis Solve the 2D heat conduction equation by using the point iterative techniques that were taught in the class. The Boundary conditions for the problem are as follows; Top Boundary = 600 K Bottom Boundary = 900 K Left Boundary = 400 K…

          calendar

          06 Mar 2021 12:07 PM IST

          Read more

          Full Hydrodynamics case setup of a Port Fuel Injection engine system (PFI)

          Objective:

              Objective:   Setting up a case where like a previous challenge before, in the case of Port Fuel Injection where instead of meaning it for mesh generation, we got for Full Hydordyanmics setup in run parameters of a working IC engine.   Engine Geometric Parameters Bore =0.086 m Stroke =…

          calendar

          06 Mar 2021 12:07 PM IST

          Read more

          Simulink Model of a Doorbell using solenoid block and Controlling the temperature of a heater using a thermistor.

          Objective:

            Objective:     Make a Simulink model of Doorbell using a solenoid block with the following details:   In the above arrangement, when the switch is closed the electromagnet receives electrical power from the battery and pulls the metal arm to hit the bell producing sound.  Create a situation…

          calendar

          25 May 2021 02:46 PM IST

            Read more

            Understanding Different Battery Chemistry

            Objective:

              Objective:   1.Prepare a table that includes materials & chemical reactions occurring at the anode and cathode of LCO, LMO, NCA, NMC, LFP and LTO type of lithium-ion cells. Give your detailed explanation on it 2.Compare the differences between each type of Li+ion batteries based on their characteristics…

            calendar

            02 Jul 2021 01:28 PM IST

              Read more

              Implementing control logic of a washing machine using State flow and Simulink chart for the Gear shift

              Objective:

                  Objective:   Implement control logic of a “washing machine” using Stateflow as per given sequence:  If the power supply is available, the system gets activated  If the Water supply is not available, stop the process & indicate through LED Soaking time should be 200s followed…

              calendar

              02 Jul 2021 01:27 PM IST

                Read more

                Literature Review of Finite Volume Method (FVM)

                Objective:

                    Objective:  What is the Finite Volume Method(FVM), write down the major differences between FDM & FVM. Also, describe the need for interpolation schemes and flux limiters in FVM. You can use the 1D linear heat conduction equation as an example.   Solution: The Finite Volume Method (FVM) is…

                calendar

                10 Aug 2021 06:57 AM IST

                Read more

                Simulation using McCormack Method in a 1D Super-sonic nozzle flow.

                Objective:

                    Objective: In this challenge, you are going to simulate the isentropic flow through a quasi 1D subsonic-supersonic nozzle. You will derive both the conservation and non-conservation forms of the governing equations and solve them using MacCormack's technique. You need to determine the steady-state temperature…

                calendar

                10 Aug 2021 06:58 AM IST

                Read more

                Simulation of a backward facing step in OpenFOAM

                Objective:

                  Objective:   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…

                calendar

                10 Aug 2021 06:58 AM IST

                Read more

                Determining the State of Charge estimation by running the 3 test cases from Harness Dashboard.

                Objective:

                    Objective:   1.Simulate the 3 test cases from the harness dashboard and write a detailed report on the results 2.What is coulomb counting? Refer to the above model and explain how BMS implements coulomb counting for SOC estimation?  Hint :(Download the file from the link and go to SOC estimation…

                calendar

                10 Aug 2021 06:56 AM IST

                Read more

                Simulation of Flow through a pipe in OpenFoam and MATLAB

                Objective:

                      Objective:   In this challenge, you will simulate an axisymmetric 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…

                calendar

                15 Aug 2021 05:19 PM IST

                Read more

                Thermal Management of battery

                Objective:

                    Objective:   1. Prepare a report summarizing thermal management techniques for electric car battery packs (not more than 500 words) 2. create a simple simscape model with a battery and show the temperature dependence in the performance. Also, connect a resistor load of 10 Ohm (Hint: Table based battery,…

                calendar

                10 Sep 2021 04:34 AM IST

                Read more

                Simulation on Mixing Effectiveness over a T channel.

                Objective:

                      Objective:   We have created two versions of the mixing tee. One of them is longer than the other. Our objective is to set up steady-state simulations to compare the mixing effectiveness when the hot inlet temperature is 360C & the Cold inlet is at 190C.  Using the k-epsilon and…

                calendar

                18 Jan 2022 08:24 AM IST

                Read more

                Von karman vortex effect simulation over a cylinder.

                Objective:

                  Objective: Simulate the flow over a cylinder and explain the phenomenon of Karman vortex street.      PART-I Simulate the flow with the steady and unsteady case and calculate the Strouhal Number for Re= 100.  PART-II Calculate the coefficient of drag and lift over a cylinder by setting the Reynolds…

                calendar

                18 Jan 2022 08:16 AM IST

                Read more

                External aerodynamics simulation over an Ahmed body.

                Objective:

                    Objective: As the body is perfectly symmetric, we can run the simulation by considering the only half body. This is the best practice where you can save on the number of cells and get the results faster as well.  The geometry which is provided with the challenge needs a modification which you should…

                calendar

                19 May 2022 05:31 AM IST

                Read more

                Conjugate Heat Transfer analysis in exhaust port.

                Objective:

                    Objectives:   Give a brief description of why and where a CHT analysis is used. Maintain the y+ value according to the turbulence model and justify the results.  Calculate the wall/surface heat transfer coefficient on the internal solid surface & show the velocity & temperature contours…

                calendar

                31 Jan 2022 05:37 PM IST

                Read more

                Multiphase flow simulation on Rayleigh-Taylor Instability

                Objective:

                    Objective:  What are some practical CFD models that have been based on the mathematical analysis of Rayleigh Taylor waves? In your own words, explain how these mathematical models have been adapted for CFD calculations. Perform the Rayleigh Taylor instability simulation for 2 different mesh sizes with…

                calendar

                14 Feb 2022 12:20 PM IST

                Read more

                Simulation of Cyclone separator with Discrete Phase Modelling

                Objective:

                  Objective:-    To perform analysis on cyclone separator including the following 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 diameter from 1 μm to 5 μm and…

                calendar

                06 Mar 2022 09:20 AM IST

                Read more

                Parametric study on Gate valve simulation

                Objective:

                  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 the graph. Discuss…

                calendar

                06 Mar 2022 09:21 AM IST

                  Read more

                  Conjugate Heat Transfer Analysis on a Graphics card (GPU)

                  Objective:

                      Objective: Perform a steady-state conjugate heat transfer analysis on a model of a graphics card. You can use appropriate materials of your choice for the simulation. Make sure to properly define the correct solid and fluid zones. Refer to the video for further clarification and the model is provided below…

                  calendar

                  16 Mar 2022 02:32 AM IST

                  Read more

                  Simulating Combustion of Natural Gas.

                  Objective:

                      Objective:   Part I 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 as shown in Fig. You need to plot for CO2, H2O, CH4, N2, O2, NOx emissions &…

                  calendar

                  18 May 2022 02:51 PM IST

                  Read more

                  1D Element Creation Challenge

                  Objective:

                      Objective:   Mesh the Given component with the Size of 5 Units. Create 1D elements on the following component with given cross-section and DOF a. Rod element:- Translational DOF should be Constrained with RBE2 link Cross-Section: BOX- Dimension a= 12 mm            …

                  calendar

                  18 May 2022 02:51 PM IST

                  Read more

                  Week 2 Challenge : Surface meshing on a Pressure valve

                  Objective:

                      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 target length from the above…

                  calendar

                  07 Dec 2023 10:27 AM IST

                    Read more

                    Week 3 Challenge : CFD meshing on Turbocharger

                    Objective:

                          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 Shaft rotor = 1 mm Turbo casing = 5 mm…

                    calendar

                    18 Dec 2023 07:20 AM IST

                    Read more
                    Showing 1 of 34 projects

                    7 Course Certificates

                    certificate

                    MATLAB for Mechanical Engineers

                    CertificateIcon
                    Certificate UID: 2thn0saquofmplre
                    View Certificate
                    certificate

                    Python for Mechanical Engineers

                    CertificateIcon
                    Certificate UID: ynwom9czs6ahf853
                    View Certificate
                    certificate

                    Advanced CFD for IC Engine Applications using CONVERGE

                    CertificateIcon
                    Certificate UID: 6fam5qwbycn701s9
                    View Certificate
                    certificate

                    Introduction to Physical Modeling using Simscape

                    CertificateIcon
                    Certificate UID: gbm0jpkai98yxsw1
                    View Certificate
                    certificate

                    Introduction to CFD using MATLAB and OpenFOAM

                    CertificateIcon
                    Certificate UID: 12anjlth3mgp96we
                    View Certificate
                    certificate

                    Introduction to Battery Technology for Electric Vehicle

                    CertificateIcon
                    Certificate UID: z1ldp7jmx4qfk69n
                    View Certificate
                    certificate

                    Introduction to GUI based CFD using ANSYS Fluent

                    CertificateIcon
                    Certificate UID: d0ob8v6mwtar3lcg
                    View Certificate
                    Showing 1 of 7 certificates

                    Academic Qualification

                    B.E

                    Dhaanish Ahmed College of Engineering

                    07 Sep 2012 - 01 Jul 2016

                    12th

                    Kendriya Vidyalaya No. II

                    01 Jul 2011 - 31 Mar 2012

                    10th

                    Kendriya Vidyalaya IIT Powai

                    01 Jun 2009 - 31 Mar 2010

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

                    coursecard
                    4.9

                    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