Menu

IIT Certification 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

Policheti Mani Krishna

Mechanical engineer

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • HEV
  • SIMULINK-BASICS
  • HEV-FUNDAMENTALS
  • BATTERY-TECHNOLOGY
  • CFD
  • NUMERICAL-ANALYSIS
  • MATLAB

Introduction

I am an Mtech graduate

31 Projects

Week 3 - Solving second order ODEs

Objective:

function [dtheta_dt] = ode_func(t,theta,b,g,l,m) b = 0.05; m = 1 ; g = 9.81; l = 1; theta1 = theta(1) theta2 = theta(2) dtheta1_dt = theta2; dtheta2_dt = -(b/m)*theta2 - g/l*sin(theta1); dtheta_dt = [dtheta1_dt;dtheta2_dt]; end Expilination : This is the function for genrating the values for theta1 and theta2. clear all…

calendar

15 Nov 2021 02:30 PM IST

    Read more

    Week 4.1 - Genetic Algorithm

    Objective:

    ga_satistics: clear all close all clc x = linspace(0,0.6,150); y = linspace(0,0.6,150); [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); f(i,j) =get_stalagmite(input_vector); end end num_cases = 50 tic % Study 1 -…

    calendar

    25 Nov 2021 07:43 AM IST

      Read more

      Project 1 - Parsing NASA thermodynamic data

      Objective:

      %Calculation of entropy function s = entropy(A1,A2,A3,A4,A5,A6,A7,B1,B2,B3,B4,B5,B6,B7,T,R,global_med_temp) if T<= global_med_temp s = (A1.* log(T)+A2.*T+A3.*(T.^2)./2+A4.*(T.^3)./3+A5.*(T.^4)./4+A7)*R; else s = (B1.* log(T)+B2.*T+B3.*(T.^2)./2+B4.*(T.^3)./3+B5.*(T.^4)./4+B7)*R; end Expilination : This the code for…

      calendar

      03 Dec 2021 12:33 PM IST

        Read more

        Project 2 - Rankine cycle Simulator

        Objective:

        %Rankine Cycle %sTeam condiTion At The inleT of Turbine % consider pressure in bar % Where, p1=p4, p2=p3 close all clear all clc % To displying disp('RANKINE CYCLE SIMULAtOR') disp('1-2 is isentropic expansion in Turbine') disp('2-3 is constant pressure heat rejection in condenser') disp('3-4 is isentropic compression…

        calendar

        09 Dec 2021 11:23 AM IST

          Read more

          Photo Realistic Rendering

          Objective:

          Title of the Project:RENDERING OF CHOPPER SIR FOR MY SOLID WORKS I DONT HAVE SOLID WORKS VISUALIZE SO I CONTECTED ONE OF THE SIR'S (MAHINDHRANATH) HE SAID TRY WITH PHOTO360 TO GET RENDERING AND ASKED ME TO INFORM SKILL LYNC . I TRIED MY BEST RENDERING THE CHOPPER IS VERY DIFICULT FOR ME TO COMPLETE AND VERY HARD ON MY…

          calendar

          18 Feb 2022 03:57 PM IST

            Read more

            Radar Mast & Final Assembly of Yacht

            Objective:

            Modelling Sunseeker Predator Yacht: I startd doing Modelling Yacht i started with easy parts which completes with any dought while doing each part of the yatch i learned some thing new every time creating new planes and and drawing two sketches and and converting into one and using of the spline to get the shape of the…

            calendar

            29 May 2022 11:48 AM IST

              Read more

              Week 1 Understanding Different Battery Chemistry

              Objective:

              Name Anode Cathode Seperator Electrolyte Anode Reaction Catode Reaction  Overall Reaction Lithium cobalt oxide(LCO) Graphite Lithium cobalt  Polyolefin Ethylene carbonate LiC6 - C6+Li^+ +e^-  CoO2+Li^+ +e^- - LICoO2  C6+ LiCoO2 - LiC6 +CoO2 Lithium manganese oxide (LMO) Graphite Lithium manganese Polyolefin…

              calendar

              10 Jun 2022 09:15 PM IST

                Read more

                Week 7 State of charge estimation

                Objective:

                Part 1: Simulate the 3 test cases from harness dashboard and write a detailed report on the results. The Closed Loop Harness Dashboard model by Mathworks is as shown below.   To select one of the 3 test conditions, it can be selected via the Test Sequence Variant block which allows you to select which test needs…

                calendar

                10 Jul 2022 08:23 AM IST

                  Read more

                  Project 1 Mechanical design of battery pack

                  Objective:

                  Battery pack capacity: 18 kWh Cell: ANR26650M1-B  Prepare a detailed battery pack drawing along with its enclosure. State your assumptions. AIM: To Prepare a detailed battery pack drawing along with its enclosure with ANR26650M1-B by a capacity of 18 kWh.  ANR26650M1-B is a Nano phosphate high power lithium-ion cell which…

                  calendar

                  16 Jul 2022 04:11 PM IST

                  • HEV
                  Read more

                  Week 2 Challenge : Surface meshing on a Pressure valve

                  Objective:

                  https://drive.google.com/file/d/1Wbms16G1936MAtWghvFNn07juqXiUIUE/view?usp=sharing   Surface meshing on a Pressure valve:    After opening the pressure valve checked for the single coons, double coons and triple coons and filled the holes on the surface of the valve using fill hole. Then using Shell properties…

                  calendar

                  15 Aug 2022 04:23 AM IST

                    Read more

                    Week 3 Challenge : CFD meshing on Turbocharger

                    Objective:

                    https://drive.google.com/file/d/1oAZNkd1PvaFXy9sG9Ncps80VC5VVKBgs/view?usp=sharing    CFD meshing on Turbocharger:             Meshing on Turbocharger firstly i checked of single ,double & triple coons and fixed most of them in some parts of the turbocharger there are surfaces…

                    calendar

                    17 Aug 2022 05:32 AM IST

                    Read more

                    Week 4 Challenge : CFD Meshing for BMW car

                    Objective:

                    This is hardest challenge that i completed in skill lync compairing to every other course in skill lync i took almost 2 months to completed this challenge i  forgot when i stared it there may be few mistakes in the model .but i tried my best to complete it.so please consider my efforts

                    calendar

                    31 Oct 2022 08:35 PM IST

                      Read more

                      Week 5 Challenge : Surface wrap on Automotive Assembly

                      Objective:

                      https://drive.google.com/file/d/1aGR-6nVolJBf338Jt-ACpsPpNBLgt5xO/view?usp=sharing     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.    

                      calendar

                      28 Nov 2022 06:39 AM IST

                        Read more

                        Project 1 : CFD Meshing for Tesla Cyber Truck

                        Objective:

                        https://drive.google.com/file/d/1f7nGKMc3s_A3vpwnekLvTSQ-OQmdha7Q/view?usp=sharing   Import the CAD model. Identifying & cleanup of the topological / geometry errors . Geometry check-up. Setting-up of relevant PIDs. Defining the element size or length. Setting the mesh parameters , selection of meshing type…

                        calendar

                        07 Feb 2023 03:12 PM IST

                        Read more

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

                        Objective:

                        Aim: - To derive and write a program for in MATLAB for 4th order approximation for second order derivative by following methods- Central difference Skewed right sided difference Skewed left sided difference Objective: - 1. To evaluate the second order derivative of the function  f(x)=exp(x)cosx�(�)=exp⁡(�)cos�   ,  Using…

                        calendar

                        07 Feb 2023 03:56 PM IST

                        Read more

                        Week 1- Mixing Tee

                        Objective:

                        Case 1  Short mixing tee with a hot inlet velocity of 3m/s. Momentum ratio of 2, 4.  Case 2  Long mixing tee with a hot inlet velocity of 3m/s. Momentum ratio of 2, 4. INTRODUCTION: The function of mixing Tee is to provide proper mixing of quantities to get the desired result at the outlet.   By controlling…

                        calendar

                        13 Feb 2023 01:47 PM IST

                        Read more

                        Project 1 : CFD Meshing for Tesla Cyber Truck

                        Objective:

                        https://drive.google.com/file/d/1f7nGKMc3s_A3vpwnekLvTSQ-OQmdha7Q/view?usp=sharing   Import the CAD model. Identifying & cleanup of the topological / geometry errors . Geometry check-up. Setting-up of relevant PIDs. Defining the element size or length. Setting the mesh parameters , selection of meshing type and generating…

                        calendar

                        13 Feb 2023 03:01 PM IST

                        Read more

                        Week 2 - Flow over a Cylinder.

                        Objective:

                         AIM: Simulate the flow over a cylinder and explain the phenomenon of Karman vortex street. Understanding the vortex shedding for different Reynolds numbers by changing the inlet velocities accordingly. Create a monitor point behind the cylinder at a distance 4 times the diameter which can be used to calculate and…

                        calendar

                        17 Feb 2023 04:02 PM IST

                        Read more

                        Week 3 - External flow simulation over an Ahmed body.

                        Objective:

                        AIM-:Study of Flow and Turbulence Structures in the Wake of a Simplified Car Model (Ahmed Model) Theory-:Ahmed Body                                                                                                                              The Ahmed body is a generic car body (a simplified vehicle model). The airflow…

                        calendar

                        22 Feb 2023 03:58 PM IST

                        Read more

                        Week 5 - Rayleigh Taylor Instability

                        Objective:

                        AIM: To conduct the Rayleigh Taylor CFD simulation. 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…

                        calendar

                        04 Mar 2023 08:03 AM IST

                        Read more

                        Week 6 - CHT Analysis on a Graphics card

                        Objective:

                        Aim: Analysis of steady-state conjugate heat transfer using a graphics card model Objectives : Run the simulation by varying the velocity from 1m/sec to 5m/sec for at least 3 velocities and discuss the results. Find out the maximum temperature and heat transfer coefficient attained by the processor. Prove that the…

                        calendar

                        08 Mar 2023 02:07 PM IST

                        Read more

                        Week 8 - Simulating Cyclone separator with Discrete Phase Modelling

                        Objective:

                        AIM:  to simulate the flow through a cyclone separator and showing the results for the different particle size and for the different velocities. we have to run the simulation for the six cases   1).set the velocity constant to 3 m/s and do simulation for the varying size of the particle. 2).set the…

                        calendar

                        01 Apr 2023 06:30 AM IST

                        Read more

                        Week 4 - CHT Analysis on Exhaust port

                        Objective:

                        Objective :   In this challenge,  We will ,give a brief description of why and where a CHT analysis is used.  We wil simulate both fluid flow and also the heat transfer to the solid i.e., CHT Analysis on an Exhaust port Then we will calculate the wall heat transfer coefficient on the internal solid surface & show the velocity…

                        calendar

                        01 Apr 2023 10:10 AM IST

                          Read more

                          Week 10 - Simulating Combustion of Natural Gas.

                          Objective:

                          Aim: Perform a combustion simulation on the combustor model using methane as fuel.   Objectives: 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…

                          calendar

                          02 Apr 2023 04:32 PM IST

                            Read more

                            Week 9 - Parametric study on Gate valve.

                            Objective:

                            Aim:  To perform a parametric study on Gate valve. Objective: 1. Simulate the flow of fluid through a gate valve. 2. Perform the paramatic study on the gate valve by setting design points corresponding to the positions of the lift of the spindle. 3. Calculate the mass flow rate corresponding to all the design points Gate…

                            calendar

                            02 Apr 2023 06:11 PM IST

                            Read more

                            Week 9 - FVM Literature Review

                            Objective:

                            TO EXPLAIN THE NEED FOR THE INTERPOLATION SCHEMES AND FLUX LIMITER IN THE FVM(FINITE VOLUME METHOD). Aim: To describe the need for the interpolation schemes in the FVM and flux limiter. METHOD OF THE CFD: To solve the real-world problem, the people discovery three simples schemes for the numerical solution are  Finite…

                            calendar

                            05 Apr 2023 08:26 PM IST

                            Read more

                            Week 11 - Simulation of Flow through a pipe in OpenFoam

                            Objective:

                            Aim:-  In this project we are simulating an axi-symmetric flow by applying the wedge boundary condition. where the flow is laminar and flows through a constant cross-section pipe at an inlet Reynold's number of 2100. And validate results with the Hagen- Poiseuille's equations for the fully developed flow. DESCRIPTION:-…

                            calendar

                            10 Apr 2023 04:34 PM IST

                            Read more

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

                            Objective:

                            Aim: To study the effect of the wedge angle and the Boundary Conditions on the simulation of an axisymmetric laminar flow in a cylindrical pipe.  Theoretical Introduction:Axi-symmetric flow: A flow pattern is axisymmetric when it is identical in every plane that passes through a certain straight-line. The straight-line…

                            calendar

                            11 Apr 2023 01:11 PM IST

                            Read more

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

                            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 = 800 K You will implement…

                            calendar

                            11 Apr 2023 01:37 PM IST

                            Read more

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

                            Objective:

                            Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method. Objective: To Simulate the isentropic flow through a Quasi 1D subsonic nozzle by deriving both the conservation and non-conservation forms of the governing equations and solve them by implementing the MacCormack's technique using MATLAB. Problem…

                            calendar

                            12 Apr 2023 10:39 AM IST

                            Read more

                            Week 8 - Simulation of a backward facing step in OpenFOAM

                            Objective:

                            Objective -  Case 1 - Simulate the flow without using any grading factor (i.e., GF = 1) Case 2 - Simulate the flow with grading factor of 0.2. The cells should be finer near the walls (includig the step wall). Theory- Here the aim is simulate an incompressible-laminar-flow through backward facing step geometry. Accordingly…

                            calendar

                            12 Apr 2023 03:52 PM IST

                            Read more
                            Showing 1 of 31 projects

                            6 Course Certificates

                            certificate

                            MATLAB for Mechanical Engineers

                            CertificateIcon
                            Certificate UID: cu9dikqs48gy2njt
                            View Certificate
                            certificate

                            Ultimate SOLIDWORKS Course

                            CertificateIcon
                            Certificate UID: 3bp92q6rvst0xgf8
                            View Certificate
                            certificate

                            Introduction to Battery Technology for Electric Vehicle

                            CertificateIcon
                            Certificate UID: dicwkpftnb9h8m5u
                            View Certificate
                            certificate

                            Advanced CFD Meshing using ANSA

                            CertificateIcon
                            Certificate UID: j420f1qlwiubnovh
                            View Certificate
                            certificate

                            Introduction to GUI based CFD using ANSYS Fluent

                            CertificateIcon
                            Certificate UID: ytcr9piugj3qve05
                            View Certificate
                            certificate

                            Introduction to CFD using MATLAB and OpenFOAM

                            CertificateIcon
                            Certificate UID: qz30hiawldrsbcxp
                            View Certificate
                            Showing 1 of 6 certificates

                            Academic Qualification

                            M.Tech

                            SRKR Engineering College

                            17 Jul 2017 - 02 Jul 2019

                            B.Tech

                            GVIT

                            14 Sep 2010 - 16 May 2016

                            12th

                            Sri chaitanya

                            14 Jun 2010 - 15 May 2012

                            10th

                            Bharathi Public School

                            15 Jul 2009 - 11 May 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.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

                            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