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

Prejeesh Rajan

Mechanical Design Engineer

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • SIMULINK-BASICS
  • HEV-FUNDAMENTALS
  • MATLAB
  • HEV
  • BATTERY-TECHNOLOGY
  • HYPER-MESH
  • STRUCTURAL-MESHING

Introduction

Energetic. I am always energetic and eager to learn new skills.

25 Projects

Photo Realistic Rendering

Objective:

MODELING AND RENDERING OF AMERICAN CHOPPER USING SOLIDWORKS   OBJECTIVE:-   The main objective is to create solid modeling of different parts in American chopper. How to assemble different parts of the chopper. Creating a rendered image using Photo View 360.   INTRODUCTION:-   American Chopper is an…

calendar

08 Apr 2021 03:10 PM IST

  • FEA
  • SOLIDWORKS
Read more

Radar Mast & Final Assembly of Yacht

Objective:

MODELING AND RENDERING OF YACHT USING SOLiDWORKS    OBJECTIVE:-     The main objective is to create solid modeling of different parts in YACHT.  How to assemble different parts of the YACHT.  Creating a rendered image using Photo View 360.    SOLIDWORKS:- version used…

calendar

28 Apr 2021 01:39 AM IST

Read more

Week 3 - Solving second order ODEs

Objective:

% 2nd order ode clear all close all clc %inputs %damping coefficeint b=0.05; %gravity in m/s2 g=9.81; %length of pendulum in m l=1; %mass of the ball m=1; %initial condition theta_0=[0;3]; % time points t_span=linspace(0,50,500); %solve ode [t,results]=ode45(@(t,theta)ode_func(t,theta,b,g,l,m),t_span,theta_0); %plotting…

calendar

