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

Phani kumar Chitikena

Aerospace

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • PYTHON-BASICS
  • NUMERICAL-ANALYSIS
  • CFD-BASICS
  • SOLIDWORKS-FLOW-SIMULATION-BASICS
  • CFD
  • MATLAB
  • OPENFOAM

Introduction

interested in seeking knowledge

17 Projects

Week 3 - Solving second order ODEs

Objective:

​ Aim:  To write a MATLAB program that solves the ODE that represents the equation of motion of a simple pendulum with damping. Governing equation : The equation which describes the motion of the pendulum with damping as second-order ODE is as follows Where  = angular displacement of the pendulum T = time b =…

calendar

23 May 2021 05:43 AM IST

  • MATLAB
Read more

Flow over a BIcycle using MATLAB

Objective:

Aim: To write a MATLAB program to calculate drag force against a cycle and to plot the graphs b/w velocity and Drag force and Drag co-efficient vs Drag force. Governing Equation: The Drag force over an object can be calculated by using the formula D = 0.5*rho*A*v^2*C_d. Where rho = density of air (Kg/m^3)             …

calendar

26 May 2021 05:56 PM IST

Read more

Forward kinematics of 2D Robotic Arm

Objective:

Aim: To write a program in Matlab to simulate the forward kinematics of A 2d Robotic arm. Introduction: *The robotic arm consists of two links with lengths L1 and L2. *Xo, Yo is the starting point of link 1 which is attached to the base with an angle theta1 *Link 2 starts from the ending point of link 1 at X1, Y1, therefore…

calendar

