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

Simeon T

# MHEV

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • HEV
  • SIMULINK-BASICS
  • HEV-FUNDAMENTALS
  • BATTERY-TECHNOLOGY
  • MODEL-BASED-DEVELOPMENT
  • PYTHON-BASICS
  • NUMERICAL-ANALYSIS

Introduction

I'm from Chennai. Completed my Graduation in Mechanical Engineering at Tagore Engineering College, Chennai at 2019, and with a year of experience in Renault Nissan Automotive India pvt. ltd. as a Graduate Apprentice.

23 Projects

Week 3 - Solving second order ODEs

Objective:

Aim:       to write a program in Matlab that solves the ODE. Program: % Program to solve 2nd order ODEs clear all close all clc % inputs for the program b=0.05; g=9.81; l=1; m=1; % initial condition theta_0=[0;6]; % time point t_span=linspace(0,10,500); % solving the ODE [t,results]=ode45(@(t,theta)ode_func(t,theta,b,g,l,m),t_span,theta_0);…

calendar

24 Sep 2021 06:58 AM IST

    Read more

    Week 4.1 - Genetic Algorithm

    Objective:

    Aim:         To write a Program in MATLAB to optimise the stalagmite function and find the global maxima of the function. Program:   _% Stalagmite Function function[f]=stalagmite(input_vector) x=input_vector(1); y=input_vector(2); f1=(sin((5.1*pi*x)+0.5))^6; f2=(sin((5.1*pi*y)+0.5))^6;…

    calendar

    27 Sep 2021 03:32 PM IST

    • MATLAB
    Read more

    Project 1 - Parsing NASA thermodynamic data

    Objective:

    Aim:          To Write a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in                the data file. Program:   % Parsing NASA thermodynamic data clear all close all clc…

    calendar

    01 Oct 2021 02:04 AM IST

      Read more

      Project 2 - Rankine cycle Simulator

      Objective:

      Aim:         To Create a Rankine Cycle Simulator using MATLAB. Program:   clear all close all clc % Rankine cycle disp('Rankine Cycle'); disp('1-2 isentropic expansio in the turbine'); disp('2-3 constant pressure heat rejection in the condenser'); disp('3-4 Isentropic compression in the…

      calendar

      06 Oct 2021 06:19 AM IST

      Read more

      Week 1 Understanding Different Battery Chemistry

      Objective:

       AIM:          To Prepare a table which includes materials & chemical reactions occurring at the anode and cathode of LCO, LMO, NCA, NMC, LFP and LTO type of lithium ion cells, and to Compare the differences between each type of Li+ion batteries based on their characteristics.…

      calendar

      15 Oct 2021 10:37 AM IST

        Read more

        FINAL INDEPENDENT PROJECT

        Objective:

        TITLE : PERFORMANCE OF TORQUE IN AN AUTOMOBILE. AIM: To study the performance of torque produced in an automobile Calculate the necessary details. To evaluate and record the torque performance in both Wheel and Engine. INTRODUCTION: Torque is the rotational equivalent of linear force.It is also referred to as the moment, moment…

        calendar

        02 Nov 2021 06:37 AM IST

        Read more

        Week 7 State of charge estimation

        Objective:

         AIM:           To simulate the 3 test cases form harness dashboard and write a detailed report on the results and to refer to the given model and explain how BMS implements coulomb counting for SOC estimation. GIVEN:            https://in.mathworks.com/matlabcentral/fileexchange/72865-design-and-test-lithium-ion-battery-management-algorithms…

        calendar

        07 Nov 2021 04:34 PM IST

          Read more

          Project 1 Mechanical design of battery pack

          Objective:

          AIM:          to design a battery pack of capacity 18 kWH with the ANR26650M1-B. BATTERY PACK:             A battery pack is a set of any number of (preferably) identical batteries or individual battery cells. a cell is a single unit device which converts the chemical energy into electrical energy. It is the collection…

          calendar

          13 Nov 2021 07:57 AM IST

            Read more

            Project 2 Thermal modeling of battery pack

            Objective:

            AIM:         To create a MATLAB model for a for a 10 cell series lithium ion battery model and simulate the thermal effects and compare life cycle performance at various temperatures, charge & discharge rates.   SIMULINK MODEL: This example shows how to simulate a battery pack consisting…

            calendar

            15 Nov 2021 08:35 AM IST

            Read more

            Week -2

            Objective:

            AIM: To Make a Simulink model of Doorbell using solenoid block and Use a thermistor to sense the temperature of a heater & turn on or turn off the fan. TO BEGIN WITH: The heart of a doorbell is an electromagnet. When you press a doorbell button, you complete an electrical circuit that allows household…

            calendar

            23 Nov 2021 07:51 AM IST

              Read more

              Week - 4

              Objective:

              AIM:         To Implement control logic of a “washing machine” using Stateflow as per given sequence, and To Make a Simulink chart for the “Gear shift” logic as per Given conditions. 1.Implement control logic of a “washing machine” using Stateflow as per…

              calendar

              26 Nov 2021 02:50 PM IST

                Read more

                Project

                Objective:

                SIMULATION OF AN ALL TERRIAN VEHICLE - System Level.   AIM:           Carry out a system-level simulation of an all-terrain vehicle and to Prepare a technical report explaining the model properties. INTRODUCTION: An all-terrain vehicle (ATV), also known as a light…

                calendar

                29 Nov 2021 07:39 PM IST

                  Read more

                  Final Project: Electric Rickshaw modelling

                  Objective:

                  ELECTRIC RICKSHAW - SYSTEM LEVEL MODELLING AIM:      To Create a detailed MATLAB model of an electric rickshaw (three wheel passenger vehicle). OBJECTIVES: Rear wheels driven by PM brushed type motor.  Assume efficiency points of motor controller and motor.  Make an excel sheet of all input…

                  calendar

                  20 Jan 2022 02:31 PM IST

                  Read more

                  Project-1: Modelling an electric Car with Li-ion battery

                  Objective:

                  TITLE: ELECTRIC CAR MODEL. AIM:      To Create a MATLAB model of electric car which uses lithium ion battery and suitable motor by Choosing suitable blocks from Simscape or Powertrain block set and to Implement the vehicle speed control using PI controller and to generate brake and accelerator…

                  calendar

                  22 Jan 2022 07:07 PM IST

                  Read more

                  Project 2

                  Objective:

                  AIM: To create a P1 Hybrid Model and understand its functionality. OBJECTIVES: To quantify the improvement in fuel economy numbers for the hybrid vehicle (kmpl), compared to the conventional vehicle, on the urban cycle (UDDS) and highway cycle (HWFET). To analyze and understand the vehicle operating points in terms of…

                  calendar

                  25 Jan 2022 02:24 PM IST

                  Read more

                  Week 2 Air standard Cycle

                  Objective:

                  AIM:      To write code that can solve an otto cycle and make plots for it using python. OBJECTIVES: code should create a PV diagram the thermal efficiency of the engine. OTTO CYCLE:      An Otto cycle is an idealized thermodynamic cycle that describes the functioning of a typical spark ignition…

                  calendar

                  04 Feb 2022 03:23 PM IST

                  Read more

                  Week 3 - Solving second order ODEs

                  Objective:

                  AIM:     To write a program that solves the second order differential equation.  GIVEN:      In Engineering, ODE is used to describe the transient behavior of a system. A simple example is a pendulum      The way the pendulum moves depends on the Newtons second law. When this law is written down, we get a second order…

                  calendar

                  06 Feb 2022 06:42 AM IST

                  Read more

                  Week 5 - Curve fitting

                  Objective:

                  AIM:      To write a program for a perfect Curve fit using Python. 1. What does popt and pcov mean?        the popt calculates the values of a and b (1), from the above command the curve fit function returns 2 items which we call popt and pcov. the best curve fit parameters for the variables…

                  calendar

                  14 Feb 2022 06:10 PM IST

                    Read more

                    Week 6 - Data analysis

                    Objective:

                    AIM:      To perform a Data analysis on Engine Kinematics using python OBJECTIVES:      To write a script that does the following: Data visualizing Compatability check basic performance calculation PYTHON PROGRAM: # Data Analysis on Engine # importing essential library tools import math # importing math library tools import…

                    calendar

                    15 Feb 2022 02:55 PM IST

                    Read more

                    Project 1 (Mini Project on Vehicle Direction Detection

                    Objective:

                    AIM:       To Create a Vehicle Direction Detection system and Meeting the Requirements using Matlab Simulink. Objective of Mini Project: Development of MATLAB Simulink model as per requirement. Tag the requirements to the simulink model; tagging requirement 1 & requirement 2 to their corresponding subsystems…

                    calendar

                    04 Mar 2022 03:13 PM IST

                    Read more

                    Project 2 Adaptive Cruise Control

                    Objective:

                    AIM:       To Create a Adaptive Cruise Control system and Meet the Requirements using Matlab Simulink. General Overview:              Adaptive Cruise Control Feature for passenger cars allows the host vehicle to adapt to the speed in line with the flow of traffic.…

                    calendar

                    05 Mar 2022 02:51 PM IST

                    Read more

                    Project 1- Traffic Jam Assistant Feature

                    Objective:

                    AIM:      To develop a Traffic Jam Assistant feature using Matlab and simulink. Introduction to the Feature:            Traffic Jam Assistant is one of the most common feature in Advanced Driver Assistance System. Traffic Jam Assistant helps the driver arrive more relaxed at…

                    calendar

                    15 Mar 2022 07:28 AM IST

                    Read more

                    Project 2-Highway Assistant-Lane Changing Assistant

                    Objective:

                                                                                                       Highway Assistant – Lane…

                    calendar

                    16 Mar 2022 12:16 PM IST

                    Read more
                    Showing 1 of 23 projects

                    8 Course Certificates

                    certificate

                    MATLAB for Mechanical Engineers

                    CertificateIcon
                    Certificate UID: f0y5w8ctqjble732
                    View Certificate
                    certificate

                    Introduction to Battery Technology for Electric Vehicle

                    CertificateIcon
                    Certificate UID: qfeu6o9tkvb812p7
                    View Certificate
                    certificate

                    Introduction to Physical Modeling using Simscape

                    CertificateIcon
                    Certificate UID: jx3f2agh0e9pqwnu
                    View Certificate
                    certificate

                    Development of Hybrid Drives using MATLAB & Simulink

                    CertificateIcon
                    Certificate UID: 9nvmrpfhe1azgjqt
                    View Certificate
                    certificate

                    Introduction to Control of Electric Vehicle

                    CertificateIcon
                    Certificate UID: htx84wd6l7bpz3j2
                    View Certificate
                    certificate

                    Python for Mechanical Engineers

                    CertificateIcon
                    Certificate UID: 38jcw57hgpoqitnl
                    View Certificate
                    certificate

                    Introduction to Model-Based Development using MATLAB and Simulink

                    CertificateIcon
                    Certificate UID: u3rp0zjm51wgbf8i
                    View Certificate
                    certificate

                    Introduction to Automotive Embedded Systems and AUTOSAR

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

                    Academic Qualification

                    B.E

                    Tagore Engineering College

                    06 Aug 2015 - 10 Apr 2019

                    12th

                    Wesley Higher Secondary School

                    02 Jun 2014 - 08 Apr 2015

                    10th

                    Wesley Higher Secondary School

                    01 Jun 2012 - 07 May 2013

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

                    13 Hours of Content

                    coursecard
                    Recently launched

                    24 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