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

Air standard cycle

An Otto cycle is an idealized thermodynamic cycle that describes the functioning of a typical spark ignition piston engine. It is the thermodynamic cycle most commonly found in automobile engines. Processes : Process 1–2 is an adiabatic (isentropic) compression of the charge as the piston…

    Project Details

    Loading...

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Vishnu Guduru (11)

    Curve fit using Python

    Objective:

    1. What does popt and pcov mean?  popt is an array with estimated values of coefficients in the equation ax^2+bx+c popt stores the value of the parameters a,b,c pcov is a covariance matrix. It has the estimated values of covariance parameters of      popt, which is used to find the deviation of parameters…

    calendar

    16 May 2020 03:42 PM IST

      Read more

      Data Analysis using Python

      Objective:

                                                      DATA ANALYSIS    AIM: Using the data of engine parameters we should visualize the data, check compatibility and a calculation to find the area…

      calendar

      19 Apr 2020 01:10 AM IST

        Read more

        Solving the second-order ODE using Python

        Objective:

                                    Solving the second-order ODE using Python   Program: import math import matplotlib.pyplot as plt from scipy.integrate import odeint import numpy as np #function that return dz/dt def model(theta,t,b,g,l,m): theta1 = theta[0]…

        calendar

        12 Apr 2020 12:22 AM IST

          Read more

          PV - Diagram of Otto Cycle is plotted using Python

          Objective:

                                                             OTTO CYCLE Program: \"\"\" Otto cycle \"\"\" import math import matplotlib.pyplot as plt def engine_kinematic (bore,stroke,con_rod,cr,Start_crank,end_crank):…

          calendar

          07 Apr 2020 07:16 AM IST

            Read more

            Simulation of 2R Robotic Arm using Python 3.6.2

            Objective:

                                    Simulation of 2R Robotic Arm using Python 3.6.2 Program : import math import matplotlib.pyplot as plt #inputs l1 = 1 #length of first link l2 = 0.5 #length of second link n_theta = 10 #number of theta values requried is 10 theta_start…

            calendar

            05 Apr 2020 03:00 AM IST

              Read more

              NASA File parsing

              Objective:

                                                           NASA File Parsing  File Parsing in MATLAB: In general, the term \"parsing\" refers to MATLAB reading an m-file (script or function) and translating…

              calendar

              01 Apr 2020 01:33 AM IST

              • MATLAB
              Read more

              GENETIC ALGORITHM

              Objective:

              The Genetic Algorithm Theory: The genetic algorithm is the evolution theory proposed by Charles Darwin. It is a random based classical evolutionary algorithm. GA solves any function to find the optimum values based on requirement of the function. MatLab provides an inbuilt function that actually helps to do the genetic…

              calendar

              14 Mar 2020 02:02 AM IST

                Read more

                2R Robotic arm

                Objective:

                The following question is done by using MATLAB software clear all close all clc % inputs l1 = 1 l2 = 0.5 theta1 = linspace(0,90,40); theta2 = linspace(0,90,40); 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);…

                calendar

                18 Feb 2020 02:44 AM IST

                Read more

                Drag force

                Objective:

                The following programs is done using Octave    1. calculating the drag force against a cyclist, where Velocity vs Drag force is plotted.   Description 1 :  In this problem, Typically, the drag coefficient of a cyclist ranges from \approx0.6 for a streamlined time-trial position to…

                calendar

                18 Feb 2020 02:41 AM IST

                  Read more

                  simple pendulum using 2nd order Ode

                  Objective:

                  This problem is solved using MatLab. simulation of a simple pendulum using MatLab.   Description: Step 1: In this, the main inputs required for the simple pendulum such as damping coefficient, acceleration due to gravity, mass of the ball and length of the string and later on given the values of angle theta ranges…

                  calendar

                  18 Feb 2020 02:24 AM IST

                    Read more

                    Air standard cycle

                    Objective:

                    An Otto cycle is an idealized thermodynamic cycle that describes the functioning of a typical spark ignition piston engine. It is the thermodynamic cycle most commonly found in automobile engines. Processes : Process 1–2 is an adiabatic (isentropic) compression of the charge as the piston…

                    calendar

                    11 Feb 2020 09:13 AM IST

                      Read more
                      Showing 1 of 11 projects