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 USING PYTHON

import math import matplotlib.pyplot as plt def engine_kinematics(bore,stroke,con_rod,cr,start_crank,end_crank): \"\"\" Engine Kinematics \"\"\" #Geometric parameters a=stroke/2 R=con_rod/a #Volume Parameters V_s=math.pi*(1/4)*pow(bore,2)*stroke V_c=V_s/(cr-1) sc=math.radians(start_crank) ec=math.radians(end_crank) num_values=50…

    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 abhishek007123 abhishek007123 (3)

    Breaking Ice with Air cushion Vehicle - Find minimum pressure with Newton-Raphson method

    Objective:

    \"\"\" Breaking ice with air cushion \"\"\" import matplotlib.pyplot as plt import math import numpy as np #function f(x,y) def f(p,h): return(pow(p,3)*(1-pow(beta,2)))+(((0.4*h*pow(beta,2))-(sigma*pow(h,2)/pow(r,2)))*pow(p,2))+(((pow(sigma,2)*pow(h,4))/(3*pow(r,4)))*p)-(pow((sigma*pow(h,2)/(3*pow(r,2))),3)) #derivative…

    calendar

    10 Nov 2018 09:16 AM IST

      Read more

      Air standard Cycle USING PYTHON

      Objective:

      import math import matplotlib.pyplot as plt def engine_kinematics(bore,stroke,con_rod,cr,start_crank,end_crank): \"\"\" Engine Kinematics \"\"\" #Geometric parameters a=stroke/2 R=con_rod/a #Volume Parameters V_s=math.pi*(1/4)*pow(bore,2)*stroke V_c=V_s/(cr-1) sc=math.radians(start_crank) ec=math.radians(end_crank) num_values=50…

      calendar

      06 Nov 2018 05:08 AM IST

        Read more

        Parsing NASA thermodynamic data using MATLAB

        Objective:

        NOTE- ALL NECESSARY SCREENSHOTS AND PLOTS ARE UPLOADED TO GOOGLE DRIVE.  The objective for this program is to write a function a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in the data file. NASA  came up with polynomials that can…

        calendar

        10 Oct 2018 08:10 AM IST

          Read more
          Showing 1 of 3 projects