02 Jun 2021 08:29 AM IST

    Read more

    Otto cycle using MATLAB

    Objective:

      Aim: To plot pressure vs volume of an otto cycle using Matlab. Governing equation: for Isentropic process 1-2 and 3-4 P1V1^gamma = P2V2^gamma (P1V1)/T1 = (P2V2)/T2 change of volume inside the combustion chamber is given by (V/V_compression)=1+0.5*(cr-1)[R+1-cosd(theta)-((R^2 - sind(theta))^2)^0.5] Input parameters:…

    calendar

    02 Jun 2021 08:36 AM IST

    Read more

    Curvefit using MATLAB

    Objective:

    Aim: To write a MATLAB program to fit a linear and cubic polynomial for the Cp data. Governing Equation and Data The curve fit is a technique of finding an algebraic expression that best fits the given data. Here we will find the coefficients of different orders of the equation:             …

    calendar

    07 Jun 2021 08:49 AM IST

    Read more

    Week 4.1 - Genetic Algorithm

    Objective:

    Aim: To write a program in MATLAB to optimize the stalagmite function and find the global Maxima of the function. Theory: Genetic Algorithm: A Genetic Algorithm is an optimization technique that solves nonlinear and non-differential optimization problems. GA optimizes the problems through a natural selection process that…

    calendar

    07 Jun 2021 06:03 PM IST

    Read more

    Project 1 - Parsing NASA thermodynamic data

    Objective:

    Aim: To write a function that extracts the 14 coefficients and calculates the enthalpy, entropy, and specific heats for all the species in the given data file. Theory: File parsing- File parsing means reading the file from which we can extract the required data and use the data in our program. In this program, we have…

    calendar

    16 Jun 2021 10:35 AM IST

    Read more

    Python program to calculate drag force against a cyclist

    Objective:

    Aim: To write a python program to calculate the drag force against a cyclist. Theory: Whenever an object is moving through a medium it experiences an opposing force which reduces the speed of the object this force is known as a Drag force. Drag force mainly depends on the velocity with which the object moves and the frontal…

    calendar

    07 Jul 2021 11:04 AM IST

      Read more

      Simulation of forward kinematics of a 2R Robotic Arm using Python

      Objective:

      Aim: To write a program in python to simulate the forward kinematics of a 2R Robotic Arm. Theory:                                     The robotic arm…

      calendar

      08 Jul 2021 05:58 AM IST

        Read more

        Week 2 Air standard Cycle

        Objective:

          Aim: To write a code to solve an otto cycle and create plots of pv diagram and calculate the termal efficiency of otto cycle. Governing Equation:  two stroke engines operates on the otto cycle. for isentropic process 1-2 & 3-4 p1v1^gamma = p2v2^gamma for process 2-3 & 4-1 p1v1/t1 = p2v2/t2 change of…

        calendar

        07 Aug 2021 11:47 AM IST

          Read more

          Week 5 - Curve fitting

          Objective:

          1. What do popt and pcov mean? The curve fit function in python returns two values they are popt and pcov •Popt variable contains all the values of the coefficients of the equation described for the curve fit •Pcov variable is a covariance matrix that indicates how the values co vary with each other. 2. What…

          calendar

          19 Jul 2022 05:45 PM IST

            Read more

            Week 6 - Data analysis

            Objective:

            Aim: To aim of the project is to write a python code to parse the given file and extract the required data from the file and perform the following tasks •Calculate the area under the P-V diagram. •Calculate the power output of this engine by assuming that RPM is 1500 •This engine consumed 20 micrograms of…

            calendar

            11 Aug 2022 02:14 PM IST

              Read more

              pipe flow simulation with an inlet Reynolds number of 100,1000 and 10,000

              Objective:

              Aim: To run a pipe flow simulation with an inlet Reynolds number of 100, 1000 & 10000. Theory: Reynolds Number: It is a ratio of inertial forces to the viscous forces within a fluid In our case the characteristic length is the diameter of the pipe which is 0.05m the density of the fluid is 1000 kg/m^3 dynamic viscosity…

              calendar

              21 Aug 2022 07:34 AM IST

                Read more

                Flow over an airfoil

                Objective:

                Aim: The Aim of this project is to perform flow simulation over the airfoil for different angles of attack and analyze the results. Procedure: Firstly I started by creating the aerofoil from the aerofoil data. the aerofoil that I have chosen is NACA0017. I started flow simulation over the aerofoil with an initial velocity…

                calendar

                27 Aug 2022 09:19 AM IST

                  Read more

                  Flow over a cylinder

                  Objective:

                  Aim: To simulate transient flow over a cylinder for different Reynolds number Theory: Reynolds Number: It is a ratio of inertial forces to the viscous forces within a fluid Procedure: Firstly, I started by creating cylinder geometry with a diameter of 0.05m. Then I started the flow simulation and used the necessary options…

                  calendar

                  27 Aug 2022 10:38 AM IST

                    Read more

                    Modelling and simulation of flow through a flowbench

                    Objective:

                    Aim: To create a 3D model of a flow bench and run flow analysis and examine how mass flow rate depends on the valve lift. Theory: Valve lift determines the mass flow rate in the combustion chamber. As the valve lift increases the mass flow rate also increases. The best way to visualize this is using the flow bench technique.…

                    calendar

                    30 Aug 2022 11:16 AM IST

                      Read more

                      Centrifugal pump design and analysis

                      Objective:

                      Aim: To Design a centrifugal pump and analyze how the pressure ratio i.e., outlet total pressure by inlet total pressure, affects the mass flow rate at the outlet. Procedure: Firstly, designed a centrifugal pump with an impeller of 8 blades. To simulate the rotation of the impeller it is necessary to create a casing around…

                      calendar

                      08 Sep 2022 06:46 AM IST

                        Read more
                        Showing 1 of 17 projects

                        3 Course Certificates

                        certificate

                        MATLAB for Mechanical Engineers

                        CertificateIcon
                        Certificate UID: nqi58oxutgs1m0re
                        View Certificate
                        certificate

                        Python for Mechanical Engineers

                        CertificateIcon
                        Certificate UID: p5f3v4wsm2ieda8h
                        View Certificate
                        certificate

                        Flow Simulation using SolidWorks

                        CertificateIcon
                        Certificate UID: e2840sijtyrvuo9q
                        View Certificate
                        Showing 1 of 3 certificates

                        1 Workshop Certificates

                        certificate

                        CFD Preprocessing using ANSA

                        CertificateIcon
                        Certificate UID: jk6qprf4d7
                        View Certificate
                        Showing 1 of 1 certificates

                        Academic Qualification

                        B.Tech

                        Hindustan Institute of Technology & Science

                        02 May 2021 - 31 May 2021

                        12th

                        Narayana Junior College

                        04 Jun 2012 - 09 Jun 2014

                        10th

                        Keshava Reddy Concept School

                        12 Jan 2009 - 09 Mar 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
                        4.7

                        4 Hours of Content

                        coursecard
                        4.8

                        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