Objective: Simulate the flow over a cylinder and explain the phenomenon of Karman vortex street. PART-I Simulate the flow with the steady and unsteady case and calculate the Strouhal Number for Re= 100. PART-II Calculate the coefficient of drag and lift over a cylinder by setting the Reynolds number…
Dhananjay Khedkar
updated on 10 Jun 2021
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 Dhananjay Khedkar (16)
Week 3 Challenge : CFD meshing on Turbocharger
Objective: Check for the geometrical errors to make appropriate volumes. Create and assign PIDs as shown. Perform surface mesh with the given target lengths as per PIDs. Blade stage-1 = 1 mm Blade stage-2 = 1 mm Impeller = 2 mm Shaft rotor = 1 mm Turbo casing = 5 mm Compressor casing = 5 mm Inlet casing cover = 5 mm Perform…
26 Nov 2021 05:54 AM IST
Week 2 Challenge : Surface meshing on a Pressure valve
Objective: Check for the geometrical errors and perform Topology cleanup accordingly. Set three different target lengths as 1mm,3mm and 5mm three different cases and mesh the model. Given model: Procedure: Open the geometry, in topo mode go to check options, and check for geometry check. Enable all checks and…
23 Nov 2021 06:01 AM IST
CHT Analysis on Exhaust port (Ansys Fluent)
Objective: To carry out CHT Analysis on the Exhaust port Give a brief description of why and where a CHT analysis is used. Conjugate Heat Transfer(CHT): The Conjugate Heat Transfer (CHT) analysis type allows for the simulation of heat transfer between solid and fluid domains by exchanging thermal energy at the interference…
03 Jul 2021 03:06 PM IST
External flow simulation over an Ahmed body(Ansys Fluent)
Objective: To carry out an External flow simulation over an Ahmed body. Q1. Describe Ahmed's body and its importance. Answer: Ahmed's body The Ahmed body is a 3D model that is representative of a standard passenger car. It is a research model in order to do experimental analysis and validate it with researched data. It…
10 Jun 2021 03:57 PM IST
Flow over a Cylinder(Ansys Fluent)
Objective: Simulate the flow over a cylinder and explain the phenomenon of Karman vortex street. PART-I Simulate the flow with the steady and unsteady case and calculate the Strouhal Number for Re= 100. PART-II Calculate the coefficient of drag and lift over a cylinder by setting the Reynolds number…
10 Jun 2021 03:56 PM IST
Simulation of a 1D Super-sonic nozzle flow simulation using McCormack Method(MATLAB)
Objective: Simulate the isentropic flow through a quasi 1D subsonic-supersonic nozzle. Solution: The Governing Continuity, Energy, and Momentum equations for the quasi-1D steady, isentropic flow can be expressed as; Continuity: `rho_1 V_1A_1=rho_2V_2A_2` Energy: `h_1+V_1/2=h_2+V_2/2` Momentum: `P_1A_1+rho_1V_1^2A_1+int…
10 Jun 2021 03:55 PM IST
Solving the steady and unsteady 2D heat conduction problem(MATLAB)
Objective: Solve the 2D heat conduction equation by using the point iterative techniques Solution: The Boundary conditions for the problem are as follows; Top Boundary = 600 K Bottom Boundary = 900 K Left Boundary = 400 K Right Boundary = 800 K absolute error criteria = 1e-4 Implementing the following…
10 Jun 2021 03:54 PM IST
Rankine cycle Simulator(MATLAB)
Objective: Creating a Rankine cycle simulator & calculating the state points based on user input's. Plotting the corresponding T-S and H-S plot. Theory: Rankine cycle is the theoretical cycle on which steam turbine works.Rankine cycle is the process widely used by power plants such as coal fired…
29 May 2021 07:55 AM IST
Parsing NASA thermodynamic data(MATLAB)
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.For this I will be reading the file NASA thermodynamic data. Calculate the molecular weight of each species and display it in the command window.…
29 May 2021 07:54 AM IST
Simulation of Flow through a pipe in OpenFoam
Objective: To simulate an axisymmetric laminar flow by applying the wedge boundary condition. Validate your results with the Hagen- Poiseuille's equations for the fully developed flow. Theory: In nonideal fluid dynamics, the Hagen–Poiseuille equation, also known as the Hagen–Poiseuille law, Poiseuille…
29 May 2021 07:52 AM IST
Validation studies of Symmetry BC vs Wedge BC in OpenFOAM vs Analytical H.P equation
Objective: To simulate an axisymmetric laminar flow by applying the Symmetry and wedge boundary condition for the mentioned angles i.e; `10^0` `25^0` `45^0` and validate your results with the Hagen- Poiseuille's equations for the fully developed flow. Theory: In nonideal fluid dynamics, the Hagen–Poiseuille…
29 May 2021 07:52 AM IST
Mixing Tee(Ansys Fluent)
Objective: For this challenge, we have created two versions of the mixing tee. One of them is longer than the other. The first job is to set up steady-state simulations to compare the mixing effectiveness when hot inlet temperature is 360C & the Cold inlet is at 190C. Use the k-epsilon and k-omega SST model…
29 May 2021 07:50 AM IST
FVM Literature Review
Finite Volume Method(FVM): The Finite volume method(FVM) is a method for representing and evaluating partial differential equations in form of algebraic equations. In this method, volume integrates into a partial differential equation that contains a divergence term and is converted into surface integrals, using the divergence…
06 Mar 2021 02:49 PM IST
Simulation of a backward facing step in OpenFOAM
Objective: To simulate an incompressible-laminar-viscous flow through the backward-facing step geometry and perform a transient simulation. Case 1 - Simulate the flow without using any grading factor (i.e., GF = 1) Case 2 - Simulate the flow with a grading factor of 0.2. The cells should be finer near…
06 Mar 2021 02:48 PM IST
Genetic Algorithm
Objective: Write a code in MATLAB to optimise the stalagmite function and find the Global maxima of the function. Theory: Genetic Algorithm (GA) is a search-based optimization technique based on the principles of Genetics and Natural Selection. It is frequently used to find optimal or near-optimal…
12 Feb 2021 09:55 AM IST
Taylor table method and MATLAB code
Objective: Write a program in Matlab to evaluate the second-order derivative of the analytical function exp(x)*cos(x) and compare it with the 3 numerical approximations that you have derived. Theory: 1.Skewed right-sided difference: f(i) f'(i)*Δ(x) f''(i)*Δ(x)^2 f'''(i)Δ(x)^3…
12 Feb 2021 09:54 AM IST