AIM To design and analyze Centrifugal Pump. Objective Create a 3D model of a centrifugal Pump. Obtain the relationship between Pressure ratio and mass flow rate (Performance Curve) Theory A pump is a device that moves fluids (liquids or gases), or sometimes slurries, by mechanical action, typically converted from…
Bhuvnesh Dave
updated on 11 Jul 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 Bhuvnesh Dave (40)
Project : Constraint Minimization - Pen and Paper calculation
AIM : Minimize the following function `5-(x-2)^2 -2(y-1)^2` subject to the following constraint `x + 4y = 3` Solution : `f(x,y) = 5 − (x − 2)^2 − 2(y − 1)^2` `=> 5 − (x^2 + 4 − 4x) − 2(y^2 + 1 − 2y) = 0` `=> 5 − x^2 - 4 + 4x − 2y^2 - 2 + 4y = 0` `=> −…
15 Jul 2020 12:10 PM IST
Week 6 - Data analysis
Kindly go through following project link https://skill-lync.com/projects/python-project-7-data-analysis
15 Jul 2020 08:16 AM IST
Python Project 7 : Data analysis
Objective: The objective of this project is to write a code for data analysis from an input file and perform the following operations. 1. Compatibility Check: The program will ask for the file name with valid extension which if provided incorrect will terminate the program. In case the file name is correct it will further…
15 Jul 2020 08:12 AM IST
Week 5 - Curve fitting
Kindly go through this link https://skill-lync.com/projects/python-project-6-curve-fitting
15 Jul 2020 07:16 AM IST
Python Project 6 : Curve fitting
AIM: Curve fitting using PYTHON. Problem Statement:- 1. What does popt and pcov mean? 2. What does np.array(temperature) do? 3. What does the * in *popt mean? 4. Write code to fit a linear and cubic polynomial for the Cp data. Explain if your results are good or bad. 5. What needs to be done in order to make the…
15 Jul 2020 07:15 AM IST
Python Project 5 : Breaking Ice with Air cushion Vehicle
AIM : Write python script to solve for the minimum value of pressure using the newton raphson method. Problem Statement : 1. Use the newton raphson method to find out the value of pressure for h = 0.6 ft.2. Find the optimal relaxation factor for this problem with the help of a suitable plot.3. Tabulate the…
15 Jul 2020 06:39 AM IST
Frequency Analysis of a rotating shaft
Kindly go through following link https://skill-lync.com/projects/fea-using-solidworks-project-4-frequency-analysis-of-a-rotating-shaft
14 Jul 2020 03:40 PM IST
FEA Using SolidWorks Project 4 : Frequency Analysis of a rotating shaft
AIM : Frequency Analysis of a rotating shaft using finite elemet analysis method. Objective : The aim of the project is to conduct a frequency analysis on a shaft with a disc mounted on it and determine the corresponding resonant frequencies and the mode shapes. Introduction : Natural Frequency: All physical structures…
14 Jul 2020 03:36 PM IST
FEA Using SolidWorks Project 3 : Analysis on a plate with a hole
AIM : Finite element analysis of a plate with hole. Objective : The project involves performing a static structural analysis using Solidworks simulation, on two models to find out and compare the deformation and maximum stress in two plates and their behaviour around stress concentration regions like holes. Theory: The…
13 Jul 2020 06:02 AM IST
FEA Using SolidWorks Project 2 : Analysis of buckling phenomena
AIM : To perform finite element analysis in SolidWorks to Cyclonic Separator Stand. Objective : To perform a buckling analysis on a cyclonic separator stand. To create a metallic stiffener on the legs of the stand and run the analysis to find out the change in buckling factor of safety. To run a design study and find the…
12 Jul 2020 06:51 PM IST
FEA Using SolidWorks Project 1 : Comparison of bending in beams
AIM : To analysis various beams by using finite element analysis process. Objective: The aim of this project is to analyze the performance of three different types of beams under the same bending load, compare the results for stress, displacement and strain and choose the most efficient beam out of the three.…
12 Jul 2020 04:38 PM IST
Modelling and simulation of flow through a flowbench
Kindly go through this link https://skill-lync.com/projects/flow-simulation-project-4-modelling-and-simulation-of-flow-through-a-flowbench
11 Jul 2020 09:19 PM IST
Flow Simulation Project 4 : Modelling and simulation of flow through a flowbench
AIM : Modelling and simulate flowbench. Objective : To create a 3D geometry of the flow bench and analysis the flow simulation. To run the grid dependency test at three levels. To plot of lift vs mass flow rate. Theory : An air flow bench is a device used for testing the internal aerodynamic qualities of an engine…
11 Jul 2020 09:17 PM IST
Centrifugal pump design and analysis
Kindly Go through following Link https://skill-lync.com/projects/flow-simulation-project-5-centrifugal-pump-design-and-analysis
11 Jul 2020 08:46 PM IST
Flow Simulation Project 5 : Centrifugal pump design and analysis
AIM To design and analyze Centrifugal Pump. Objective Create a 3D model of a centrifugal Pump. Obtain the relationship between Pressure ratio and mass flow rate (Performance Curve) Theory A pump is a device that moves fluids (liquids or gases), or sometimes slurries, by mechanical action, typically converted from…
11 Jul 2020 08:44 PM IST
Flow over an airfoil
Kindly go through this project link https://skill-lync.com/projects/flow-simulation-project-3-flow-over-an-airfoil
11 Jul 2020 07:14 PM IST
Flow Simulation Project 3 : Flow over an airfoil
AIM : Model the flow over a NACA0017 airfoil. For the angle of attacks 0,2,4,6,8,10 compare the lift and drag forces. Theory : The NACA airfoils are airfoil shapes for aircraft wings developed by the National Advisory Committee for Aeronautics (NACA). The shape of the NACA airfoils is described using a series of digits…
11 Jul 2020 07:13 PM IST
Flow over a cylinder
Kindly go through this project https://skill-lync.com/projects/flow-simulation-project-2-flow-over-a-cylinder
10 Jul 2020 08:07 PM IST
Flow Simulation Project 2 : Flow over a cylinder
AIM: Simulate the flow over a cylinder for various conditions. Problem Statement : Simulate the flow over a cylinder for the conditions. Run a baseline simulation and then calculate the Reynolds number. Then increase the Reynolds number by a factor of 20%, 40%, and 100% then run the transient flow simulation. Theory…
10 Jul 2020 08:05 PM IST
Week 3 - Solving second order ODEs
kindly go through following link https://skill-lync.com/projects/python-project-4-solving-second-order-ode-simple-pendulum
10 Jul 2020 06:08 PM IST
Python Project 4 : Solving Second Order ODE (Simple Pendulum)
AIM : To animate a simple pendulum using Python. Problem Statement :- Write a Python Program to solve following equation. `frac {d^2 theta}{dt^2} + frac {b}{m} frac {d theta}{dt} + frac{g}{L} sin theta = 0` This ODE represents the equation of motion of simple pendulum with damping. Create animation of simple pendulum…
10 Jul 2020 05:59 PM IST
Solving Second Order ODE (Simple Pendulum)
Problem Statement :- Write a Program to solve following equation. `frac {d^2 theta}{dt^2} + frac {b}{m} frac {d theta}{dt} + frac{g}{L} sin theta = 0` This ODE represents the equation of motion of simple pendulum with damping. MATLAB program should contain simulation the motion of pendulum between 0 to 20 seconds.…
08 Jul 2020 04:21 PM IST
Week 2 Air standard Cycle
Kindly go through this project link https://skill-lync.com/projects/python-project-3-air-standard-cycle-otto-cycle
08 Jul 2020 04:02 PM IST
Python Project 3 : Air Standard Cycle : Otto Cycle
AIM: To Plot P-V diagram of Air Standard Cycle Problem Statement :- Write Python code that can solve an Otto cycle and make plots for it. Answer should include a PV diagram and Output the thermal efficiency of cycle. Theory :- An Otto cycle is an idealized thermodynamic cycle that describes the functioning…
08 Jul 2020 03:59 PM IST
Python Project 1 : Flow over Bicycle
Objective : To calculate drag force against a cyclist. Problem Statement:- Write a PYTHON program to calculate drag force against a cyclist. Problem should include: 1. A plot of Velocity v/s Drag force. 2. A plot of Drag Coefficient v/s Drag force. Factors Involved :- Velocity, Drag Coefficient,…
07 Jul 2020 05:15 AM IST
Python Project 2 : 2R Robotic Arm Simulation
Objective : To simulate 2R robotics arm by using Python. Problem Statement :- Write a program in MATLAB to simulate the forward kinematics of 2R Robotic Arm. Theory :- Forward kinematics :- Forward kinematics refers to the use of the knematic equations of a robot to compute the position of the end-effector…
07 Jul 2020 05:13 AM IST
Flow Simulation Project 1 : Pipe Flow Simulation
Objective : To simulate pipe flow at different conditions. Problem statement : Run a pipe flow simulation with an inlet Reynolds number of 100,1000 and 10,000.For each of these cases do the following1. Place line probes at 95%, 90% and 85% of the pipe length.2. Compare the normalized velocity profile at each of these…
05 Jul 2020 12:58 PM IST
MBD Project 3 : Simulation on IC Engine Valve Train
Objective : 1. Model IC engine valve train parts and assemble them in SolidWorks. 2. Run simulation using the following parameters. 3. Obtain following simulation. A. Valve Lift B. The contact force between Cam and Pushrod C. The contact force between Pushrod…
02 Jul 2020 07:06 PM IST
MBD Simulation on IC Engine Valve Train
Kindly go through following link https://skill-lync.com/projects/mbd-project-3-simulation-on-ic-engine-valve-train Objective : 1. Model IC engine valve train parts and assemble them in SolidWorks. 2. Run simulation using the following parameters. 3. Obtain following simulation. A. Valve…
02 Jul 2020 07:06 PM IST
MBD Project 2 : Planetary Gear Simulation
Objective : To design and simulate Planetary gear and motion analysis for following cases. 1. Sun Gear(As Input), Carrier(As Output), Ring Gear(Fixed) 2. Ring Gear(As Input), Carrier(As Output), Sun Gear(Fixed) 3. Sun Gear(As Input), Ring Gear(As Output), Carrier(Fixed) Theory: Planetary gear : An epicyclic…
02 Jul 2020 01:34 PM IST
Planetary Gear
Kindly go through following project link https://skill-lync.com/projects/mbd-project-1-planetary-gear-simulation Part Design Link : https://drive.google.com/drive/folders/1MHIrhs8PRz4cafR4BKtrs0brQZC0b6VM?usp=sharing Objective : To design and simulate Planetary gear and motion analysis for following cases.…
02 Jul 2020 01:34 PM IST
Internal Geneva Mechanism
https://skill-lync.com/projects/mbd-project-1-internal-geneva-mechanism Kindly go through this Project link which is done by me. Objective : 1. Create 3D models for driver and driven wheels of the Internal Geneva Mechanism according to 2D CAD drawings. Create assembly of Internal Geneva Mechanism.…
30 Jun 2020 08:16 PM IST
MBD Project 1 : Internal Geneva Mechanism
Objective : 1. Create 3D models for driver and driven wheels of the Internal Geneva Mechanism according to 2D CAD drawings. Create assembly of Internal Geneva Mechanism. 2. Perform motion analysis by rotating the driver wheel at 10 rpm and 20 rpm. 3. Obtain the following plots 3.1 Contact force…
30 Jun 2020 08:14 PM IST
MATLAB Project - Rankine cycle Simulator
1. AIM: To create Rankine Cycle simulator using MATLAB. 2. THEORY AND GOVERNING EQUATIONS : RANKINE CYCLE The Rankine cycle is a model used to predict the performance of steam turbine systems. It was also used to study the performance of reciprocating steam engines. The Rankine cycle…
22 Jun 2020 08:05 PM IST
MATLAB Project - Parsing NASA thermodynamic data
Problem Statement:- 1. Write a function that extracts the 14 co-effients and calculates the enthalpy, entropy and specifc heats for all the species in the data file. 2. Calculate the molecular weight of each species and display it in the command window. 3. Plot the Cp, Enthalpy and Entropy for the local temperature…
09 Jun 2020 10:38 PM IST
Optimization of stalagmite function using Genetic Algorithm
Problem Statement :- Write a code in MATLAB to optimize the stalagmite function and find the global maxima of the function. Explain the concept of genetic algorithm and also explain the syntax for "ga" in MATLAB. Make sure that your code gives the same output, even if it is made to run several times. Plot…
06 Jun 2020 05:25 PM IST
Curve Fitting in MATLAB
Problem Statement:- Write code to fit a linear and cubic polynomial for the Cp data. Plot the linear and cubic fit curves along with the raw data points. Explain the parameters used to measure the fitness characteristics for both the curves. Answer following questions:- How to make a curve fit perfectly? How to get the…
30 May 2020 09:27 PM IST
Air Standard Cycle : Otto Cycle
Problem Statement :- Write MATLAB code that can solve an Otto cycle and make plots for it. Answer should include a PV diagram and Output the thermal efficiency of cycle. Theory :- An Otto cycle is an idealized thermodynamic cycle that describes the functioning of a typical spark ignition piston engine.…
22 May 2020 06:18 PM IST
Animation of 2R Robotic Arm
Problem Statement :- Write a program in MATLAB to simulate the forward kinematics of 2R Robotic Arm. Theory :- Forward kinematics :- Forward kinematics refers to the use of the knematic equations of a robot to compute the position of the end-effector from specified values for the joint parameters. The kinematics…
21 May 2020 10:10 PM IST