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

Varun Raj

Always try to begin from zero

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • HEV
  • SIMULINK-BASICS
  • HEV-FUNDAMENTALS
  • BATTERY-TECHNOLOGY

Introduction

.

10 Projects

Week 2- 2R Robotic Arm Challenge

Objective:

clear allclose allclc % InputsL1 = 3;L2 = 0.5; theta1 = linspace(0,90,5);theta2 = linspace(0,90,5); 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); y2 = y1+L2*sind(THETA2); % plotting plot([x0…

calendar

28 Feb 2022 01:15 PM IST

    Read more

    Week 3 - Solving second order ODEs

    Objective:

    clear allclose all clc b = 0.05; g = 9.81; l = 1; m = 0.1; % initial condition theta_0 = [0;5]; % time points t_span = linspace(0,10,500); % solve ODE [t, results] = ode45(@(t,theta)ode_func(t,theta,b,g,l,m),t_span,theta_0);   plot(t,results(:,2)) hold on plot(t,results(:,1)) ylabel('plot')

    calendar

    10 Mar 2022 01:21 PM IST

      Read more

      Week 4.1 - Genetic Algorithm

      Objective:

      clear allclose allclc % defining our search space x = linspace(0,0.6,150);y = linspace(0,0.6,150); % creating a 2dimensional mesh[xx yy] = meshgrid(x,y); % evaluating the stalagmite function. for i = 1:length(xx) for j = 1:length(yy) input_vector(1) = xx(i,j); input_vector(2) = yy(i,j); for f = stalagmite (input_vector)x…

      calendar

      21 Mar 2022 10:11 AM IST

        Read more

        Project 2 - Rankine cycle Simulator

        Objective:

        Clear allClose allClc% initial inputs p1 = input ('state point 1 pressure at the turbine inlet (in bar):');t1 = input ('state point 1 temperature at the turbine inlet (in degree celsius):');p2 = input ('state point 2 pressure at the condenser (in bar):');% calculating a each state point values % remaining points for state…

        calendar

        21 Mar 2022 10:16 AM IST

          Read more

          Project 1 - Parsing NASA thermodynamic data

          Objective:

          clear all close allclc f1 = fopen('thermo.dat','r');first_line = fget1(f1);%R is the universal gas constant j/(mol-k) R = 8.314;temp = fget1(f1); % reading text from a header file%reading the global temperature from the next line A = strsplit(temp,''); % cell array is generated 1x4 cell array glob_lowtemp = str2num(A{2});glob_midtemp…

          calendar

          22 Mar 2022 03:08 PM IST

            Read more

            FINAL INDEPENDENT PROJECT

            Objective:

            Gear Train A gear train consists of two or more gears in series. It is used to increase or decrease the speed or torque of the output shaft. The term gear ratio is used to calculate the speed and torque of output gear when torque is applied to input gear.   Aim : calculations gear ratio, torque and speed of a  …

            calendar

            26 Mar 2022 06:12 AM IST

              Read more

              Week 1 Understanding Different Battery Chemistry

              Objective:

              1.   Type of Li-ion battery Cathode  Anode  Electrolyte            1 Lithium cobalt oxide (LCO) LiCoO2 LiC6 LiPF6 in ethylene carbonate           2 Lithium manganese oxide (LMO) LiMn2o4 Lic6 Lipf6 in ethylene carbonate           3 Lithium nickel cobalt aluminium oxide (NCA) LiNiCoAlO2 Lic6 Lipf6 in ethylene carbonate  …

              calendar

              06 May 2022 10:28 AM IST

                Read more

                Project 2 Thermal modeling of battery pack

                Objective:

                Thermal modelling of battery pack. Objective: For a 10-cell series lithium-ion battery model, simulate the thermal effects and compare life cycle performance at various temperatures, charge and discharge rates using MATLAB. Introduction The performance and life-cycle costs of electric vehicle (EV) and hybrid electric vehicle…

                calendar

                03 Sep 2022 07:47 AM IST

                • HEV
                • MATLAB
                Read more

                Project 1 Mechanical design of battery pack

                Objective:

                Aim: To prepare a mechanical design of battery pack using ANR26650M1-B cell model. Theory: A battery pack is a set of any  number of identical batteries or individual battery cells. They may be configured in a series, parallel or a mixture of both to deliver the desired voltage, capacity, or power density. The term…

                calendar

                03 Sep 2022 08:03 AM IST

                Read more

                Week 7 State of charge estimation

                Objective:

                  1. Simulate the 3 test cases from harness dashboard and write a detailed report on the results.   To open the lithium ion battery management algorithm firstly we have to download the zip file from the link given in the task and the link has also been attached below for refrence. After downloading the zip file…

                calendar

                03 Sep 2022 10:47 PM IST

                  Read more
                  Showing 1 of 10 projects

                  2 Course Certificates

                  certificate

                  MATLAB for Mechanical Engineers

                  CertificateIcon
                  Certificate UID: guqm1ft4j08anve2
                  View Certificate
                  certificate

                  Introduction to Battery Technology for Electric Vehicle

                  CertificateIcon
                  Certificate UID: zxtf9dyu6hkw1gmn
                  View Certificate
                  Showing 1 of 2 certificates

                  Academic Qualification

                  B.E

                  Parul Institute Of Technology

                  13 Jun 2014 - 11 Jul 2018

                  12th

                  Vidyakunj High School

                  10 Jun 2013 - 20 Jun 2014

                  10th

                  Vidyakunj High School

                  13 Jul 2011 - 30 May 2012

                  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
                  Recently launched

                  18 Hours of Content

                  coursecard
                  Recently launched

                  21 Hours of Content

                  coursecard
                  Recently launched

                  10 Hours of Content

                  Similar Profiles

                  Apoorv Ranjan
                  Apoorv Ranjan

                  Ladder of success cannot be climbed with hands in pocket.

                  Pruthvi Jagadeesh GK
                  Pruthvi Jagadeesh GK

                  The Future in Motion

                  Krantiveer .
                  Krantiveer .

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