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

Bikash Kumar Sah

..

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • SIMULINK-BASICS
  • CFD
  • NUMERICAL-ANALYSIS
  • MATLAB
  • OPENFOAM
  • ANSYS-FLUENT
  • COMBUSTION

Introduction

..

49 Projects

Week 2- 2R Robotic Arm Challenge

Objective:

% simulate forward kinematics of a 2R robotic arm clear all close all clc %input l1 = 1; l2 = 0.5; theta1=linspace(0,90,10); theta2=linspace(0,90,10); %loop ct=1; for i = 1;length(theta1) THETA1=theta1(i); for j=1:length(theta2) THETA2=theta2(j) x0=0; y0=0; x1=l1*cosd(THETA1); y1=l1*sind(THETA1); x2=x1+l2*cosd(THETA2);…

calendar

05 May 2022 11:26 AM IST

    Read more

    Week 3 - Solving second order ODEs

    Objective:

    %% clear all; close all; clc %% L=1; t=linspace(0,20,150); x0=[0 3]; %this below step is for solving differential equation using ode45 (matlab in built funtion) [t x] = ode45('pendulum_2nd_order',t,x0); %% %plotting for tracing of angular velocity and angular displacement subplot(2,1,1) plot(t,x(:,1),'-b','linewidth',3);…

    calendar

    07 May 2022 08:27 AM IST

      Read more

      Week 4.1 - Genetic Algorithm

      Objective:

      clear all close all clc % p=100; % Population size c=30; % number of pairs of chromosomes to be crossovered m=30; % number chromosomes to be mutated tg=250; % Total number of generations % figure title('Blue - Average Red - Maximum'); xlabel('Generation') ylabel('Objective Funtion Value') hold on P=population(p); k = 0;…

      calendar

      07 May 2022 08:54 PM IST

        Read more

        Project 1 - Parsing NASA thermodynamic data

        Objective:

        clc close all clear all %getting data file f = fopen('THERMO.dat','r'); fgetl(f); %reading header informations tline = fgetl(f); A = str2num(tline); global_low_temp = A(:,1); global_low_temp = A(:,2); global_high_temp = A(:,3); %skipping comment lines for i = 1:3 fgetl(f) end %reading species data for i = 1:53 linel =…

        calendar

        09 May 2022 05:43 PM IST

          Read more

          Project 2 - Rankine cycle Simulator

          Objective:

          clear all close all clc fprintf(' SIMULATOR OF RANKINE CYCLE nn') fprintf('1-2 Isentropic Expansion in the Turbinen') fprint('2-3 Constant pressure Heat Rejection by the Condensren') fprint('3-2 Isentropic Compression in the pumpn') fprint('4-1 Constant Pressure Heat Addition by the Boilernn') %inputs P1 = input('Enter…

          calendar

          11 May 2022 07:33 PM IST

            Read more

            Week -2

            Objective:

            1. Here first we are going to study the Simulink model of the doorbell using a solenoid block. We need to access the Simulink with the block parameters to run the simulation. First, we need to get to understand the theory behind the Doorbell mechanism. Theory of Doorbell: A chime doorbell uses a specialized sort of electromagnet…

            calendar

            03 Jun 2022 09:57 AM IST

              Read more

              Project

              Objective:

                Aim: To prepare a technical report of Simulation of BAJA All-Terrain Vehicle (ATV) under different conditions. Objectives: Carry out a system-level simulation of an all-terrain vehicle and prepare a technical report explaining the model properties & comments on the results. ALL TERRAIN VEHICLE: An all-terrain…

              calendar

              20 Jun 2022 10:08 AM IST

                Read more

                Week - 4

                Objective:

                WORKING PRINCIPLE OF A WASHING MACHINE: A washing machine by spinning at 800 1600 rpm helps soap and dirt with it to leave the surface of the cloth via centrifugal force and into outlet pipes hence utilizing centrifugation to both clean and partially dry the clothes loaded in it. Thus the processes are electrically controlled,…

                calendar

                20 Jun 2022 01:26 PM IST

                  Read more

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

                  Objective:

                  Aim:-The aim of this project,is to derive central difference,skewed right difference and skewed left difference scheme for fourth order approximation of second order derivative by using, Taylor table of finite difference method. 1.Central difference:-To derive central difference for fourth order approximation of second…

                  calendar

                  17 Jul 2022 02:41 AM IST

                  • MATLAB
                  Read more

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

                  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 Right Boundary…

                  calendar

                  17 Jul 2022 09:00 AM IST

                  Read more

                  Week 8 - Simulation of a backward facing step in OpenFOAM

                  Objective:

                  Simulation start procedure after opening openfoam terminal >>cd tut>>Is>>cd incompressible>>Is >>cd ico Foam >>Is>>cp-r cavity/$FOAM_RUN/channel_test>>cd$FOAM_RUN >>cd chaneel_test>>cd system>>getit blockMesh   blockMeshdict - This dict contains information…

                  calendar

                  18 Jul 2022 06:53 PM IST

                  Read more

                  Week 9 - FVM Literature Review

                  Objective:

                  Description:   There are total 4 Numerical Methods: Finite Element Method (FEM) Boundary Element Method (BEM) Finite Volume Method (FVM) Finite Difference Method (FDM) Efficient technology for CFD with the finite-difference and finite-volume method has become increasingly popular and have been using from much longer…

                  calendar

                  19 Jul 2022 07:03 AM IST

                  Read more

                  Week 11 - Simulation of Flow through a pipe in OpenFoam

                  Objective:

                  In this challenge,we 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. we can do a transient or steady state simulation and you will validate your results with the Hagen- Poiseuille's equations…

                  calendar

                  20 Jul 2022 05:45 AM IST

                  Read more

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

                  Objective:

                  AIM In this challenge you will simulate the same problem as in week 11 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 them with HP equations like you did in week 11 challenge.   Angles to test: 10,25,45(degrees)…

                  calendar

                  20 Jul 2022 01:47 PM IST

                  Read more

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

                  Objective:

                  Aim: Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method. 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 sovle them using the MacCormack's…

                  calendar

                  20 Jul 2022 06:46 PM IST

                    Read more

                    Week 1- Mixing Tee

                    Objective:

                    OBJECTIVE: For this challenge, we have created two versions of the mixing tee. One of them is longer than the other. Our job is to set up steady-state simulations to compare the mixing effectiveness when hot inlet temperature is 360C & the Cold inlet is at 190C. Use the k-epsilon and k-omega SST model for the first…

                    calendar

                    28 Jul 2022 11:07 AM IST

                    Read more

                    Week 2 - Flow over a Cylinder.

                    Objective:

                    Solutions: The flow over a 2D cylinder is a very simple flow simulation and has a lot of fluid properties to be monitored while running it. While the flow can be witnessed in real life, It has a specific pattern that forms the Karman Vortex Street. its an oscillation flow phenomenon that can be observed very easily. So…

                    calendar

                    02 Aug 2022 05:17 PM IST

                    Read more

                    Week 3 - External flow simulation over an Ahmed body.

                    Objective:

                    1. Describe Ahmed's body and its importance. The Ahmed body is a simplified car body used in the automotive field to study the impact of the flow pattern on the drag. The external aerodynamics of the car defines many major traits of an automobile like stability, comfort, and fuel consumption at high speeds. The flow around…

                    calendar

                    06 Aug 2022 08:25 AM IST

                    Read more

                    Week 2 Challenge : Surface meshing on a Pressure valve

                    Objective:

                    Objective: The objective of this project is to create a surface meshing on a pressure valve with element type of tria and mesh the model with three different target length i.e.,1mm,3mm and 5mm, by using ansa. Introduction: ANSA: Ansa is a computer-aided engineering tool for finite Element analysis and cfd analysis…

                    calendar

                    24 Aug 2022 01:43 PM IST

                    Read more

                    Week 3 Challenge : CFD meshing on Turbocharger

                    Objective:

                    Aim:For the given of a turbocharger,check for the geometrical errors to make appropriate volumes. create and assign PIDs accordingly.Create surface mesh and use that to create a volumetric mesh. Objective: 1) Perform surface mesh with the given target lengths as per PIDs. a.Blade stage-1 = 1 mm b. Blade stage-2 = 1mm c.…

                    calendar

                    27 Aug 2022 10:27 AM IST

                    Read more

                    Week 4 - CHT Analysis on Exhaust port

                    Objective:

                    Aim: Steady-state CHT analysis on Exhaust port at an inlet velocity of5m/sec Objective: The objectives will mainly focus on 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…

                    calendar

                    29 Aug 2022 05:34 AM IST

                    Read more

                    Week 4 Challenge : CFD Meshing for BMW car

                    Objective:

                    Aim:                  For the given model,check and solve all geometrical errors on half portion and assign appropriate PIDs.Perform meshing with the given Target length and element Quality criteria.After meshing the half model,Do symmetry to the other side. Objective:  …

                    calendar

                    31 Aug 2022 08:50 PM IST

                    Read more

                    Week 5 - Rayleigh Taylor Instability

                    Objective:

                    AIM: To mention some practical CFD models that have been based on the mathematical analysis of Rayleigh Taylor waves and explain how these mathematical models have been adapted for CFD calculations. To perform the Rayleigh Taylor instability simulation for 2 different mesh sizes with the base mesh being 0.5 mm and compare…

                    calendar

                    03 Sep 2022 09:54 PM IST

                    Read more

                    Week 6 - CHT Analysis on a Graphics card

                    Objective:

                    Abstract: Graphics card are used for enhancing the computational performance and improve processing speed. It is important to keep the processor at an optimum temperature. So, in this study a conjugate heat transfer analysis is performed. Different material is assigned at different solid zones. For turbulent modelling…

                    calendar

                    05 Sep 2022 08:00 PM IST

                      Read more

                      Week 5 Challenge : Surface wrap on Automotive Assembly

                      Objective:

                      Aim: 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. Objective: Target length for Wrap = 3 mmWrite a detailed report on steps followed to finish this challenge. Geometry:…

                      calendar

                      07 Sep 2022 06:53 PM IST

                        Read more

                        Project 1 : CFD Meshing for Tesla Cyber Truck

                        Objective:

                        CFD Meshing for Tesla Cyber Truck   Aim:For the given model of tesla's Cyber truck, check and solve all geometrical errors and Assign appropriate PIDs. Perform meshing with the suitable Target length and element Quality criteria and also create a wind tunnel and perform volumetric mesh. Objective: Target lengths for…

                        calendar

                        07 Sep 2022 07:06 PM IST

                        Read more

                        Project 1 : CFD Meshing for Tesla Cyber Truck

                        Objective:

                        CFD Meshing for Tesla Cyber Truck   Aim:For the given model of tesla's Cyber truck, check and solve all geometrical errors and Assign appropriate PIDs. Perform meshing with the suitable Target length and element Quality criteria and also create a wind tunnel and perform volumetric mesh. Objective: Target lengths for…

                        calendar

                        07 Sep 2022 07:17 PM 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 diameter from 1…

                        calendar

                        11 Sep 2022 11:30 AM IST

                          Read more

                          Project 1 : CFD Meshing for Tesla Cyber Truck

                          Objective:

                          CFD Meshing for Tesla Cyber Truck   Aim:For the given model of tesla's Cyber truck, check and solve all geometrical errors and Assign appropriate PIDs. Perform meshing with the suitable Target length and element Quality criteria and also create a wind tunnel and perform volumetric mesh. Objective: Target lengths for the…

                          calendar

                          12 Sep 2022 06:36 AM IST

                          Read more

                          Week 9 - Parametric study on Gate valve.

                          Objective:

                          Challenge: Parametric study on Gate valve Aim: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…

                          calendar

                          15 Sep 2022 10:39 AM IST

                          Read more

                          Week 10 - Simulating Combustion of Natural Gas.

                          Objective:

                          Objective: Perform Combustion Simulation on the Combustor model using Ansys Fluent, plot the variation of the mass fraction of the different species and write a detailed report explaining the results obtained. Question: Part I Perform a combustion simulation on the combustor model and plot the variation of the mass fraction…

                          calendar

                          16 Sep 2022 10:30 AM IST

                            Read more

                            Week 1: Channel flow simulation using CONVERGE CFD

                            Objective:

                            Aim: To Setup a channel flow Cases. Objective: 1. For this challenge, we will be setting up a channel flow tutorial. 2. As you watch these videos, set up 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…

                            calendar

                            22 Sep 2022 12:27 PM IST

                            Read more

                            Week 3: Flow over a backward facing step

                            Objective:

                            Aim: To setup the case in CONVERGE studdio. 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-3m dx = dy = dz =1.5e-3m dx = dy = dz =1.0e-3m (If this is too much for your PC, use 1.2e-3m) Post process…

                            calendar

                            06 Oct 2022 05:19 PM IST

                            Read more

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

                            Objective:

                            Aim: 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, mass flow rate and total cell count. Introduction: The throttle body is an important part of the air…

                            calendar

                            29 Oct 2022 06:21 PM IST

                              Read more

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

                              Objective:

                              AIM - Transient simulation of flow over a throttle body. 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.…

                              calendar

                              31 Oct 2022 08:19 PM IST

                                Read more

                                Week 5: Prandtl Meyer Shock problem

                                Objective:

                                Aim:1. Shock flow boundary conditionsDo a literature search on what BC's are typically used for shock flow problems2. What is a shock wave?In your own words, describe the physics behind shock waves3. Effect of SGS parameter on shock location (Sub-Grid Scaling).In the Prandtl Meyer shock problem, look at the effect of SGS…

                                calendar

                                01 Nov 2022 06:53 PM IST

                                Read more

                                Week 6: Conjugate Heat Transfer Simulation

                                Objective:

                                Aim: Baseline configuration Setup a flow simulation through a pipeInlet Reynolds number should be 7,000HINT : Use the below formula to calculate velocity for corresponding value of REYNOLD NUMBER and give DIRICHLET BC for velocity at inlet and specify the value for velocity calculated at INLET BC using below formula ,…

                                calendar

                                03 Nov 2022 01:07 PM IST

                                  Read more

                                  Week 8: Literature review - RANS derivation and analysis

                                  Objective:

                                  Aim: 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 stressWhat is turbulent viscosity? How is it different from molecular viscosity? Turbulence: Turbulence is an irregular motion of the air resulting…

                                  calendar

                                  05 Nov 2022 08:09 PM IST

                                    Read more

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

                                    Objective:

                                    In this project, a single-cylinder Port-fuel-injection (PFI) engine is setup for no-hydro simulation. Prior to it, surface preparation and boundary flagging are performed to make the geometry free from errors and to allocate the boundaries and regions. No-hydro simulation is performed to check the mesh generation and correctness…

                                    calendar

                                    06 Nov 2022 01:21 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.  Answer: Received Geometry Boundary creation Geometry size…

                                      calendar

                                      07 Nov 2022 07:31 PM IST

                                      Read more

                                      FINAL TEST

                                      Objective:

                                      Questions based on PFI Engine: Q1. What is the Compression ratio for the engine? The compression ratio is defined as the ratio between the volume of the cylinder with the piston in the bottom position, Vbottom (largest volume), and in the top position, Vtop (smallest volume). The higher this ratio, the greater…

                                      calendar

                                      08 Nov 2022 12:07 PM IST

                                      Read more

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

                                      Objective:

                                      Emission characterization on a CAT3410 engine Aim:- To run a 3D simulation of a CAT3410 diesel engine using two different piston bowl profiles and to understand the effect of piston bowl geometry on the performance and emission characteristics of the engine. GEOMETRY:- A tool called Make engine sector surface is used to…

                                      calendar

                                      08 Nov 2022 07:04 PM IST

                                      Read more

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

                                      Objective:

                                      Aim: The Main objective of this project was to setup no-hydrodynamics solver transient simulation of a port fuel injection engine using converge CFD. Introduction Port injection, the fuel injectors are positioned on the air intake leading to each cylinder of your engine. As your engine sucks in air to later be compressed…

                                      calendar

                                      10 Nov 2022 06:34 PM IST

                                      Read more

                                      Week 2 Air standard Cycle

                                      Objective:

                                      AIM: 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 1. Your code should create a PV diagram 2. You should output the thermal efficiency of the engine.   ANSWER: An Otto cycle is…

                                      calendar

                                      25 Nov 2022 03:37 PM IST

                                        Read more

                                        Week 3 - Solving second order ODEs

                                        Objective:

                                        AIM: Write a program in Python that will simulate the pendulum motion, just like the one shown in the start of this challenge. use, L=1 metre, m=1 kg, b=0.05. g=9.81 m/s2. Simulate the motion between 0-20 sec, for angular displacement=0,angular velocity=3 rad/sec at time t=0. When you do this you will get the position…

                                        calendar

                                        26 Nov 2022 06:18 PM IST

                                          Read more

                                          Week 5 - Curve fitting

                                          Objective:

                                          1. What does popt and pcov mean?   -An array of optimal values for the parameters which minimizes the sum of squares of residual. pcov – 2D array which contains the estimated covariance of popt. The diagonals provide the variance of the parameter estimate. 2.What does np.array(temperature) do?-Converts…

                                          calendar

                                          29 Nov 2022 07:06 PM IST

                                            Read more

                                            Week 6 - Data analysis

                                            Objective:

                                            AIM - Write a script that does data analysis.   Objectives - To ensure 1. Data visualizer 2. Compatability check 3. Basic performance calculation   Theory This code takes takes the data from a user specified CONVERGE format file. It also checks the file for the correct format i.e. compatibility. If the file is…

                                            calendar

                                            02 Dec 2022 08:03 PM IST

                                              Read more

                                              Week 14 challenge

                                              Objective:

                                              Aim:Assemble and apply GD&T to the butterfly valve assembly drawing Objective: To design of Butterfly Valve in appropriate dimension with the application of GD&T - ASME Y14.5 2009. To assemble all the individual parts of the butterfly valve by assigning suitable constraints. To understand the concept of geometric…

                                              calendar

                                              23 Mar 2023 02:39 PM IST

                                              Read more

                                              Project - Position control of mass spring damper system

                                              Objective:

                                              AIM; Obtain the transfer function of a mass spring damper system and use it in the model. Add a PID controller to adjust the force on mass so that its position follows a reference signal. given data; Take m = 3.6; %kg k = 400; %N/m c = 100; %Ns/m solution;   transfer function of a mass spring…

                                              calendar

                                              08 Aug 2023 09:54 AM IST

                                              Read more
                                              Showing 1 of 49 projects

                                              12 Course Certificates

                                              certificate

                                              MATLAB for Mechanical Engineers

                                              CertificateIcon
                                              Certificate UID: relfs3n1qdxktmoz
                                              View Certificate
                                              certificate

                                              Introduction to Physical Modeling using Simscape

                                              CertificateIcon
                                              Certificate UID: spxren9u04vt6y8d
                                              View Certificate
                                              certificate

                                              Introduction to CFD using MATLAB and OpenFOAM

                                              CertificateIcon
                                              Certificate UID: 8f4qpc2z7ruyj3an
                                              View Certificate
                                              certificate

                                              Advanced CFD Meshing using ANSA

                                              CertificateIcon
                                              Certificate UID: ymdh6ip71af8x09l
                                              View Certificate
                                              certificate

                                              Introduction to GUI based CFD using ANSYS Fluent

                                              CertificateIcon
                                              Certificate UID: k5ysf1o9n4azlx3h
                                              View Certificate
                                              certificate

                                              Aptitude

                                              CertificateIcon
                                              Certificate UID: oujlq5gf6sk03m7r
                                              View Certificate
                                              certificate

                                              Advanced CFD for IC Engine Applications using CONVERGE

                                              CertificateIcon
                                              Certificate UID: k84oid1tp0h2lfxm
                                              View Certificate
                                              certificate

                                              Python for Mechanical Engineers

                                              CertificateIcon
                                              Certificate UID: og3mhlx17skw5cyv
                                              View Certificate
                                              certificate

                                              Verbal Ability

                                              CertificateIcon
                                              Certificate UID: 26vmsur8li4yzwq0
                                              View Certificate
                                              certificate

                                              Fundamentals of Electrical Systems and Electrical Architecture

                                              CertificateIcon
                                              Certificate UID: 1k6mt0b5r9he8j7s
                                              View Certificate
                                              certificate

                                              HR Prep

                                              CertificateIcon
                                              Certificate UID: pk8itfgqhb6nus4w
                                              View Certificate
                                              certificate

                                              Geometric Dimensioning and Tolerancing

                                              CertificateIcon
                                              Certificate UID: f7rw6o4i2qyt59jx
                                              View Certificate
                                              Showing 1 of 12 certificates

                                              1 Workshop Certificates

                                              certificate

                                              Robot Programming made easy with ROS

                                              CertificateIcon
                                              Certificate UID: 32kwetxdgp
                                              View Certificate
                                              Showing 1 of 1 certificates

                                              Academic Qualification

                                              B.Tech

                                              DAV Institute of Engineering and Technology

                                              05 Jun 2019 - 05 Jun 2023

                                              12th

                                              C.P.P College Hisar Borhar

                                              30 Mar 2016 - 03 Mar 2018

                                              10th

                                              Janakpur public school

                                              21 Apr 2015 - 29 Dec 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.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
                                              4.7

                                              4 Hours of Content

                                              Similar Profiles

                                              Apoorv Ranjan
                                              Apoorv Ranjan

                                              Ladder of success cannot be climbed with hands in pocket.

                                              Pruthvi Jagadeesh GK
                                              Pruthvi Jagadeesh GK

                                              The Future in Motion

                                              Krantiveer .
                                              Krantiveer .

                                              Give more than what you get you will get more than what you gave