Project title: Data analysis Objective: 1. Study data file 2. Write a script to extract useful data. 3. Plot the graph from this data Problem statement: Data visualizer (100 points) Your script should take column numbers as the input and plot the respective columns as separate images Each file should be saved by the name…
Rahul Date
updated on 19 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 Rahul Date (30)
Frequency Analysis of a rotating shaft
Project Title: Frequency analysis of rotating shaft Objective: 1. Study natural frequency and how it is affected by the failure of the model. 2. Study the effect of vibration on the model. 3. Study the frequency analysis on the rotating shaft. Theory: We often hear the terms “modal analysis,” “eigenvalues,”…
27 Jun 2020 10:46 AM IST
Week 6 - Data analysis
Project title: Data analysis Objective: 1. Study data file 2. Write a script to extract useful data. 3. Plot the graph from this data Problem statement: Data visualizer (100 points) Your script should take column numbers as the input and plot the respective columns as separate images Each file should be saved by the name…
19 Jun 2020 01:23 PM IST
Week 5 - Curve fitting
Project title: Curve fitting programme Objective: 1. generate the best curve fitting MatLab code for the given data. 2. Study the different regression analysis methods. 3. Find the best optimise fit curve. Theory: The curve fitting is the process of constructing a curve or mathematical function,…
18 Jun 2020 02:39 PM IST
Week 3 - Solving second order ODEs
Project title: Python programme for pendulum motion Objective: 1. generate MatLab code to solve the second-order partial differential equation. 2. generate a pendulum simulation video. theory: In many real-life modelling situations, a differential…
17 Jun 2020 01:21 PM IST
Centrifugal pump design and analysis
Project Title: Centrifugal pump design and analysis Objective: 1. Study the centrifugal pump 2. Study the rotating reference frame. 3. Study the performance curve of the centrifugal pump Theory: Centrifugal Pump Centrifugal pumps are used to transport fluids by the conversion of rotational kinetic energy to the hydrodynamic…
16 Jun 2020 07:58 AM IST
Week 2 Air standard Cycle
Project Aim: Solve otto cycle and make plot of it. Objective: 1. solve otto cycle 2. plot the otto cycle What is ottto cycle? An Otto cycle is an idealized thermodynamic cycle that describes the functioning of a typical spark ignition piston…
14 Jun 2020 06:55 PM IST
Modelling and simulation of flow through a flowbench
Project Title: Modeling and simulation flow through flow-bench Objective: 1. Create a model of flow-bench. 2. Cary out the flow simulation if flow-bench. 3. Do the parametric study by changing the valve position. 4. Study the effect of valve lift on the mass flow rate. Theory: What’s a flow-bench A flow-bench or ‘airflow…
11 Jun 2020 06:41 PM IST
Flow over an airfoil
Project Title: Flow over an airfoil Objective: 1. Study the flow around the airfoil. 2. Study the pressure distribution over an airfoil. 3. Study the different force acting on to the airfoil. 4. Study the drag force and lift force acting on the airfoil. Theory: AirFoil MAIN FUNCTIONAL REQUIREMENT: Lift and weight are two…
11 Jun 2020 07:42 AM IST
Flow over a cylinder
Project title: Flow Over a Cylinder. Objective: 1. Study the flow behaviour of air over the cylinder. 2. Do parametric study at a different velocity. 3. Study pressure distribution around the cylinder. 4. Study velocity distribution around the cylinder. Theory: When a fluid moves over a solid body, it exerts pressure forces…
10 Jun 2020 04:44 PM IST
Challenge on Combustion
Project Title: Combustion model simulation Objective: Study the combustion model Study the methane-air combustion reaction Study the different gas component of after combustion Study the NOx and soot formation Perform the parametric study by changing the fuel-air combination Theory: What is combustion? To move an…
03 Jun 2020 04:22 AM IST
Planetary Gear
Project Title: Planetry gear train Objective: 1. Study the planetry gear train. 2. Study the gears. 3. Assemble the internal gear train 4. plot angular velocity of different gears 5. Study internal gear train with different inputs and outputs Theory: A gear or cog is a rotating machine part having cut teeth or, in the…
02 Jun 2020 11:21 AM IST
MBD Simulation on IC Engine Valve Train
Project Title: MBD simulation of IC engine valve train Objective: 1. Study the valve displacement 2. Study the contact force between different parts in the valve train 3. Design the cam for different lift 4. Design the parts of the IC engine valve train 5. Make the assembly of the valve train Theory Cam A cam is a rotating…
01 Jun 2020 10:34 AM IST
MBD Simulation on a Piston Assembly
Project Title: MBD simulation on the piston assembly Objective: 1. Draw all part in piston crank assembly. 2. MAke assembly of piston crank mechanism. 3. Study the MBD of piston crank mechanism. 4. Plot linear displacement of the piston at various wrist pin offsets. Theory: A slider-crank linkage is a four-link mechanism…
01 Jun 2020 09:13 AM IST
Cyclone Separator Challenge
Project Title: Cyclone separator Objective: 1. Study the cyclone separator 2. Study the different numerical methods for finding out the efficiency of a cyclone. 3. Study the cyclone efficiency at different velocities. 4. Study the cyclone efficiency at different particle size. 5. Perform cfd simulation…
31 May 2020 11:32 AM IST
Internal Geneva Mechanism
Project Title: Internal geneva mechanism Objective : 1. Create a model of internal geneva mechanism. 2. Study the motion of internal geneva mechanism. 3. Study the MBD of internal geneva mechanism. 4. Study the contact forces generated during motion of the geneva mechanism. 5. Study the motion of mechanism…
28 May 2020 06:44 AM IST
Gate Valve Parametric Study
Project Title: GATE VALVE SIMULATION Objective: 1. Study the movement of the gate valve. 2. Do a parametric study of the gate valve. 3. Study the change in mass flow rate when valve position change. Theory: A gate valve, also known as a sluice valve, is a valve that opens by lifting a barrier (gate) out…
23 May 2020 07:24 PM IST
Steady and Unsteady Flow Over a Cylinder.
Project title: Steady and Unsteady Flow Over a Cylinder. Objective: Study the flow behaviour of air over the cylinder. Theory: When a fluid moves over a solid body, it exerts pressure forces normal to the surface and shear forces parallel to the surface of the body. We are usually interested in the resultant of the pressure…
20 May 2020 07:42 AM IST
Project 1- Conjugate Heat Transfer Analysis on a graphics card.
Project Title: CHT analysis of graphic card Objective: 1. Conjugate heat transfer analysis of graphic card. 2. Finding heat transfer coefficient of fins. 3. Grid independence study of model. Theory: What is Conjugate Heat Transfer? The term conjugate heat transfer (CHT) is used to describe…
16 May 2020 08:15 AM IST
Project 1 - Parsing NASA thermodynamic data
Project Title: Parsing NASA thermodynamic dataObjective: Read .dat file in MatLab2. Create the code for calculating the specific heat enthalpy and entropy etc.code clear allclose allclcf = fopen('thermo.dat','r') %ll thermo,dat filel1 = fgetl(f); % give name to 1st line of filel2 = fgetl(f); % give name to 2nd…
16 May 2020 08:03 AM IST
Conjugate Heat Transfer Analysis on a graphics card.
Project Title: CHT analysis of graphic card Objective: 1. Conjugate heat transfer analysis of graphic card. 2. Finding heat transfer coefficient of fins. 3. Grid independence study of model. Theory: What…
09 May 2020 11:52 AM IST
simulation of Mixing tee
Project name: simulation of Mixing tee Description: in air conditioner mixing tee is used to mix cold and hot air. Fluid domain: For the simulation of mixing of the air we required fluid domain of air. from the right side of x-axis hot air enter, form y-axis cold air enter, from the left side of x-axis mixture of cold…
09 May 2020 11:51 AM IST
Curve fitting programme
Project title: Curve fitting programme Objective: 1. generate the best curve fitting MatLab code for the given data. 2. Study the different regression analysis methods. 3. Find the best optimise fit curve. Theory: The curve fitting is the process of constructing a curve or mathematical function, that has the…
09 May 2020 11:49 AM IST
Solve otto cycle and make plot of it
Project Aim: Solve otto cycle and make plot of it. Objective: 1. solve otto cycle 2. plot the otto cycle What is ottto cycle? An Otto cycle is an idealized thermodynamic cycle that describes the functioning of a typical spark ignition piston engine. It is the…
09 May 2020 11:46 AM IST
simulate the forward kinematics of a 2R Robotic Arm using MatLab
Project: simulate the forward kinematics of a 2R Robotic Arm using MatLab Objective: 1. Generate MatLab code for 2R Robotic Arm. 2. Generate animation video fo movement of Robotic arm. code close all clc l1 = 1; l2 = 0.5; theta1 = linspace(0,90,20); theta2…
09 May 2020 11:41 AM IST
Calculation of drag force
Project Title: Create a MatLab code for finding drag force at ve=areious velocity and drag coefficient. Objective: 1. Plot Drag force Vs Velocity 2. Drag force Vs Drag coefficient Theory: When a fluid moves over a solid body, it exerts pressure forces normal to the…
09 May 2020 11:39 AM IST
Genetic Algorithm
Project Title: writing code to calculate the global maxima of a stalagmite function. Objective: 1. Study the genetic algorithm. 2. Study the stalagmite function. 3. Write code with unbounded inputs, bounded inputs and with population number. Theory Genetic Algorithm Genetic algorithms (GA) are a method of optimization…
09 May 2020 06:44 AM IST
Simple Pendulum problem
Project title: MatLab programme for pendulum motion Objective: 1. generate MatLab code to solve the second-order partial differential equation. 2. generate a pendulum simulation video. theory: In many real-life modelling situations, a differential equation…
06 May 2020 02:05 AM IST
Flow Over Ahmed Body (Steady Analysis)
Project Title: Study the flow over the Ahmed Body. Objective: 1. Study the negative pressure gradient in the wake region. 2. Study the significance of point of separation. 3. Study the Drag and Lift coefficient at a various rear slant angle. 4. mesh independence study. Introduction The flow around road vehicle (car, buses,…
02 May 2020 01:06 PM IST