Aim:To simulate the flow over a cylinder(i.e. Transient Flow). Introduction:Computational fluid dynamics (CFD) is a branch of fluid mechanics that uses numerical analysis and data structures to analyze and solve problems that involve fluid flows. Computers are used to perform the calculations required…
Rahul Rai
updated on 08 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 Rahul Rai (18)
Genetic Algorithm Analysis using MATLAB
Aim:To optimize the stalagmite function and find the global maxima of the function. Introduction:A genetic algorithm is a search heuristic that is inspired by Charles Darwin’s theory of natural evolution. This algorithm reflects the process of natural selection where the fittest individuals are selected…
14 Jul 2020 08:03 AM IST
Parsing NASA Thermodynamic Data using MATLAB
Aim:To parse the NASA thermodynamic data file and to calculate the thermodynamic properties of various gas species. Introduction:Parsing:Parsing a file means reading in a data stream of some sort and building an in memory model of the semantic content of that data. This aims at facilitating perfoming some kind of…
14 Jul 2020 04:51 AM IST
Centrifugal pump design and analysis
Aim:To design a model of centrifugal pump and analyze the performance of it. Introduction:Centrifugal pumps are used to transport fluids by the conversion of rotational kinetic energy to the hydrodynamic energy of the fluid flow. The rotational energy typically comes from an engine or electric motor. They are…
12 Jul 2020 07:21 AM IST
Curve fitting using PYTHON
Aim:To write a PYTHON Program for curve fitting of linear and cubic polynomial for the temperature and Cp data. Introduction:Curve fitting is the process of constructing a curve, or mathematical function, that has the best fit to a series of data points, possibly subject to constraints. Curve fitting…
09 Jul 2020 07:08 AM IST
Solving second order ODEs using PYTHON
Aim:To write a Python Program for solving the given second order ODE. This ODE represents the equation of motion of a simple pendulum with damping. In the above equation, g = gravity in m/s2, L = length of the pendulum in m, m = mass of the…
09 Jul 2020 07:08 AM IST
Pipe Flow Simualtion
Aim:To do a static analysis of pipe flow at different probe length and compare the velocities. Introduction:Pipe flow, a branch of hydraulics and fluid mechanics, is a type of liquid flow within a closed conduit (conduit in the sense of a means of containment). The other type of flow within a conduit is open channel…
09 Jul 2020 05:15 AM IST
Flow over a cylinder
Aim:To simulate the flow over a cylinder(i.e. Transient Flow). Introduction:Computational fluid dynamics (CFD) is a branch of fluid mechanics that uses numerical analysis and data structures to analyze and solve problems that involve fluid flows. Computers are used to perform the calculations required…
08 Jul 2020 06:32 AM IST
Comparison of bending in beams
Aim:To perform the comparison of bending in beams. Introduction:In applied mechanics, bending (also known as flexure) characterizes the behavior of a slender structural element subjected to an external load applied perpendicularly to a longitudinal axis of the element.A beam deforms and stresses…
06 Jul 2020 07:22 AM IST
Week 2 Air standard Cycle
Aim:Air Standard Cycle (i.e.OTTO Cycle) analysis using PYTHON Programming. Theory: The otto cycle is a air standard cycle which consists of 4 process.It has two isentropic process and two constant volume process. …
05 Jul 2020 05:34 AM IST
Frequency Analysis of a rotating shaft
Aim:To perform frequency analysis of a rotating shaft. Introduction: Frequency response analysis in Finite Element Analysis (FEA) is used to calculate the steady-state response due to a sinusoidal load applied to a structure at a single frequency. It is a specialized type of transient response analysis that is extremely…
03 Jul 2020 07:23 AM IST
Analysis on a plate with a hole
Aim:To perform static analysis on two model of plate with holes. Introduction:Static stress analysis is arguably the most common type of structural analysis using FE method. Stress, strain and deformation of a component or assembly can be investigated under a range of load conditions to ensure that expensive failures…
03 Jul 2020 06:29 AM IST
Week 6 - Data analysis
Aim: To do Data analysis using Python Programming. Introduction:Data analysis is a process of inspecting, cleansing,transforming and modelling data with the goal of discovering useful information, informing conclusions and supporting decision-making. Data analysis has multiple facets and approaches,…
02 Jul 2020 05:30 AM IST
Analysis of Buckling on Cyclonic Separator Stand.
Aim: Analysis of Buckling on a Cyclonic Separator Stand. Introduction:Cyclone separators or simply cyclones are separation devices (dry scrubbers) that use the principle of inertia to remove particulate matter from flue gases. Cyclone separators is one of many air pollution control device known…
28 Jun 2020 06:51 AM IST
To write a PYTHON program to calculate drag force against the cyclist
Objective: To write a PYTHON program to calculate drag force against the cyclist. Introduction: In fluid dynamics,drag force is a kind of force acting opposite to the relative motion of an object moving with respsct to the surrounding fluid.When a cyclist rides a bicycle it experiences a drag force.The drag force depends…
25 Jun 2020 06:25 AM IST
To simulate forward kinematics of 2R Robotic arm using Python Programming.
Aim:To simulate the forward kinematics of 2R robotic arm using PYTHON Programming. Introduction: A robotic arm (not robotic hand) is a type of mechanical arm, usually programmable, with similar functions to a human arm; the arm may be the sum total of the mechanism or may be part of a more complex…
23 Jun 2020 05:04 AM IST
Flow over an airfoil
Aim: 1.To study flow over an NACA0017 Airfoil at a different angle of attack. 2.To obtain the drag and lift forces at different angle of attack. Introduction: The NACA airfoils are airfoil shapes for aircraft wings developed by the National Advisory committee for Aeronautics (NACA). The…
15 Jun 2020 05:13 AM IST
Modelling and simulation of flow through a flowbench
Aim:To create a 3D model of a flow bench and run flow analysis. 1. Grid Dependence test i.e. to choose the best grid size at a particular lift of valve. 2.To run a parametric study at that grid size at different valve lift in order to obtain a plot of lift vs mass flow rate. Introduction: An air flow bench is…
11 Jun 2020 06:38 AM IST