rohit kumar
Skills Acquired at Skill-Lync :
4 Projects
Week 2 Air standard Cycle
#program to plot pv diagram for otto cycle and thermal efficiency of the cycle import math import matplotlib.pyplot as plt def engine_kinematics(bore, stroke, con_rod, cr, crank_start,crank_end): #inputs bore = 0.1 stroke = 0.1 con_rod = 0.15 cr = 12 #crank pin radius a = stroke /2 R = con_rod / a # volume trace v_s =…
17 May 2020 06:48 PM IST
Week 3 - Solving second order ODEs
SOLVING 2ND ORDER ODE USING PYTHON INTRODUCTION: ODE's represent the transient behaviour of a system, for example as of a pendulim. The pendulum has a string attached at one end and a bob is attachedat the other end. If an initial velocity is given , the bobs starts swinging but the amplitudeof osciattion…
31 May 2020 12:02 AM IST
Week 5 - Curve fitting
1. The popt are best fit argument for the variables. pcov variable contains the covariance matrix which indicates uncertainities and correlations between parameters. This is mostly useful when data has uncertainities. 2. np.array() is used so that array operations can be used on the list of temperatures. It is a part of…
30 Jun 2020 05:59 PM IST
Week 6 - Data analysis
""" Demonstrating file parsing in python """ # Import modules import matplotlib.pyplot as plt # Basic Initialisation line_count = 1 crank = [] pressure = [] temperature = [] volume = [] # File parsing starts here for line in open('engine_data.out'): if '#' not in line: crank.append(float(line.split()[0])) pressure.append(float(line.split()[1]))…
30 Jun 2020 06:09 PM IST
1 Course Certificates
1 Workshop Certificates
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