Calcuation of Drag Force - Flow over a bicycle Calculation of Drag Force: In this program we are going to calculate the drag force over a bicycle using PYTHON. The parameters involved are: Frontal area (A) which is the total area of bicycle and the one who's riding it. It is to be noted that the frontal area changes every…
Dheeresh Kumar R
updated on 10 Oct 2018
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 Dheeresh Kumar R (18)
Internal Geneva Mechanism
Aim: To carry out a MBD simulation of a Geneva Wheel Introduction: A typical Geneva wheel setup consists of a driver wheel and a driven wheel. The driver wheel is connected to a motor which influences the rotatory motion required for the driver wheel. Procedure: 1. Design of driver wheel and…
02 Sep 2020 02:52 PM IST
Frequency Analysis of a rotating shaft
Frequency Analysis of a rotating shaft Aim: To perform a frequency analysis on a rotating shaft and to determine the resonant frequencies Introduction: Frequency: Frequency is defined as a number of cycles per unit…
08 Jan 2020 11:36 AM IST
File Parsing
Compatability check The code checks whether the input file name given exsists with extension \'.out\' or not, if a non-compatible file is provided as an input. It shows something like \"File not recognized. Please provide a valid CONVERGE output file\" Data visualizer Script takes column numbers as the input and…
02 Dec 2018 06:58 AM IST
Curve fitting using Python
Curve fitting can be defined as the process of constructing a curve or mathematical function that has the best fit to a series of data points, subject to constraints. In this project, the curve for Specific heat as a function of Temperature will be plotted and the plot will be compared with the actual plot. The specific…
08 Nov 2018 08:59 AM IST
Breaking Ice with Air cushion Vehicle - Find minimum pressure with Newton-Raphson method
Aim: To determine the minimum cushion pressure needed to break a given thickness of iceusing an air cushion vehicle. Muller proposed the following equation to determine the minimum cushion pressure needed to break a given thickness of ice using an air cushion vehicle where \'p\' denotes the cushion pressure,…
24 Oct 2018 08:37 PM IST
Engine Kinematics of an Otto Cycle using Python
In this project, we are going to write a program for engine kinematics of an air standard otto cycle and subsequently plot a graphical representation of a standard P-V Diagram. In addition to that, the thermal efficiency of the engine will also be computed. The state variables (T1,P1) at state 1 will be considered and…
13 Oct 2018 09:51 AM IST
Engine Kinematics of an Otto Cycle using Python
In this project, we are going to write a program for engine kinematics of an air standard otto cycle and subsequently plot a graphical representation of a standard P-V Diagram. In addition to that, the thermal efficiency of the engine will also be computed. The state variables (T1,P1) at state 1 will be considered and…
13 Oct 2018 09:45 AM IST
Forward Kinematics of a 2R robotic arm manipulator using Python
In this project, I have written a program for the working of a 2R robotic arm manipulator with the implementation of 'for loop' to visualize different positions of robotic arms for different angles in the first quadrant. In general, it can be concluded that we are calculating the workspace of the robotic arms. The calculation…
11 Oct 2018 12:50 PM IST
Calculation of Drag Force - Flow over a Bicycle using Python
Calcuation of Drag Force - Flow over a bicycle Calculation of Drag Force: In this program we are going to calculate the drag force over a bicycle using PYTHON. The parameters involved are: Frontal area (A) which is the total area of bicycle and the one who's riding it. It is to be noted that the frontal area changes every…
10 Oct 2018 09:41 AM IST
Rankine Cycle
INTRODUCTION A simple steam plant working on a Rankine Cycle consists of a boiler, turbine, condenser and a feed pump. For any process in the vapour cycle, it is possible to assume a ideal process when performs the basic intended operation and involves no extraneous effects. For steam boiler, this ideal process would be…
09 Sep 2018 08:57 AM IST
Parsing NASA Thermodynamic data
Aim: To write a code in Matlab/Octave to parse the NASA thermodynamic data file and then calculate thermodynamic properties of various gas species. Objectives: To write a function that extracts the 14 co-efficients for a given species from the given file. To write functions that calculate the enthalpy,…
06 Sep 2018 09:14 AM IST
Optimization Maximization of a Stalagmite function using Genetic Algorithm
GENETIC ALGORITHM: Genetic Algorithm defines how to an algorithm can generate a modified copy of itself in order to achieve an objective. The next generation will also match itself against the criteria to ensure that the objective will eventually be achieved. A genetic algorithm is a heuristic search method…
31 Aug 2018 12:04 PM IST
Curve Fit of higher order polynomials
Curve fitting can be defined as the process of constructing a curve or mathematical function that has the best fit to a series of data points, subject to constraints. In this project, the curve for Specific heat as a function of Temperature will be plotted and the plot will be compared with the actual plot. The specific…
26 Aug 2018 06:28 AM IST
Simulation of a Simple Pendulum - Solution for a Second order ODE
In this Project, we will be solving a second order differential equation which depicts the displacement of pendulum with respect to time. The second order differential equation is as follows: where, g = gravity in m/s2, L = length of the pendulum in m, m = mass of the ball in kg, b=damping coefficient. All these…
24 Aug 2018 12:33 PM IST
Engine Kinematics of an Otto Cycle
In this project, we are going to write a program for engine kinematics of an air standard otto cycle and subsequently plot a graphical representation of a standard P-V Diagram. In addition to that, the thermal efficiency of the engine will also be computed. The state variables (T1,P1) at state 1 will be considered and…
21 Aug 2018 08:30 PM IST
Calculation of Drag Force - Flow over a Bicycle
Calculation of Drag Force: In this program we are going to calculate the drag force over a bicycle using MATLAB. The parameters involved are: Frontal area (A) which is the total area of bicycle and the one who\'s riding it. It is to be noted that the frontal area changes every second and inturn the drag force changes. …
17 Aug 2018 09:32 AM IST
Calculation of Drag Force - Flow over a Bicycle
Calculation of Drag Force: In this program we are going to calculate the drag force over a bicycle using MATLAB. The parameters involved are: Frontal area (A) which is the total area of bicycle and the one who's riding it. It is to be noted that the frontal area changes every second and inturn the drag force changes. …
17 Aug 2018 09:29 AM IST
Forward Kinematics of a 2R robotic arm manipulator
In this project, I have written a program for the working of a 2R robotic arm manipulator with the implementation of 'for loop' to visualize different positions of robotic arms for different angles in the first quadrant. In general, it can be concluded that we are calculating the workspace of the robotic arms. The calculation…
16 Aug 2018 07:51 PM IST