Gate Valve Parametric Study Introduction A gate valve (also called sluice gate) is a valve that can obstruct or restrict the flow of fluid through a pipe. It can be completely opened, or it can completely be closed or be at intermediate positions, thus controlling different flow rates. Its application is to usually only…
Aditya Bantwal
updated on 09 Nov 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 Aditya Bantwal (30)
Project 3- Adding a temperature dictionary to the incompressible icoFoam case to solve the energy equation
Code used in latex: \documentclass{article} \usepackage[utf8]{inputenc} \usepackage{graphicx} \title{Adding Temperature equation to icoFoam} \author{Aditya Bantwal} \date{10th August 2022} \begin{document} \maketitle \newpage \section{Introduction} In this study, the transport equation for temperature is modelled using…
10 Aug 2022 11:20 PM IST
Project 2- Creating a custom IOObject in Visual Studio Code
Code used in Latex:\documentclass{article} \usepackage[utf8]{inputenc} \usepackage{graphicx} \title{Creating a custom IOObject using Visual studio code} \author{Aditya Bantwal} \date{August 2022} \begin{document} \maketitle \newpage \section{Introduction} In this study, the total pressure field is computed in the pitzDaily…
09 Aug 2022 03:55 PM IST
Project 1- Creating your own openFOAM solver
`(dels)/(delt) + nabla.(us) = 0` To start, first the solver icoFoam is copied to the user solver directory. Next, it is renamed to scalarFoam. This is executed using the following commands, while being present in the user solver directory: cp -r ~/openfoam/OpenFOAM-v2106/applications/solvers/incompressible/icoFoam .…
14 Oct 2021 05:42 AM IST
FULL HYDRO simulation of a PFI
Introduction In a previous study, found here, a PFI engine was tested with a no hydro case setup, i.e. a study was performed to ensure the mesh and setup worked fine. In this study, the fully hydro setup will be performed and certain parametrers are analyzed. Objectives 1. Identify compression ratio 2. Identify combustion…
10 Jul 2021 02:44 AM IST
Surface preparation and Boundary Flagging for PFI engine
Introduction Before running a simulation in Converge CFD, there exists a lot of geometry clean up and testing. In this project, the simulation is run for an IC engine to ensure that the mesh and valve movement appear to be qualitatively correct. Aim Geometry cleanup Setting up a no-hydro case in Converge CFD for an IC…
10 Jul 2021 02:43 AM IST
Shock tube simulation project
Introduction In this study, a shock tube simulation is set up using low and high pressure regions using Converge CFD. The results are post processed using paraview and the animations are visualized to view the effect of gaseous phase mixing. Aim To setup a shock tube simulation Setup A shock tube geometry is created…
17 Jun 2021 05:38 AM IST
Transient simulation of flow over a throttle body
Introduction Continuing from a previous study where a steady state case was performed click here to view , in this study, a transient analysis is performed to visualize the variation of pressure and velocity through time. Aim To idenitfy a time duration for the flow development. To set up a transient study of flow…
05 Jun 2021 02:52 PM IST
Prandtl Meyer Shock problem
Introduction In this study, supersonic flow will be studied using Converge CFD. Before doing so, the following topics will be discussed in brief: Shock waves Neumann boundary conditions 1. Shock waves: Supersonic flow occurs when the speed of fluid is much greater than the speed of sound in the same medium,…
05 Jun 2021 02:51 PM IST
Steady state simulation of flow over a throttle body
Introduction A throttle valve is a device which can be used to regulate the air-fuel mixture in an engine. It can be fully opened or closed, depending on the need. In this study a steady state simulation is performed for a throttle valve using converge CFD. Aim Set up and run the steady state simulation for flow over throttle…
30 May 2021 09:33 AM IST
Channel flow simulation using CONVERGE CFD
Introduction Converge CFD is a relatievely new computational software that offers a smooth and efficient graphical user interface to set up different cases of study. In this simple project, a simple flow through a channel will be set up using Converge, and the results will be post processed using both converge and PARAVIEW.…
27 May 2021 05:26 PM IST
Flow over a backward facing step
Introduction A backward facing step is a simple and cannonical CFD analysis problem. The idea is simple, flow is allowed to enter from an inlet, and as the cross sectional area increases, the smooth flow simply becomes turbulent. Due to the unfavorable pressure gradient formation with increase in area, there is a detachment…
27 May 2021 05:26 PM IST
Ahmed Body
Flow simulation over an Ahmed body Aim: To simulate flow over an Ahmed body by creating a wind tunnel enclosure. To study the flow of air over an Ahmed body and identify the values of drag for different levels of mesh refinement. To understand the phenomenon of the wake region and its associated effects. To understand…
12 May 2021 05:58 AM IST
Sensitivity Analysis
Introduction We have a gri30 mechanism that contains 325 elementary reactions that could occur during combustion process. Using a sensitivity analysis, one can analyse how the sensitivity of each reaction is different for different parameters like temperature, pressure, concentration, etc. This could be useful in…
13 Apr 2021 06:41 PM IST
Auto ignition using Cantera
Introduction A mixture requires the right conditions to burn. Everything should be correct – Temperature, Pressure, Fuel-Air mixture, etc. Auto-Ignition is the lowest temperature at which the mixture combusts. Before Auto-Ignition, there exists a period called ignition delay, that is the time before which combustion…
03 Apr 2021 02:26 PM IST
Adiabatic Flame Temperature calculation
Introduction Adiabatic flame temperature is the highest temperature that can be obtained in a combustion process during a constant pressure/ constant volume cycle. Since there is no heat loss, finding out the adiabatic flame temperature can be useful to find the maximum possible temperature that a fuel can reach during…
02 Apr 2021 10:50 AM IST
Combustion Efficiency Calculation after Preheating
Introduction A recuperator is a device where hot air from flue gases is used to pre-heat air that is supposed to mix with fuel. Heat transfer can occur through radiation, or through combustion. Aim In this study the following will be analyzed and studied: 1. The effect of preheating adiabatic temperature from (298 to 600K)…
02 Apr 2021 10:49 AM IST
Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method
Aim To simulate the isentropic flow through a quasi 1D subsonic-supersonic nozzle by the Macormack method using MATLAB To obtain the following plots: 1. Steady-state distribution of primitive variables inside the nozzle 2. Time-wise variation of the primitive variables …
17 Jan 2021 10:29 AM IST
Solving the steady and unsteady 2D heat conduction problem
Introduction In this project, the 2D heat conduction equation is simulated and studied using implicit and explicit schemes for steady and unsteady conditions using MATLAB. `(delT)/(delt) + alpha((del^2T)/(delx^2) + (del^2T)/(dely^2) ) = 0` The steady state form of this equation would be: `alpha((del^2T)/(delx^2) + (del^2T)/(dely^2)…
15 Dec 2020 02:01 PM IST
Parsing NASA thermodynamic data using MATLAB
Parsing of NASA's thermodynamic data using MATLAB Parsing of a file means reading inputs in the form of a data file, and storing this data. NASA has created a data file called THERMO.dat, which contains detailed information about 53 different species, and their coefficients. These coefficients can be used to obtain meaningful…
15 Dec 2020 01:39 PM IST
Exhaust Port
Conjugate Heat Transfer in an exhaust port Aim: To understand the phenomenon of Conjugate heat transfer To simulate the flow in an exhaust manifold To obtain a visual representation of the process by plotting the velocity and temperature contours Introduction: Generally, in solid objects, heat transfer occurs by conduction…
15 Dec 2020 01:35 PM IST
Cyclone Separator
Cyclone Separator and its efficiency 1.0 Introduction A cyclone separator is a low cost device used by industries to separate out small particles present in a gas carrier. The principle involves the use of centrifugal force generated by the carrier as it passes through the separator to separate out the particles. Dirty…
15 Dec 2020 01:34 PM IST
Rayleigh Taylor Instability
Rayleigh-Taylor Instability Introduction Rayleigh-Taylor instability is an instability that occurs at the interface of a mixture of two fluids of different densities. In case a heavier fluid rests atop a lighter one, under the influence of gravity it moves downwards, while the lighter fluid moves upwards, as shown in the…
15 Dec 2020 01:34 PM IST
Combustion
Introduction Combustion modeling and simulation is a very common study that is performed using CFD in recent times. The availability of powerful CFD packages such as Ansys Fluent allows for this. Many properties and observations can be identified and carefully studied by performing simulations using CFD. For example, Soot…
15 Dec 2020 01:34 PM IST
Solving second order ODEs (Pendulum)
Introduction: The motion of a pendulum is a very commonly studied phenomenon. It involves understanding the variation of angular velocity and angular displacement with respect to time. The equation of motion for a pendulum is a second order differential equation. Here, g = gravity in m/s2, L = length of…
15 Dec 2020 01:33 PM IST
Otto Cycle representation using MATLAB
Introduction The Otto cycle is an idealized thermodynamic cycle that is commonly found in automobile petrol engines. It involves spark ignition, where constant volume heat addition and heat rejection takes place. Pressure and volume at each state i, would be pi, vi Generally, when studies are performed for an Otto cycle,…
19 Nov 2020 01:20 PM IST
Gate Valve Parametric Study
Gate Valve Parametric Study Introduction A gate valve (also called sluice gate) is a valve that can obstruct or restrict the flow of fluid through a pipe. It can be completely opened, or it can completely be closed or be at intermediate positions, thus controlling different flow rates. Its application is to usually only…
09 Nov 2020 08:18 AM IST
Gearbox Sloshing using a UDF
GEARBOX SLOSHING INTRODUCTION Dynamic meshing involves conditions where the cell boundaries move relative to each other within a geometry. In this case, two gears will be revolving and hence to study any associated effects, while a mesh will be created, during the simulation the parameters and characteristics of the mesh…
04 Nov 2020 07:34 AM IST
Conjugate Heat Transfer Analysis on a graphics card
Conjugate Heat Transfer Analysis on a Graphics card Introduction Conjugate heat transfer analysis involves analyzing and studying the interactions of thermal energy between solid and fluid materials. Using Ansys Fluent, this phenomenon can easily be simulated and studied. CHT analysis has many applications, such as in…
10 Oct 2020 08:20 AM IST
Steady Vs Unsteady flow over a cylinder
Flow over a cylinder and study of the Karman Vortex Street effect Aim: To simulate the flow over a cylinder and to study the effect of the Reynolds number in leading to the occurrence of vortex shedding. Objectives: To compare the Reynold’s number influence on vortex shedding To understand the phenomenon of drag…
23 Sep 2020 08:23 AM IST
Mixing efficiency
Mixing efficiency Aim: To compare the effectiveness of mixing when the hot inlet temperature is 36⁰C and cold inlet is at 19⁰C Introduction: A mixing tee involves the flow of air from two different inlets at different temperatures. This allows for diffusion or mixing of the air. This experiment involves estimating how…
20 Sep 2020 07:34 PM IST