The Newton Raphson method is an iterative technique that is used to find out the roots of a real valued function. It uses the idea that a continuous and differentiable function can be approximated by a straight-line tangent to it. In this case Newton Raphson method is used to find out the cushion pressure required to cut…
Habishek Umapathy
updated on 29 Jul 2019
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 Habishek Umapathy (11)
Week 6- Challenge
WEEK 6 CHALLENGE AIM – To mesh the hood component of a car and assign thickness. The quality criteria is given below, Target element length = 5mm S.N Quality Criteria Value 1 Aspect Ratio 5 2 Skewness 45 3 Warping 15 4 Taper 0.5 5 Min. Length 2mm 6 Max. Length 8mm 7 Min angle…
21 Jun 2020 07:30 AM IST
Pipe Flow simulation using Solidworks
AIM – To run a pipe flow simulation with an inlet Reynolds number of 100, 1000 and 10000. For each of these cases do the following Place the line probes at 95%, 90%, 85%of the pipe length. Compare the normalized velocity profile at each of these locations. Normalize the velocity profile by the inlet velocity. Reynolds…
23 Oct 2019 06:36 AM IST
Data Analysis using Python
OBJECTIVE – We have to write the script which should take column numbers as the input and plot the respective columns as separate images. The plot labels should be extracted from the file. If there is a request for a plot between column 1(crank angle) and column 8(volume) , then label information should automatically…
13 Aug 2019 10:09 AM IST
Curve Fitting using Python
OBJECTIVE – To write a program to perform curve fitting. Curve Fitting is the process of constructing a curve or mathematical functions, which possess the closest proximity to the real series of data. By curve fitting, we can mathematically construct the functional relationship between the observed…
01 Aug 2019 01:29 AM IST
Breaking Ice with Air cushion Vehicle - Find minimum pressure with Newton-Raphson method
The Newton Raphson method is an iterative technique that is used to find out the roots of a real valued function. It uses the idea that a continuous and differentiable function can be approximated by a straight-line tangent to it. In this case Newton Raphson method is used to find out the cushion pressure required to cut…
29 Jul 2019 12:54 PM IST
Simulation of Transient behaviour of a Simple Pendulum
OBJECTIVE – To write a program to simulate the transient behaviour of a simple pendulum and to create an animation of its motion. PROCEDURE – In Engineering, ODE is used to describe the transient behavior of a system. A simple example is a pendulum The way the pendulum moves depends on the Newtons second…
15 Jul 2019 01:42 PM IST
Otto Cycle using Python
OBJECTIVE - To write a code for P_V diagram of an Otto cycle and calculate thermal efficiency PROCEDURE – ASSUMPTIONS Initially state variables p1,t1,t3 and gamma are assumed. Necessary Engine geometric parameters are also assumed. PROGRAM AND EXPLANATION- First the required inputs are given and with…
07 Jul 2019 11:13 PM IST
Parsing NASA Thermodynamic file Using MATLAB
OBJECTIVE - 1. Write a function that extracts the 14 co-efficient and calculates the enthalpy, entropy and specific heats for all the species in the data file. Calculate the molecular weight of each species and display it in the command window. Plot the Cp, Enthalpy and Entropy for the local temperature range (low…
12 Jun 2019 09:53 AM IST
Genetic Algorithm Using MATLAB
OBJECTIVE - Write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. PROCEDURE- The genetic algorithm is a method for solving both constrained and unconstrained optimization problems that is based on natural selection, the process that drives biological evolution.…
07 Jun 2019 04:42 AM IST
Curve Fitting Using MATLAB
OBJECTIVE – To write code to fit a linear and cubic polynomial for the Cp data and plot the linear and cubic fit curves along with the raw data points. PROCEDURE – Curve Fitting is the process of constructing a curve or mathematical functions, which possess the closest proximity to the real series of…
04 Jun 2019 02:29 AM IST
Simulation of Simple Pendulum using MATLAB
OBJECTIVE – To write a program to simulate the transient behaviour of a simple pendulum and to create an animation of its motion. PROCEDURE – In Engineering, ODE is used to describe the transient behavior of a system. A simple example is a pendulum The way the pendulum moves depends on the Newtons second…
03 Jun 2019 09:45 AM IST