19 May 2021 04:44 AM IST

    Read more

    Week 4.1 - Genetic Algorithm

    Objective:

    Report writing for stalagmite function using genetic algorithm    Aim:  To write a matlab program on stalamite function using genetic algorithm.    Governing equations If any:  f1x=(sin(5.1*pi*x+0.5))^6;  f1y=(sin(5.1*pi*y+0.5))^6;  f2x=exp((-4)*log(2)*((x-0.667)^2/0.64)); …

    calendar

    02 Jun 2021 11:35 AM IST

      Read more

      Project 1 - Parsing NASA thermodynamic data

      Objective:

      Project-prasing NASA thermodynamic data    Aim:  To write a program to extarct 14 coefficients and calculate entropy,enthalapy,specific heats of the data in the file    Governing equations If any:  CP=(a1+a2*T+a3*T.^2+a4*T.^3+a5*T.^4)*R;      H=(a1+a2*T./2+a3*T.^2./3+a4*T.^3./4+a5*T.^4./5+a6./T)*R.*T; …

      calendar

      09 Jun 2021 07:01 AM IST

        Read more

        Week -2

        Objective:

        Aim:  To stimulate doorbell and heater using Matlab    Objective:  The observe the doorbell for every 2 sec closed and released  To use a thermistor and to turn on and off the heater with the given temperature    Requirements:  Matlab,simulink,simscape …

        calendar

        23 Jun 2021 07:10 AM IST

          Read more

          Week - 4

          Objective:

          Aim:  To give the control logic for washing machine and gear transmission using stateflow chart in simulink  Objective:  Giving the control logic for washing machine according to the time sec for each process  Giving the control logic for gear transmisson according to the speed…

          calendar

          03 Jul 2021 06:06 AM IST

            Read more

            Week-3 Challenge: ADVISOR Tool

            Objective:

            Aim: To simulate the data and given conditions of ev using advisor tool in matlab. (1):answer procedure: we have to open the advisor tool using matlab then select the load file.ev_file  changing the mass into 500kg , click on continue then a simulation parameters page will be opened where we have are giving the cycles…

            calendar

            17 Jul 2021 08:39 AM IST

              Read more

              Week-4 Challenge WOT Condition Part-2

              Objective:

              Aim: What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type?  How does the model calculate miles per gallon? Which factors are considered to model fuel flow?  Run the HEV ReferenceApplication with WOT drive cycle. Change the grade and wind velocity…

              calendar

              23 Jul 2021 03:00 AM IST

              Read more

              Week-6 Challenge: EV Drivetrain

              Objective:

              Aim:1.  Which types of power converter circuits are employed in electric and hybrid electric vehicle?   rectifier:converts ac line voltage to dc line voltageinverter:converts dc voltage to ac voltagechopper:stepdown high voltage to low dc voltageelectric vehicles:All-electric vehicles (EVs), also referred…

              calendar

              24 Jul 2021 02:24 PM IST

              Read more

              Week-7 Challenge: DC Motor Control

              Objective:

              Aim: 1. A. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’.     B. Comment on the armature current shoot-up from the scope results.     C. Refer to the help section of ‘The Four-Quadrant Chopper DC Drive (DC7) block’. Compare it with the H-bridge…

              calendar

              27 Jul 2021 06:00 AM IST

              Read more

              Week-11 Challenge: Braking

              Objective:

              For a defined driving cycle, calculate the energy required for braking. sol: workdone=kinetic energy for calculating energy formula is E=0.5m*v^2 m=mass of the vechile=1000kg v=velocity of the vechile vf=vi vehicle is going from 100 to 0 vf=final velocity and vi=inital velocity t=time required from 100 to 0 =10sec power…

              calendar

              04 Aug 2021 10:20 AM IST

              Read more

              Project-1: Powertrain for aircraft in runways

              Objective:

              1. Search and list out the total weight of various types of aircrafts.  A cargo aircraft (also known as freight aircraft, freighter, airlifter or cargo jet) is a fixed wing aircraft that is designed or converted for the carriage of cargo rather than passengers. Such aircraft usually…

              calendar

              07 Aug 2021 06:03 AM IST

                Read more

                Final Project: Electric Rickshaw modelling

                Objective:

                Aim: To create a matlab model of an electric rickshaw. objectives: Rear wheels driven by PM brushed type motor Assume efficiency points of motor controller and motor Make an excel sheet of all input and assumed data  Results: For any three standard driving cycles show energy consumption, temperature rise of motor…

                calendar

                14 Sep 2021 03:27 PM IST

                Read more

                Week 1 Understanding Different Battery Chemistry

                Objective:

                1.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.Give your detailed explanation on it   What is the chemistry involved in lithium-ion batteries? Inside a lithium-ion  battery,oxidation-reduction…

                calendar

                20 Sep 2021 01:01 PM IST

                  Read more

                  Final Project: Design of an Electric Vehicle

                  Objective:

                  Create a MATLAB model of electric car which uses a battery and a DC motor. Choose suitable blocks from Powertrain block set. Prepare a report about your model including following: Electric cars function by plugging into a charge point and taking electricity from the grid. They store the electricity in rechargeable batteries…

                  calendar

                  23 Sep 2021 01:20 PM 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 for testing the harness dashboard we have to download the project model  https://in.mathworks.com/matlabcentral/fileexchange/72865-design-and-test-lithium-ion-battery-management-algorithms then we have to open the file …

                  calendar

                  09 Oct 2021 12:00 PM IST

                    Read more

                    Project 1 Mechanical design of battery pack

                    Objective:

                    AIM: Battery pack capacity: 18 kWh Cell: ANR26650M1-B  Prepare a detailed battery pack drawing along with its enclosure. State your assumptions   what is a cell ? A cell is known to be a single unit device that tends to convert the chemical energy into electric energy. Depending on what types of electrolytes…

                    calendar

                    19 Oct 2021 07:50 AM IST

                    Read more

                    Project 2 Thermal modeling of battery pack

                    Objective:

                    Aim: For a 10 cell series lithium ion battery model, simulate the thermal effects and compare life cycle performance at various temperatures, charge & discharge rates using MATLAB. A lithium-ion battery or Li-ion battery is a type of rechargeable battery in which lithium ions move…

                    calendar

                    23 Oct 2021 05:33 AM IST

                    Read more

                    Week 4-1D Element Creation Challenge

                    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

                    06 Nov 2021 09:13 AM IST

                      Read more

                      Week 6-Meshing of Hood Challenge

                      Objective:

                        Follow the below-mentioned quality criteria, mesh the component given below and assign thickness: Target Element Length = 5 Units S.N Quality Criteria  Value  1 Aspect Ratio  5 2 Skewness 45 3 Warping 15 4 Taper      0.5 5 Min. Length 2 Units 6 Max. Length 8 Units 7 Min angle…

                      calendar

                      19 Nov 2021 06:46 AM IST

                        Read more

                        Project 1 (Mini Project on Vehicle Direction Detection

                        Objective:

                        Mini Project - Vehicle Direction Determination General Overview: Identifying the direction of the vehicle is one of the important & diverse features in Autonomous driving & Advanced Driver Assistance Features. This particular sub-feature of identifying the direction of vehicle is basically identifying the direction…

                        calendar

                        27 Dec 2021 08:35 AM IST

                        Read more

                        Project 2 Adaptive Cruise Control

                        Objective:

                        Main Project – Adaptive Cruise Control (ACC) 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. Driving in heavy traffic or keeping a safe distance to the preceding vehicle calls for a high level of concentration. The…

                        calendar

                        27 Dec 2021 02:16 PM IST

                        Read more

                        Project 1- Traffic Jam Assistant Feature

                        Objective:

                        Traffic Jam Assistant Feature 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 their destination, even in dense traffic or in traffic jams. As a partially automated comfort function, the…

                        calendar

                        07 Jan 2022 08:59 AM IST

                        Read more

                        Project 2-Highway Assistant-Lane Changing Assistant

                        Objective:

                        Highway Assistant – Lane Changing Assistant Introduction to the Feature: The Highway Assistant supports the driver and takes over the longitudinal and lateral guidance of the vehicle in monotonous driving situations on highways. The partially automated function can automatically start, accelerate, brake as well as…

                        calendar

                        07 Jan 2022 10:59 AM IST

                        Read more
                        Showing 1 of 25 projects

                        8 Course Certificates

                        certificate

                        Ultimate SOLIDWORKS Course

                        CertificateIcon
                        Certificate UID: 3gizxr5bqp68vyc0
                        View Certificate
                        certificate

                        MATLAB for Mechanical Engineers

                        CertificateIcon
                        Certificate UID: kbzufgia2oysp0vx
                        View Certificate
                        certificate

                        Introduction to Physical Modeling using Simscape

                        CertificateIcon
                        Certificate UID: 35s98qtxehibmgn7
                        View Certificate
                        certificate

                        Introduction to Hybrid Electric Vehicle using MATLAB and Simulink

                        CertificateIcon
                        Certificate UID: podgzc1xhsevw7fy
                        View Certificate
                        certificate

                        Introduction to Control of Electric Vehicle

                        CertificateIcon
                        Certificate UID: mldpo7h19ezutcbq
                        View Certificate
                        certificate

                        Introduction to Battery Technology for Electric Vehicle

                        CertificateIcon
                        Certificate UID: hdwocy4t0pfqevn3
                        View Certificate
                        certificate

                        Introduction to Model-Based Development using MATLAB and Simulink

                        CertificateIcon
                        Certificate UID: e8iahpk792bswfn0
                        View Certificate
                        certificate

                        Introduction to Automotive Embedded Systems and AUTOSAR

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

                        Academic Qualification

                        B.Tech

                        MLR Institute of Technology

                        31 Mar 2015 - 19 Mar 2020

                        12th

                        St. Anthony's High School

                        30 Apr 2013 - 30 Apr 2015

                        10th

                        Keshava Reddy Concept School Sangareddy

                        30 Apr 2009 - 30 Apr 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