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

Otto Cycle Solver Using Python

Aim: To write code that can solve an otto cycle and make plots for it, and find the Thermal efficiency of the Otto Cycle. Governing Equations: T2/T1 = (V1/V2)^(ɣ-1) T3/T4 = (V4/V3)^(ɣ-1) η% = 100*(1- (v2/v1)^(ɣ-1)) V/Vc = 1 + ½(rc - 1)[R + 1 - Cosθ - (R^2 - Sinθ^2)^½ ] In the above equations,…

    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 Sai Jaswanth Gudibandi (4)

    Data analysis using Python

    Objective:

    Aim:  To write a program that works as a data visualizer, performance calculator, with a compatibility check. Governing Equations: speed = rpm/60 power = speed*area specific fuel consumption = m/power In the above equation, m denotes the mass of the fuel consumed and is in micro grams Speed is in m/s The area is in…

    calendar

    05 Nov 2020 08:09 AM IST

      Read more

      Curve fitting with Python

      Objective:

      Aim:  To perform curve fitting with Python and obtain various parameters Governing Equations: The respective cubic and polynomial equations.   Where RSS is the Sum of Squares of Residuals, TSS is the total sum of squares, R^2 is the Coefficient of Determination.   Where n is the number of observations, y…

      calendar

      04 Nov 2020 03:31 PM IST

        Read more

        Solving Ordinary Differential Equations using Python and Animating the Motion of a Simple Pendulum

        Objective:

        Aim:  To write a program that solves the following ODE. This ODE represents the equation of motion of a simple pendulum with damping Governing Equations: In the above equation,  b is the damping coefficient. No units m = mass of the ball in kg, g is the gravitational acceleration. Units m/s^2 L is the pendulum’s…

        calendar

        04 Nov 2020 06:26 AM IST

          Read more

          Otto Cycle Solver Using Python

          Objective:

          Aim: To write code that can solve an otto cycle and make plots for it, and find the Thermal efficiency of the Otto Cycle. Governing Equations: T2/T1 = (V1/V2)^(ɣ-1) T3/T4 = (V4/V3)^(ɣ-1) η% = 100*(1- (v2/v1)^(ɣ-1)) V/Vc = 1 + ½(rc - 1)[R + 1 - Cosθ - (R^2 - Sinθ^2)^½ ] In the above equations,…

          calendar

          04 Nov 2020 04:14 AM IST

            Read more
            Showing 1 of 4 projects