The object of Project: - In this project, we calculate the Pressure and Volume of various points, efficiency, and plot the P-V Diagram (Otto Cycle) for a 4-stroke petrol engine using “Python” programming. Otto Cycle and Process: - The Otto cycle is the ideal cycle for spark-ignition engines,…
BRIJESH MAURYA
updated on 02 Nov 2020
Project Details
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.
Other comments...
Read more Projects by BRIJESH MAURYA (12)
Week 3 - Solving second order ODEs
The animation is uploaded to Google drive, below is the link to this location. GDrive_Location The above link has an animated GIF, screenshots of images denoting each location of pendulum motion, and the t-theta graph. Code Explanation: #import required modules import math import numpy as np import matplotlib.pyplot…
17 Nov 2020 04:45 PM IST
Week 2 Air standard Cycle
The object of Project: - In this project, we calculate the Pressure and Volume of various points, efficiency, and plot the P-V Diagram (Otto Cycle) for a 4-stroke petrol engine using “Python” programming. Otto Cycle and Process: - The Otto cycle is the ideal cycle for spark-ignition engines,…
02 Nov 2020 08:03 AM IST
AIR STANDARD CYCLE (OTTO CYCLE) USINGH PYTHON
The object of the Project: - In this project, we calculate the Pressure and Volume of various points, efficiency, and plot the P-V Diagram (Otto Cycle) for a 4-stroke petrol engine using “Python” programming. Otto Cycle and Process: - The Otto cycle is the ideal cycle for spark-ignition engines,…
02 Nov 2020 07:13 AM IST
2R ROBOTIC ARM SIMULATOR USING PYTHON
The object of Project: - To Create an animation like 2R Robotic-arm movement using “Python” programming. Strategy: - First, we define the robotic arm length and angular movement. Plot different plots of different positions of the robotic arm. Create an animation…
27 Oct 2020 02:34 PM IST
Calculating Drag Force Flow Over Bicycle using Python
An object of the Project:- In this project, we are going to calculate the drag force over a bicycle using “Python” programming and draw the plot of Drag Force v/s Velocity and Drag Force v/s Drag Coefficient. …
23 Oct 2020 09:15 AM IST
a new title
Object of the Project: - First, write the Programme to calculate the state points of the Rankine Cycle based on user inputs. Then, plot the corresponding T-s and h-s plots for the given set of inputs with Title and axes labels.Theory: - The Rankine cycle is a model used to predict the performance…
02 Dec 2018 11:17 AM IST
Rankine Cycle Simulator: Using MATLAB
Object of the Project: - First, write the Programme to calculate the state points of the Rankine Cycle based on user inputs. Then, plot the corresponding T-s and h-s plots for the given set of inputs with Title and axes labels. Theory: - The Rankine cycle is a model used to predict the performance…
02 Dec 2018 11:11 AM IST
Parsing NASA thermodynamic data – Using MATLAB
Aim: - To write a code in MATLAB to parse the NASA thermodynamic data file and then calculate Thermodynamic properties, Molecular Weight and Plot nature of the thermodynamic properties of various species. Objectives: - To write a function that extracts the 14 co-efficient for a given species from the given…
25 Oct 2018 06:14 AM IST
Global maxima and of Stalagmite function using Genetic Algorithm - MATLAB
Object - The goal of the study is to search for the find out the maximum value of the stalagmite function by using the Genetic algorithm. Introduction of Genetic Algorithm: - A genetic algorithm is a search heuristic that is inspired by Charles Darwin’s theory of natural evolution. This…
14 Oct 2018 03:02 AM IST
Curve Fitting Analysis for a given data in MATLAB
Object of the Project: - We are constructing a curve using the given set of data. The curve constructed needs to be as close in value as to the given set as possible. Introduction: - Curve fitting is the process of constructing a curve, or mathematical functions, which possess the closest proximity to the real series of…
13 Oct 2018 03:30 AM IST
Calculation of Drag Force against a Bicycle â using MATLAB
Object of the Project: - In this Project, we are going to calculate the drag force over a bicycle using MATLAB programming and draw a plot Drag Force vs Velocity. Definition of Drag Force: - A drag force is the resistance force caused by the motion of a body through a fluid, such as water or air. A drag…
11 Oct 2018 04:58 AM IST
Oscillating Pendulum With Solving second order ODEs
For solving this challenge first create a function according to the Pendulum\'s ODE. `(d^2theta)/(dt^2) + b/m(d theta)/dt + g/l sin theta = 0` where: `b =`damping coefficient` `m =`mass of ball in kg` `l =`length of the pendulum in m` `g =`gravity in m/s^2` Function is function [dtheta_dt] = ode_func(t,theta,b,g,l,m)…
08 Oct 2018 03:33 AM IST