Aim: To learn the Rankine cycle and to create a Rankine Cycle Smulator using Matlab which shows all state conditions and T-S and H-S plots. THEORY: The Rankine cycle or Rankine Vapor Cycle is the process widely used by power plants such as coal-fired power plants or nuclear reactors. In this mechanism, a fuel is used to…
Yadnesh Waradkar
updated on 28 Jun 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 Yadnesh Waradkar (22)
Analysis of a plate with a hole using FEA
problem statement : Perform a static analysis on two models of plate with holes. to create the model in Solidworks and perform the analysis. The dimensions for the first case is as follows: CASE 1 Length=300mmHeight=120mmThickness=30mmCircular Hole at the center:Diameter=60mm The dimensions for the second case is as follows:…
15 Jul 2020 06:18 PM IST
Analysis of buckling phenomenon using FEA
Aim : to perform a buckling analysis on a cyclonic separator stand objective: to find bucking factor of safety for cyclone seperator stand without support to find the optimal position where the stiffener has to be placd for maximum bucking fator of safety theory : When the lengthy beam…
15 Jul 2020 06:16 PM IST
Comparison of bending in beam
AIM: To do a comparison between three types of beams in terms of stress, displacement, and strain generated during the bending load conditions by doing FEA in SOLIDWORKS OBJECTIVE: Draw the below provided sketches in solidworks. extrude the sketches to a length of 400mmApply a load of 150N on the smaller face(i.e.…
15 Jul 2020 06:14 PM IST
Curve fitting using Python
AIM: To determine the code to fit a linear and cubic polynomial for the Cp data. The link for the Cp vs Temperature data file is given below. Click here to get the Cp vs Temperature data file THEORY : Curve fitting is the process of constructing…
15 Jul 2020 06:11 PM IST
Breaking Ice with Air cushion Vehicle - Finding minimum pressure with Newton-Raphson method using Python
problem statement: For this challenge, writing a python script to solve for the minimum value of pressure using the newton raphson method. where p denotes the cushion pressure, h the thickness of the ice field, r the size of the air cushion, σ the tensile strength of the ice and β is related to…
15 Jul 2020 06:09 PM IST
Constraint minimization problem -pen and paper calculation - using Python
problem statement: Let us consider the given function to minimize the function 5-(x-2)2-2(y-1)2">5−(x−2)2−2(y−1)25-(x-2)2-2(y-1)2 subjected to the condition x+4y=3">x+4y=3x+4y=3 We can use Lagrange multipliers to find the maximum or minimum value of the…
15 Jul 2020 06:02 PM IST
Solving second order ODEs using Python
AIM : To simulate the transient behaviour of a simple pendulum and to create an animation of it's motion on python objective this poject is about the how to calculate the simple harmonic motion in simple pendulum using python and how to make the animation in this pythone code odeint function has been used to…
15 Jul 2020 05:58 PM IST
2R robotics arm simulator using Python
Aim : The aim of the project is to simulate the forward kinematics of a 2R Robotic Arm. OBJECTIVE: The robot consists of two arms(2R).The arm of the robot is in kinematic state which is about to move around an angle of 0degrees to 180degrees. Governing equations Position of link…
15 Jul 2020 05:54 PM IST
Flow over a bicycle using Python -skill lync
AIM To calculate the drag force against a cyclist and to plot drag force vs velocity and drag force vs drag coefficient Objective: To Study and Calculate the drag force and to find out the relationship between Drag Force VS Velocity of the Bicycle and Drag Force…
15 Jul 2020 05:52 PM IST
Drag force calculation over bicycle using matlab - skill lync
AIM To calculate the drag force against a cyclist and to plot drag force vs velocity and drag force vs drag coefficient Objective: To Study and Calculate the drag force and to find out the relationship between Drag Force VS Velocity of the Bicycle and Drag Force VS Coefficient of Drag…
15 Jul 2020 05:46 PM IST
Frequency Analysis of a rotating shaft
Aim: find out the critical frequencies of a rotating shaft in Solidworks and Find out 5 mode shapes and list the resonant frequencies Objective: To carry out the frequency analysis of a rotating shaft. To determine its natural frequency and corresponding mode shapes. theory : Frequency…
06 Jul 2020 06:13 PM IST
Project 2 - Rankine cycle Simulator
Aim: To learn the Rankine cycle and to create a Rankine Cycle Smulator using Matlab which shows all state conditions and T-S and H-S plots. THEORY: The Rankine cycle or Rankine Vapor Cycle is the process widely used by power plants such as coal-fired power plants or nuclear reactors. In this mechanism, a fuel is used to…
28 Jun 2020 10:39 PM IST
Week 5 - Curve fitting
AIM: To determine the code to fit a linear and cubic polynomial for the Cp data. The link for the Cp vs Temperature data file is given below. Click here to get the Cp vs Temperature data file THEORY : Curve fitting is the process of constructing…
28 Jun 2020 08:31 AM IST
Week 3 - Solving second order ODEs
AIM : To simulate the transient behaviour of a simple pendulum and to create an animation of it's motion on python objective this poject is about the how to calculate the simple harmonic motion in simple pendulum using python and how to make the animation in this pythone code odeint function has been used to…
23 Jun 2020 07:54 PM IST
Air standard cycle (otto cycle) using matlab
Aim: code that can solve an otto cycle and make plots for it. Objective: Plotting PV diagram and calculating the thermal efficiency of an Otto cycle. THEORY: The otto cycle is a cycle of engine operation which requires four strokes of the piston for induction, compression, ignition, and exhaust.…
16 Jun 2020 07:41 PM IST
Project 1 - Parsing NASA thermodynamic data
AIM:- Write a code in Matlab to parse the NASA thermodynamic data file and then calculate thermodynamic properties of various gas species. OBJECTIVE:-Write a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in the data file. Calculate the molecular…
16 Jun 2020 07:34 PM IST
Genetic Algorithm-MATALB
Aim : optimise the stalagmite function and find the global maxima of the function. Theory : A genetic algorithm is an algorithm that imitates the process of Natural Selection. Natural selection is a central concept of evolution: some organism has traits that will make it more likely…
16 Jun 2020 07:32 PM IST
Solving second order ODEs
AIM : To simulate the transient behaviour of a simple pendulum and to create an animation of it's motion on MATLAB objective this poject is about the how to calculate the simple harmonic motion in simple pendulum using MATLAB and how to make the animation in this MATLAB code ODE function has been used to solve…
16 Jun 2020 07:29 PM IST
PARSING NASA THERMODYNAMICS DATA
AIM:- Write a code in Matlab to parse the NASA thermodynamic data file and then calculate thermodynamic properties of various gas species. OBJECTIVE:-Write a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in the data file. Calculate the molecular…
16 Jun 2020 07:28 PM IST
Curve Fitting using MATLAB - Projects - Skill-Lync
AIM: To determine the code to fit a linear and cubic polynomial for the Cp data. The link for the Cp vs Temperature data file is given below. Click here to get the Cp vs Temperature data file THEORY : Curve fitting is the process of constructing a…
08 Jun 2020 01:55 PM IST
simulate the transient behaviour of a simple pendulum
AIM : To simulate the transient behaviour of a simple pendulum and to create an animation of it's motion on MATLAB objective this rpoject is about the how to calculate the simple harmonic motion in simple pendulum using MATLAB and how to make the animation in this MATLAB code ODE function has been used to solve the…
23 May 2020 11:07 AM IST
forword kinematics of a 2R robotics arm using MATLAB-project-skill lync
Aim : The aim of the project is to simulate the forward kinematics of a 2R Robotic Arm. OBJECTIVE: The robot consists of two arms(2R).The arm of the robot is in kinematic state which is about to move around an angle of 0degrees to 180degrees. Governing equations Position of link…
22 May 2020 07:32 PM IST