Sai Gopal Dasari
Skills Acquired at Skill-Lync :
4 Projects
Week 2 Air standard Cycle
"""Otto_cycle"""import mathimport matplotlib.pyplot as plt def engine_kinematics(bore, stroke,con_rod, cr, start_crank, end_crank): #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…
27 Oct 2022 01:28 PM IST
Week 3 - Solving second order ODEs
https://youtu.be/x98n8BcsuaU import numpy as npfrom scipy.integrate import odeintimport matplotlib.pyplot as pltimport math # function that returns dz/dtdef model(theta,t,b,g,l,m): theta1 = theta[0] #displacement theta2 = theta[1] #velocity dtheta1_dt = theta2 dtheta2_dt = -(b/m)*theta2-(g/l)*math.sin(theta1) dtheta_dt…
27 Oct 2022 04:28 PM IST
Week 5 - Curve fitting
import numpy as np import matplotlib.pyplot as pltfrom scipy.optimize import curve_fit #Curve fit funtion for linear polynomialdef func(t,a,b): return a*t +b #reading the thermodynamic data fliedef read_file(): temperature =[] cp =[] for line in open('data','r'): values =line.split(',') temperature.append(float(values[0]))…
04 Nov 2022 11:40 PM IST
Week 6 - Data analysis
"""Task to write a script basic performance of Engine with given engine_data Basic performance calculation Calculate the area under the P-V diagram. P is in column 2 and V is in column 8.Calculate the power output of this engine. Assume that RPM is 1500This engine consumed 20 micro grams of fuel (per 1 stroke cycle). Calculate…
14 Nov 2022 08:31 AM IST
1 Course Certificates
Academic Qualification
B.Tech
srm university
01 Jun 2015 - 15 May 2019
12th
narayana
01 Oct 2013 - 01 Jun 2015
10th
narayana school
01 Apr 2012 - 15 May 2013
Here are the courses that I have enrolled
Similar Profiles
Ladder of success cannot be climbed with hands in pocket.
The Future in Motion
Give more than what you get you will get more than what you gave
Avid learner