Non-Newtonian Transitional Flow in an Eccentric Annulus

Size: px
Start display at page:

Download "Non-Newtonian Transitional Flow in an Eccentric Annulus"

Transcription

1 Tutorial 8. Non-Newtonian Transitional Flow in an Eccentric Annulus Introduction The purpose of this tutorial is to illustrate the setup and solution of a 3D, turbulent flow of a non-newtonian fluid. Turbulent non-newtonian flows are often encountered in the oil and gas industry. These fluids are used in the drilling of oil wells to transport the cuttings to the surface, and to keep solids in suspension during stationary periods. In directional drilling, where an eccentric annulus is often used, there is a tendency for the cuttings to accumulate in the narrowest gap where the velocity is lowest. Since turbulence tends to suppress such accumulation, knowledge of the velocity profiles in the annulus are essential in the design and operation of these drills. In this tutorial, you will learn how to: Read an existing mesh file in FLUENT. Check the grid for dimensions and quality. Set up the material for non-newtonian viscosity and switch to turbulence formulation for the same using text user interface (TUI) commands. Solve a time dependent simulation. Set up periodic flow conditions in FLUENT. Set up transitional flow conditions using k ω turbulence model. Create isosurfaces and isoclips for postprocessing. Examine the results and compare them with experimental data. Prerequisites This tutorial assumes that you have little experience with FLUENT but are familiar with the interface. c Fluent Inc. August 18,

2 Problem Description A periodic section of the eccentric annulus arrangement is considered (Figure 8.1). The inner and outer cylinders diameters are 20 mm and 40.3 mm respectively. The inner cylinder is rotating with speed of 300 rpm whereas the outer one is stationary. The viscosity is governed by the Power law as: µ = K γ (n 1) where, n = power law index = 0.75 K = consistency index = γ = local shear rate The flow is considered to be in transitional regime with Re = Figure 8.1: Problem Schematic 8-2 c Fluent Inc. August 18, 2005

3 Preparation 1. Copy the following files to your working directory: annulus.msh non-dimensional.scm axial-p1.xy axial-p2.xy axial-p3.xy tangential-p1.xy tangential-p2.xy tangential-p3.xy 2. Start the 3D double precision solver of FLUENT. Setup and Solution Step 1: Grid 1. Read the mesh file, annulus.msh. File Read Case... FLUENT will read the mesh file and report the progress in the console window. 2. Check the grid. Grid Check This procedure checks the integrity of the mesh. Make sure the reported minimum volume is a positive number. 3. Check the scale of the grid. Grid Scale... Check the domain extents to see if they correspond to the actual physical dimensions. If not, the grid has to be scaled with proper units. In this case, the outer diameter should be 40.3 mm, therefore scale the grid in mm. c Fluent Inc. August 18,

4 (a) Select mm in the Grid Was Created In drop-down list. (b) Click Scale and close the panel. 4. Display the grid (Figures 8.2). Display Grid... The color for each periodic boundary is Cyan and for each wall it is White. FLUENT will automatically color each boundary based on its type. 8-4 c Fluent Inc. August 18, 2005

5 5. Remove the Hidden lines. Display Options... (a) Enable Hidden Line Removal and click Apply. Figure 8.2: Grid Display To capture the sharp gradients near the walls correctly, the grid adjacent to the walls is made finer compared to the central region. In addition, as the problem is turbulent it is essential to meet the correct Y+ conditions as per the wall treatment to be used. c Fluent Inc. August 18,

6 Step 2: Models The flow has Reynolds number of 9000, and it needs to be modeled as turbulent. The k ω model can be used for such low Reynolds number, turbulent, or transitional flows. R e = ρ U b d h µ (8.1) In this case, the mass flow rate = kg/s. Therefore, the bulk velocity can be calculated as: Bulkvelocity = Massflow = Density Area Where, ρ = density of the fluid = 1000 kg/m3 U b = bulk velocity = 2.72 m/s d h = hydraulic diameter (Do-Din) = µ = viscosity at the wall = (measured experimentally [1]) 1. Enable viscous model. Define Models Viscous... (a) Under Model, select k-omega (2 eqn). (b) Under k-omega Options, enable Transitional Flows. (c) Click OK. 8-6 c Fluent Inc. August 18, 2005

7 Step 3: Materials 1. Change the material properties. Define Materials... (a) There is no model that can be used for viscosity as we need non-newtonian power law. To enable the model, issue the text user interface command as: define/models/viscous/turbulence-expert/turb-non-newtonian Enable turbulence for non-newtonian fluids? [no] yes c Fluent Inc. August 18,

8 (b) In the materials panel, select non-newtonian-power-law in the Viscosity dropdown list. This opens Non-Newtonian Power Law panel. i. Specify the following parameters: ii. Click OK. (c) Set Density to Parameter Value Consistency Index Power-Law Index 0.75 Reference Temperature 0 Minimum Viscosity Limit Maximum Viscosity Limit 1000 (d) Specify Name as cmc and click Change/Create. (e) Click NO when FLUENT asks Change/Create mixture and overwrite air? (f) Close the materials panel. FLUENT automatically enables the energy equation as non-newtonian power law formulation is being used. You can disable it from the solution afterwards. 8-8 c Fluent Inc. August 18, 2005

9 Step 4: Units 1. Change the units for angular-velocity to rpm. Define Units... (a) Under Quantities, select angular-velocity. (b) Under Units, select rpm and close the panel. Step 5: Boundary Conditions 1. Set the boundary conditions for fluid. Define Boundary Conditions... (a) Under Zone, select fluid. The Type will be reported as fluid. (b) Click Set... The Fluid panel opens. c Fluent Inc. August 18,

10 i. Select cmc in the Material Name drop-down list. ii. Click OK to accept the settings and close the panel. 2. Set the boundary conditions for inner. (a) Under Zone, select inner. The Type will be reported as wall. (b) Click Set... The Wall panel opens c Fluent Inc. August 18, 2005

11 i. Select Momentum tab. ii. Under Wall Motion, enable Moving Wall. iii. Under Motion, enable Rotational and specify a value of 300 for Speed. iv. Click OK. Step 6: Periodic Conditions 1. Specify the flow rate across periodic boundaries. Define Periodic Conditions... c Fluent Inc. August 18,

12 (a) Under Type, enable Specify Mass Flow. (b) Under Flow Direction, set the values of X, Y, and Z to 0, 0, and 1 respectively. (c) Specify a value of for Mass Flow Rate. (d) Click OK to accept the settings and close the panel. Step 7: Solution 1. Set the solution controls. Solve Controls Solution... (a) Under Equations, deselect Energy. The viscosity is function of shear stress (does not depend on the temperature). Therefore, there is no need to solve the energy equation. (b) Retain other settings and click OK. 2. Initialize the flow. Solve Initialize Initialize c Fluent Inc. August 18, 2005

13 (a) Set Z Velocity (m/s) to From Equation 8.1, bulk velocity was calculated as (b) Set Turbulence Kinetic Energy to (c) Set Specific Dissipation Rate to (d) Click Init and close the panel. 3. Enable plotting of residuals during the calculation. Solve Monitors Residuals... (a) Under Options, enable Plot. (b) Click OK. 4. Save the case file (annulus1.cas.gz). File Write Case... c Fluent Inc. August 18,

14 Retain the default activated Write Binary Files option so that you can write a binary file. The.gz option will save zipped files, this will work on both, Windows as well as UNIX platforms. 5. Iterate the solution. Solve Iterate... (a) Set Number of Iterations to 400. (b) Click Iterate to start the calculation. The solution converges in 283 iterations. The residuals plot is shown in Figure c Fluent Inc. August 18, 2005

15 Figure 8.3: Scaled Residuals 6. Switch to higher order upwind schemes. Solve Controls Solution... (a) Under Discretization, select QUICK for Momentum, Turbulence Kinetic Energy, and Specific Dissipation Rate. (b) Click OK. Convergence can be detected by monitoring some key parameter during the iterations. In this case you will monitor turbulence kinetic energy over central plane of the domain. To do so, create an isosurface at the corresponding location in the domain. c Fluent Inc. August 18,

16 7. Create an isosurface. Surface Iso-Surface... (a) Under Surface of Constant, select Grid... and Y-Coordinate. (b) Under Iso-Values, enter 0. (c) Under New Surface Name, enter y=0. (d) Click Create and close the panel. 8. Monitor the turbulence kinetic energy over the isosurface. Solve Monitor Surface... (a) Increase Surface Monitors to 1. (b) Enable Plot and Print for monitor-1. (c) Click Define... This opens Define Surface Monitor panel c Fluent Inc. August 18, 2005

17 i. Select Area Weighted Average in the Report Type drop-down list. ii. Select Turbulence... and Turbulence Kinetic Energy in the Reports of dropdown lists. iii. Under Surface, select y=0. iv. Click OK. (d) Click OK in the Surface Monitors panel. The average value of turbulence kinetic energy on y=0 plane will be plotted in the graphics window and printed on the console during the iterations. 9. Disable convergence criteria for all equations. Solve Monitors Residuals... (a) Disable Check Convergence for all equations. (b) Click OK. c Fluent Inc. August 18,

18 10. Iterate the solution till the convergence is achieved. Solve Iterate... (a) Set Number of Iterations to (b) Click Iterate to start the calculation. The solution will converge in around 4500 iterations. It is observed that the monitor plot is almost flat and you can stop the computation. Figure 8.4: Convergence History of Turbulence Kinetic Energy on y=0 Figure 8.5: Scaled Residuals 11. Save the case and data files (annulus2.cas.gz and annulus2.dat.gz). File Write Case & Data c Fluent Inc. August 18, 2005

19 Step 8: Postprocessing 1. Create an isosurface. The flow is translationally periodic along Z direction. Create an isosurface along Z direction to view the results. Surface Iso-surface... (a) Select Grid... and Z-Coordinate in the Surface of Constant drop-down lists. (b) Click Compute. Min and Max values will get updated as per the domain extents. (c) Under Iso-Values, enter (d) Enter New Surface Name as z= (e) Click Create and close the panel. 2. Display velocity vectors (Figure 8.6). Display Vectors... c Fluent Inc. August 18,

20 (a) Select Velocity, in the Vectors of drop-down list. (b) Select Velocity... and Velocity Magnitude in the Color by drop-down lists. (c) Under Surfaces, select z= (d) Click Display and close the panel. Figure 8.6: Velocity Vectors on z= Display filled contours of molecular viscosity (Figure 8.7). Display Contours c Fluent Inc. August 18, 2005

21 (a) Select Properties... and Molecular Viscosity in the Contours of drop-down lists. (b) Under Options, enable Filled. (c) Under Surfaces, select z= (d) Click Display and close the panel. Observe the shear thinning behavior of the fluid. The viscosity is less near walls (high shear regions) and it is high in the central part (low shear regions). Figure 8.7: Contours of Molecular Viscosity on z=0.005 c Fluent Inc. August 18,

22 4. Calculate the pressure drop. Define Periodic Conditions... It is important to know the pressure drop in any flow system. FLUENT updates the pressure gradient value after every iteration in the Periodic Conditions panel. Multiply the value reported of pressure gradient by the length of periodic section to get the pressure drop value. In literature, the results are available at three lines P1, P2 and P3 as shown in Figure 8.1. We can create them on the z= surface. 5. Create another isosurface to view the results. Surface Iso-surface... (a) Under From Surface, select z= (b) Select Grid... and Y-Coordinate, in the Surface of Constant drop-down lists. (c) Under Iso-Values, retain the value of 0. (d) Enter New Surface Name as plane. (e) Click Create and close the panel c Fluent Inc. August 18, 2005

23 6. Create isoclips. Surface Iso-Clip... (a) Under Clip Surface list, select plane. (b) Select Grid... and X-Coordinate in the Clip to Values drop-down lists. (c) Click Compute. This will display Min and Max values of x-coordinate along plane. (d) Specify 0 for Min. (e) Change New Surface Name to p-1 and click Clip. A new surface (p-1) will be added to the list of surfaces. (f) Click Compute. (g) Similarly, clip plane surface with a value of 0 for Max field of X-coordinate and name it as p Create a line. Surface Line/Rake... c Fluent Inc. August 18,

24 (a) Retain the default values of x0 and x1. The x0 and x1 values correspond to the X center of the domain (b) Specify a value of 0 for y0 and any number greater than (say 0.1, in this case) for y1. (c) Set z0 and z1 to This will place the line in the central plane. (d) Enter p-2 as New Surface Name. (e) Click Create and close the panel. 8. Display all three surfaces that you have created (Figure 8.8). Display Grid... (a) Under Surfaces, select p-1, p-2, p-3 and z= (b) Under Edge Type, select Outline. (c) Click Display to verify the correct positions of these planes c Fluent Inc. August 18, 2005

25 Figure 8.8: Grid Display of New Surfaces 9. Read the scheme file. To non-dimensionalize the plots along three planes p-1, p-2, and p-3, read in the scheme file provided with this tutorial. This file has the pre-defined custom field functions based on the correct values. Reading this file will make many custom field functions available for postprocessing. File Read Scheme... (a) Select non-dimensional.scm and click OK. c Fluent Inc. August 18,

26 10. View the definitions of custom field functions. Define Custom Field Functions... (a) View the definition of each custom field function by clicking Manage Read the xy files, provided with this tutorial, that contains the experimental data. Plot XY Plot... (a) Click Load File... This opens a Select File dialog box. i. Select axial-p1.xy, axial-p2.xy, axial-p3.xy, tangential-p1.xy, tangential-p2.xy, and tangential-p3.xy and click OK. This will make axial and tangential velocities available in normalized form for comparison c Fluent Inc. August 18, 2005

27 (b) Compare the normalized axial velocity along p1 (Figure 8.9). i. Under Options, disable Node Values and Position on X axis. ii. Select Custom Field Functions... and normalized-axial in the Y Axis Function drop-down lists. iii. Select Custom Field Functions... and normalized-p1 in the X Axis Function drop-down lists. iv. Under Surfaces, select p1. v. Under File Data, select normalized-axial vs. normalized-p1 and click Plot. Figure 8.9: FLUENT Results vs Experimental Data for Axial Velocity Component at p-1 c Fluent Inc. August 18,

28 (c) Compare normalized tangential velocity along p3 (Figure 8.10). i. Under Options, disable Position on X axis. ii. Select Custom Field Functions... and normalized-tangential in the Y Axis Function drop-down lists. iii. Select Custom Field Functions... and normalized-p3 in the X Axis Function drop-down lists. iv. Under Surfaces, select p3. v. Under File Data, select normalized-tangential vs normalized-p3 and click Plot. Figure 8.10: FLUENT Results vs Experimental Data for Tangential Velocity Component at p c Fluent Inc. August 18, 2005

29 (d) Similarly, compare remaining results as shown in Figures 8.11 and Figure 8.11: FLUENT Results vs Experimental Data for Axial Velocity Component at p-2 and p3 Figure 8.12: FLUENT Results vs Experimental Data for Tangential Velocity Component at p-1 and p2 c Fluent Inc. August 18,

30 Summary This tutorial demonstrated a similarity between the axial and tangential velocity profiles predicted by FLUENT and the experimental data. You also studied, the performance of k ω model in transitional regime along with the non-newtonian formulation of viscosity. The use of monitors for detecting convergence is highlighted. References 1. J. M. Nouri and J. H. Whitelaw, Flow of Newtonian and non-newtonian fluids in an eccentric annulus with rotation of inner cylinder, International Journal of Heat and Fluid Flow 18: , 1997 Exercises/ Discussions 1. How will the results vary if: (a) The direction of rotation of inner cylinder is reversed. (b) The inner cylinder rotates with higher RPM. (c) The outer cylinder is made to rotate in the same direction as that of inner cylinder. (d) The flow is simulated as inviscid. 2. Will the same grid work if the mass flow across the periodic boundaries is increased 10 times from the existing value? What changes would you suggest in the case set-up? 3. What other situation can be simulated using the same mesh file. Links for Further Reading c Fluent Inc. August 18, 2005

Simulation of Flow Development in a Pipe

Simulation of Flow Development in a Pipe Tutorial 4. Simulation of Flow Development in a Pipe Introduction The purpose of this tutorial is to illustrate the setup and solution of a 3D turbulent fluid flow in a pipe. The pipe networks are common

More information

Flow in an Intake Manifold

Flow in an Intake Manifold Tutorial 2. Flow in an Intake Manifold Introduction The purpose of this tutorial is to model turbulent flow in a simple intake manifold geometry. An intake manifold is a system of passages which carry

More information

Using a Single Rotating Reference Frame

Using a Single Rotating Reference Frame Tutorial 9. Using a Single Rotating Reference Frame Introduction This tutorial considers the flow within a 2D, axisymmetric, co-rotating disk cavity system. Understanding the behavior of such flows is

More information

Tutorial 2. Modeling Periodic Flow and Heat Transfer

Tutorial 2. Modeling Periodic Flow and Heat Transfer Tutorial 2. Modeling Periodic Flow and Heat Transfer Introduction: Many industrial applications, such as steam generation in a boiler or air cooling in the coil of an air conditioner, can be modeled as

More information

Modeling Evaporating Liquid Spray

Modeling Evaporating Liquid Spray Tutorial 17. Modeling Evaporating Liquid Spray Introduction In this tutorial, the air-blast atomizer model in ANSYS FLUENT is used to predict the behavior of an evaporating methanol spray. Initially, the

More information

Using Multiple Rotating Reference Frames

Using Multiple Rotating Reference Frames Tutorial 9. Using Multiple Rotating Reference Frames Introduction Many engineering problems involve rotating flow domains. One example is the centrifugal blower unit that is typically used in automotive

More information

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Introduction This tutorial illustrates the setup and solution of the two-dimensional turbulent fluid flow and heat

More information

Modeling Evaporating Liquid Spray

Modeling Evaporating Liquid Spray Tutorial 16. Modeling Evaporating Liquid Spray Introduction In this tutorial, FLUENT s air-blast atomizer model is used to predict the behavior of an evaporating methanol spray. Initially, the air flow

More information

Using Multiple Rotating Reference Frames

Using Multiple Rotating Reference Frames Tutorial 10. Using Multiple Rotating Reference Frames Introduction Many engineering problems involve rotating flow domains. One example is the centrifugal blower unit that is typically used in automotive

More information

Using the Eulerian Multiphase Model for Granular Flow

Using the Eulerian Multiphase Model for Granular Flow Tutorial 21. Using the Eulerian Multiphase Model for Granular Flow Introduction Mixing tanks are used to maintain solid particles or droplets of heavy fluids in suspension. Mixing may be required to enhance

More information

Calculate a solution using the pressure-based coupled solver.

Calculate a solution using the pressure-based coupled solver. Tutorial 19. Modeling Cavitation Introduction This tutorial examines the pressure-driven cavitating flow of water through a sharpedged orifice. This is a typical configuration in fuel injectors, and brings

More information

This tutorial illustrates how to set up and solve a problem involving solidification. This tutorial will demonstrate how to do the following:

This tutorial illustrates how to set up and solve a problem involving solidification. This tutorial will demonstrate how to do the following: Tutorial 22. Modeling Solidification Introduction This tutorial illustrates how to set up and solve a problem involving solidification. This tutorial will demonstrate how to do the following: Define a

More information

Tutorial: Hydrodynamics of Bubble Column Reactors

Tutorial: Hydrodynamics of Bubble Column Reactors Tutorial: Introduction The purpose of this tutorial is to provide guidelines and recommendations for solving a gas-liquid bubble column problem using the multiphase mixture model, including advice on solver

More information

Modeling Flow Through Porous Media

Modeling Flow Through Porous Media Tutorial 7. Modeling Flow Through Porous Media Introduction Many industrial applications involve the modeling of flow through porous media, such as filters, catalyst beds, and packing. This tutorial illustrates

More information

Tutorial: Modeling Liquid Reactions in CIJR Using the Eulerian PDF transport (DQMOM-IEM) Model

Tutorial: Modeling Liquid Reactions in CIJR Using the Eulerian PDF transport (DQMOM-IEM) Model Tutorial: Modeling Liquid Reactions in CIJR Using the Eulerian PDF transport (DQMOM-IEM) Model Introduction The purpose of this tutorial is to demonstrate setup and solution procedure of liquid chemical

More information

Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders

Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders Objective: The objective of this laboratory is to introduce how to use FLUENT to solve both transient and natural convection problems.

More information

The purpose of this tutorial is to illustrate how to set up and solve a problem using the. Moving Deforming Mesh (MDM) using the layering algorithm.

The purpose of this tutorial is to illustrate how to set up and solve a problem using the. Moving Deforming Mesh (MDM) using the layering algorithm. Tutorial: Introduction The purpose of this tutorial is to illustrate how to set up and solve a problem using the following two features in FLUENT. Moving Deforming Mesh (MDM) using the layering algorithm.

More information

Isotropic Porous Media Tutorial

Isotropic Porous Media Tutorial STAR-CCM+ User Guide 3927 Isotropic Porous Media Tutorial This tutorial models flow through the catalyst geometry described in the introductory section. In the porous region, the theoretical pressure drop

More information

Modeling External Compressible Flow

Modeling External Compressible Flow Tutorial 3. Modeling External Compressible Flow Introduction The purpose of this tutorial is to compute the turbulent flow past a transonic airfoil at a nonzero angle of attack. You will use the Spalart-Allmaras

More information

Tutorial 17. Using the Mixture and Eulerian Multiphase Models

Tutorial 17. Using the Mixture and Eulerian Multiphase Models Tutorial 17. Using the Mixture and Eulerian Multiphase Models Introduction: This tutorial examines the flow of water and air in a tee junction. First you will solve the problem using the less computationally-intensive

More information

Tutorial: Riser Simulation Using Dense Discrete Phase Model

Tutorial: Riser Simulation Using Dense Discrete Phase Model Introduction The purpose of this tutorial is to demonstrate the setup of a dense discrete phase model (DDPM) with the example of 2D riser. DDPM is used for the secondary phase that has a particle size

More information

Using the Discrete Ordinates Radiation Model

Using the Discrete Ordinates Radiation Model Tutorial 6. Using the Discrete Ordinates Radiation Model Introduction This tutorial illustrates the set up and solution of flow and thermal modelling of a headlamp. The discrete ordinates (DO) radiation

More information

Modeling Unsteady Compressible Flow

Modeling Unsteady Compressible Flow Tutorial 4. Modeling Unsteady Compressible Flow Introduction In this tutorial, FLUENT s density-based implicit solver is used to predict the timedependent flow through a two-dimensional nozzle. As an initial

More information

Use 6DOF solver to calculate motion of the moving body. Create TIFF files for graphic visualization of the solution.

Use 6DOF solver to calculate motion of the moving body. Create TIFF files for graphic visualization of the solution. Introduction The purpose of this tutorial is to provide guidelines and recommendations for setting up and solving a moving deforming mesh (MDM) case along with the six degree of freedom (6DOF) solver and

More information

Simulation of Turbulent Flow around an Airfoil

Simulation of Turbulent Flow around an Airfoil 1. Purpose Simulation of Turbulent Flow around an Airfoil ENGR:2510 Mechanics of Fluids and Transfer Processes CFD Lab 2 (ANSYS 17.1; Last Updated: Nov. 7, 2016) By Timur Dogan, Michael Conger, Andrew

More information

Introduction to CFX. Workshop 2. Transonic Flow Over a NACA 0012 Airfoil. WS2-1. ANSYS, Inc. Proprietary 2009 ANSYS, Inc. All rights reserved.

Introduction to CFX. Workshop 2. Transonic Flow Over a NACA 0012 Airfoil. WS2-1. ANSYS, Inc. Proprietary 2009 ANSYS, Inc. All rights reserved. Workshop 2 Transonic Flow Over a NACA 0012 Airfoil. Introduction to CFX WS2-1 Goals The purpose of this tutorial is to introduce the user to modelling flow in high speed external aerodynamic applications.

More information

Simulation of Laminar Pipe Flows

Simulation of Laminar Pipe Flows Simulation of Laminar Pipe Flows 57:020 Mechanics of Fluids and Transport Processes CFD PRELAB 1 By Timur Dogan, Michael Conger, Maysam Mousaviraad, Tao Xing and Fred Stern IIHR-Hydroscience & Engineering

More information

Compressible Flow in a Nozzle

Compressible Flow in a Nozzle SPC 407 Supersonic & Hypersonic Fluid Dynamics Ansys Fluent Tutorial 1 Compressible Flow in a Nozzle Ahmed M Nagib Elmekawy, PhD, P.E. Problem Specification Consider air flowing at high-speed through a

More information

Simulation and Validation of Turbulent Pipe Flows

Simulation and Validation of Turbulent Pipe Flows Simulation and Validation of Turbulent Pipe Flows ENGR:2510 Mechanics of Fluids and Transport Processes CFD LAB 1 (ANSYS 17.1; Last Updated: Oct. 10, 2016) By Timur Dogan, Michael Conger, Dong-Hwan Kim,

More information

FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016

FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016 FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016 Note: These instructions are based on an older version of FLUENT, and some of the instructions

More information

Supersonic Flow Over a Wedge

Supersonic Flow Over a Wedge SPC 407 Supersonic & Hypersonic Fluid Dynamics Ansys Fluent Tutorial 2 Supersonic Flow Over a Wedge Ahmed M Nagib Elmekawy, PhD, P.E. Problem Specification A uniform supersonic stream encounters a wedge

More information

November c Fluent Inc. November 8,

November c Fluent Inc. November 8, MIXSIM 2.1 Tutorial November 2006 c Fluent Inc. November 8, 2006 1 Copyright c 2006 by Fluent Inc. All Rights Reserved. No part of this document may be reproduced or otherwise used in any form without

More information

Verification of Laminar and Validation of Turbulent Pipe Flows

Verification of Laminar and Validation of Turbulent Pipe Flows 1 Verification of Laminar and Validation of Turbulent Pipe Flows 1. Purpose ME:5160 Intermediate Mechanics of Fluids CFD LAB 1 (ANSYS 18.1; Last Updated: Aug. 1, 2017) By Timur Dogan, Michael Conger, Dong-Hwan

More information

Simulation of Turbulent Flow around an Airfoil

Simulation of Turbulent Flow around an Airfoil Simulation of Turbulent Flow around an Airfoil ENGR:2510 Mechanics of Fluids and Transfer Processes CFD Pre-Lab 2 (ANSYS 17.1; Last Updated: Nov. 7, 2016) By Timur Dogan, Michael Conger, Andrew Opyd, Dong-Hwan

More information

Module D: Laminar Flow over a Flat Plate

Module D: Laminar Flow over a Flat Plate Module D: Laminar Flow over a Flat Plate Summary... Problem Statement Geometry and Mesh Creation Problem Setup Solution. Results Validation......... Mesh Refinement.. Summary This ANSYS FLUENT tutorial

More information

Steady Flow: Lid-Driven Cavity Flow

Steady Flow: Lid-Driven Cavity Flow STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 2 Steady Flow: Lid-Driven Cavity Flow This tutorial demonstrates the performance of STAR-CCM+ in solving a traditional square lid-driven cavity

More information

CFD MODELING FOR PNEUMATIC CONVEYING

CFD MODELING FOR PNEUMATIC CONVEYING CFD MODELING FOR PNEUMATIC CONVEYING Arvind Kumar 1, D.R. Kaushal 2, Navneet Kumar 3 1 Associate Professor YMCAUST, Faridabad 2 Associate Professor, IIT, Delhi 3 Research Scholar IIT, Delhi e-mail: arvindeem@yahoo.co.in

More information

c Fluent Inc. May 16,

c Fluent Inc. May 16, Tutorial 1. Office Ventilation Introduction: This tutorial demonstrates how to model an office shared by two people working at computers, using Airpak. In this tutorial, you will learn how to: Open a new

More information

Express Introductory Training in ANSYS Fluent Workshop 07 Tank Flushing

Express Introductory Training in ANSYS Fluent Workshop 07 Tank Flushing Express Introductory Training in ANSYS Fluent Workshop 07 Tank Flushing Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 - Industry Oriented HPC Simulations,

More information

Turbulencja w mikrokanale i jej wpływ na proces emulsyfikacji

Turbulencja w mikrokanale i jej wpływ na proces emulsyfikacji Polish Academy of Sciences Institute of Fundamental Technological Research Turbulencja w mikrokanale i jej wpływ na proces emulsyfikacji S. Błoński, P.Korczyk, T.A. Kowalewski PRESENTATION OUTLINE 0 Introduction

More information

Solution Recording and Playback: Vortex Shedding

Solution Recording and Playback: Vortex Shedding STAR-CCM+ User Guide 6663 Solution Recording and Playback: Vortex Shedding This tutorial demonstrates how to use the solution recording and playback module for capturing the results of transient phenomena.

More information

Grid. Apr 09, 1998 FLUENT 5.0 (2d, segregated, lam) Grid. Jul 31, 1998 FLUENT 5.0 (2d, segregated, lam)

Grid. Apr 09, 1998 FLUENT 5.0 (2d, segregated, lam) Grid. Jul 31, 1998 FLUENT 5.0 (2d, segregated, lam) Tutorial 2. Around an Airfoil Transonic Turbulent Flow Introduction: The purpose of this tutorial is to compute the turbulent flow past a transonic airfoil at a non-zero angle of attack. You will use the

More information

Simulation of Turbulent Flow over the Ahmed Body

Simulation of Turbulent Flow over the Ahmed Body Simulation of Turbulent Flow over the Ahmed Body 58:160 Intermediate Mechanics of Fluids CFD LAB 4 By Timur K. Dogan, Michael Conger, Maysam Mousaviraad, and Fred Stern IIHR-Hydroscience & Engineering

More information

Tutorial: Simulating a 3D Check Valve Using Dynamic Mesh 6DOF Model And Diffusion Smoothing

Tutorial: Simulating a 3D Check Valve Using Dynamic Mesh 6DOF Model And Diffusion Smoothing Tutorial: Simulating a 3D Check Valve Using Dynamic Mesh 6DOF Model And Diffusion Smoothing Introduction The purpose of this tutorial is to demonstrate how to simulate a ball check valve with small displacement

More information

Express Introductory Training in ANSYS Fluent Workshop 04 Fluid Flow Around the NACA0012 Airfoil

Express Introductory Training in ANSYS Fluent Workshop 04 Fluid Flow Around the NACA0012 Airfoil Express Introductory Training in ANSYS Fluent Workshop 04 Fluid Flow Around the NACA0012 Airfoil Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 -

More information

Verification and Validation of Turbulent Flow around a Clark-Y Airfoil

Verification and Validation of Turbulent Flow around a Clark-Y Airfoil 1 Verification and Validation of Turbulent Flow around a Clark-Y Airfoil 1. Purpose ME:5160 Intermediate Mechanics of Fluids CFD LAB 2 (ANSYS 19.1; Last Updated: Aug. 7, 2018) By Timur Dogan, Michael Conger,

More information

A B C D E. Settings Choose height, H, free stream velocity, U, and fluid (dynamic viscosity and density ) so that: Reynolds number

A B C D E. Settings Choose height, H, free stream velocity, U, and fluid (dynamic viscosity and density ) so that: Reynolds number Individual task Objective To derive the drag coefficient for a 2D object, defined as where D (N/m) is the aerodynamic drag force (per unit length in the third direction) acting on the object. The object

More information

TUTORIAL#3. Marek Jaszczur. Boundary Layer on a Flat Plate W1-1 AGH 2018/2019

TUTORIAL#3. Marek Jaszczur. Boundary Layer on a Flat Plate W1-1 AGH 2018/2019 TUTORIAL#3 Boundary Layer on a Flat Plate Marek Jaszczur AGH 2018/2019 W1-1 Problem specification TUTORIAL#3 Boundary Layer - on a flat plate Goal: Solution for boudary layer 1. Creating 2D simple geometry

More information

Modeling Supersonic Jet Screech Noise Using Direct Computational Aeroacoustics (CAA) 14.5 Release

Modeling Supersonic Jet Screech Noise Using Direct Computational Aeroacoustics (CAA) 14.5 Release Modeling Supersonic Jet Screech Noise Using Direct Computational Aeroacoustics (CAA) 14.5 Release 2011 ANSYS, Inc. November 7, 2012 1 Workshop Advanced ANSYS FLUENT Acoustics Introduction This tutorial

More information

Revolve 3D geometry to display a 360-degree image.

Revolve 3D geometry to display a 360-degree image. Tutorial 24. Turbo Postprocessing Introduction This tutorial demonstrates the turbomachinery postprocessing capabilities of FLUENT. In this example, you will read the case and data files (without doing

More information

and to the following students who assisted in the creation of the Fluid Dynamics tutorials:

and to the following students who assisted in the creation of the Fluid Dynamics tutorials: Fluid Dynamics CAx Tutorial: Pressure Along a Streamline Basic Tutorial #3 Deryl O. Snyder C. Greg Jensen Brigham Young University Provo, UT 84602 Special thanks to: PACE, Fluent, UGS Solutions, Altair

More information

Cold Flow Simulation Inside an SI Engine

Cold Flow Simulation Inside an SI Engine Tutorial 12. Cold Flow Simulation Inside an SI Engine Introduction The purpose of this tutorial is to illustrate the case setup and solution of the two dimensional, four stroke spark ignition (SI) engine

More information

Solved with COMSOL Multiphysics 4.0a. COPYRIGHT 2010 COMSOL AB.

Solved with COMSOL Multiphysics 4.0a. COPYRIGHT 2010 COMSOL AB. Journal Bearing Introduction Journal bearings are used to carry radial loads, for example, to support a rotating shaft. A simple journal bearing consists of two rigid cylinders. The outer cylinder (bearing)

More information

Tutorial: Heat and Mass Transfer with the Mixture Model

Tutorial: Heat and Mass Transfer with the Mixture Model Tutorial: Heat and Mass Transfer with the Mixture Model Purpose The purpose of this tutorial is to demonstrate the use of mixture model in FLUENT 6.0 to solve a mixture multiphase problem involving heat

More information

and to the following students who assisted in the creation of the Fluid Dynamics tutorials:

and to the following students who assisted in the creation of the Fluid Dynamics tutorials: Fluid Dynamics CAx Tutorial: Channel Flow Basic Tutorial # 4 Deryl O. Snyder C. Greg Jensen Brigham Young University Provo, UT 84602 Special thanks to: PACE, Fluent, UGS Solutions, Altair Engineering;

More information

Free Convection Cookbook for StarCCM+

Free Convection Cookbook for StarCCM+ ME 448/548 February 28, 2012 Free Convection Cookbook for StarCCM+ Gerald Recktenwald gerry@me.pdx.edu 1 Overview Figure 1 depicts a two-dimensional fluid domain bounded by a cylinder of diameter D. Inside

More information

Tutorial: Modeling Domains with Embedded Reference Frames: Part 2 Sliding Mesh Modeling

Tutorial: Modeling Domains with Embedded Reference Frames: Part 2 Sliding Mesh Modeling Tutorial: Modeling Domains with Embedded Reference Frames: Part 2 Sliding Mesh Modeling Introduction The motion of rotating components is often complicated by the fact that the rotational axis about which

More information

COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS

COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS Dr W. Malalasekera Version 3.0 August 2013 1 COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE

More information

Prerequisites: This tutorial assumes that you are familiar with the menu structure in FLUENT, and that you have solved Tutorial 1.

Prerequisites: This tutorial assumes that you are familiar with the menu structure in FLUENT, and that you have solved Tutorial 1. Tutorial 22. Postprocessing Introduction: In this tutorial, the postprocessing capabilities of FLUENT are demonstrated for a 3D laminar flow involving conjugate heat transfer. The flow is over a rectangular

More information

Advanced ANSYS FLUENT Acoustics

Advanced ANSYS FLUENT Acoustics Workshop Modeling Flow-Induced (Aeroacoustic) Noise 14.5 Release Advanced ANSYS FLUENT Acoustics 2011 ANSYS, Inc. November 7, 2012 1 Introduction This tutorial demonstrates how to model 2D turbulent flow

More information

Simulation of Turbulent Flow in an Asymmetric Diffuser

Simulation of Turbulent Flow in an Asymmetric Diffuser Simulation of Turbulent Flow in an Asymmetric Diffuser 1. Purpose 58:160 Intermediate Mechanics of Fluids CFD LAB 3 By Tao Xing and Fred Stern IIHR-Hydroscience & Engineering The University of Iowa C.

More information

Middle East Technical University Mechanical Engineering Department ME 485 CFD with Finite Volume Method Fall 2017 (Dr. Sert)

Middle East Technical University Mechanical Engineering Department ME 485 CFD with Finite Volume Method Fall 2017 (Dr. Sert) Middle East Technical University Mechanical Engineering Department ME 485 CFD with Finite Volume Method Fall 2017 (Dr. Sert) ANSYS Fluent Tutorial Developing Laminar Flow in a 2D Channel 1 How to use This

More information

Express Introductory Training in ANSYS Fluent Workshop 02 Using the Discrete Phase Model (DPM)

Express Introductory Training in ANSYS Fluent Workshop 02 Using the Discrete Phase Model (DPM) Express Introductory Training in ANSYS Fluent Workshop 02 Using the Discrete Phase Model (DPM) Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 - Industry

More information

Introduction to ANSYS CFX

Introduction to ANSYS CFX Workshop 03 Fluid flow around the NACA0012 Airfoil 16.0 Release Introduction to ANSYS CFX 2015 ANSYS, Inc. March 13, 2015 1 Release 16.0 Workshop Description: The flow simulated is an external aerodynamics

More information

Express Introductory Training in ANSYS Fluent Workshop 08 Vortex Shedding

Express Introductory Training in ANSYS Fluent Workshop 08 Vortex Shedding Express Introductory Training in ANSYS Fluent Workshop 08 Vortex Shedding Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 - Industry Oriented HPC Simulations,

More information

Verification and Validation of Turbulent Flow around a Clark-Y Airfoil

Verification and Validation of Turbulent Flow around a Clark-Y Airfoil Verification and Validation of Turbulent Flow around a Clark-Y Airfoil 1. Purpose 58:160 Intermediate Mechanics of Fluids CFD LAB 2 By Tao Xing and Fred Stern IIHR-Hydroscience & Engineering The University

More information

Express Introductory Training in ANSYS Fluent Workshop 06 Using Moving Reference Frames and Sliding Meshes

Express Introductory Training in ANSYS Fluent Workshop 06 Using Moving Reference Frames and Sliding Meshes Express Introductory Training in ANSYS Fluent Workshop 06 Using Moving Reference Frames and Sliding Meshes Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School

More information

TUTORIAL#4. Marek Jaszczur. Turbulent Thermal Boundary Layer on a Flat Plate W1-1 AGH 2018/2019

TUTORIAL#4. Marek Jaszczur. Turbulent Thermal Boundary Layer on a Flat Plate W1-1 AGH 2018/2019 TUTORIAL#4 Turbulent Thermal Boundary Layer on a Flat Plate Marek Jaszczur AGH 2018/2019 W1-1 Problem specification TUTORIAL#4 Turbulent Thermal Boundary Layer - on a flat plate Goal: Solution for Non-isothermal

More information

Introduction To FLUENT. David H. Porter Minnesota Supercomputer Institute University of Minnesota

Introduction To FLUENT. David H. Porter Minnesota Supercomputer Institute University of Minnesota Introduction To FLUENT David H. Porter Minnesota Supercomputer Institute University of Minnesota Topics Covered in this Tutorial What you can do with FLUENT FLUENT is feature rich Summary of features and

More information

FEMLAB Exercise 1 for ChE366

FEMLAB Exercise 1 for ChE366 FEMLAB Exercise 1 for ChE366 Problem statement Consider a spherical particle of radius r s moving with constant velocity U in an infinitely long cylinder of radius R that contains a Newtonian fluid. Let

More information

ANSYS AIM Tutorial Steady Flow Past a Cylinder

ANSYS AIM Tutorial Steady Flow Past a Cylinder ANSYS AIM Tutorial Steady Flow Past a Cylinder Author(s): Sebastian Vecchi, ANSYS Created using ANSYS AIM 18.1 Problem Specification Pre-Analysis & Start Up Solution Domain Boundary Conditions Start-Up

More information

Lab 8: FLUENT: Turbulent Boundary Layer Flow with Convection

Lab 8: FLUENT: Turbulent Boundary Layer Flow with Convection Lab 8: FLUENT: Turbulent Boundary Layer Flow with Convection Objective: The objective of this laboratory is to use FLUENT to solve for the total drag and heat transfer rate for external, turbulent boundary

More information

Appendix: To be performed during the lab session

Appendix: To be performed during the lab session Appendix: To be performed during the lab session Flow over a Cylinder Two Dimensional Case Using ANSYS Workbench Simple Mesh Latest revision: September 18, 2014 The primary objective of this Tutorial is

More information

CFD modelling of thickened tailings Final project report

CFD modelling of thickened tailings Final project report 26.11.2018 RESEM Remote sensing supporting surveillance and operation of mines CFD modelling of thickened tailings Final project report Lic.Sc.(Tech.) Reeta Tolonen and Docent Esa Muurinen University of

More information

Simulation of Turbulent Flow over the Ahmed Body

Simulation of Turbulent Flow over the Ahmed Body 1 Simulation of Turbulent Flow over the Ahmed Body ME:5160 Intermediate Mechanics of Fluids CFD LAB 4 (ANSYS 18.1; Last Updated: Aug. 18, 2016) By Timur Dogan, Michael Conger, Dong-Hwan Kim, Maysam Mousaviraad,

More information

ANSYS AIM Tutorial Turbulent Flow Over a Backward Facing Step

ANSYS AIM Tutorial Turbulent Flow Over a Backward Facing Step ANSYS AIM Tutorial Turbulent Flow Over a Backward Facing Step Author(s): Sebastian Vecchi, ANSYS Created using ANSYS AIM 18.1 Problem Specification Pre-Analysis & Start Up Governing Equation Start-Up Geometry

More information

CFD Analysis of a Fully Developed Turbulent Flow in a Pipe with a Constriction and an Obstacle

CFD Analysis of a Fully Developed Turbulent Flow in a Pipe with a Constriction and an Obstacle CFD Analysis of a Fully Developed Turbulent Flow in a Pipe with a Constriction and an Obstacle C, Diyoke Mechanical Engineering Department Enugu State University of Science & Tech. Enugu, Nigeria U, Ngwaka

More information

Use of CFD in Design and Development of R404A Reciprocating Compressor

Use of CFD in Design and Development of R404A Reciprocating Compressor Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2006 Use of CFD in Design and Development of R404A Reciprocating Compressor Yogesh V. Birari

More information

Numerical Study of Turbulent Flow over Backward-Facing Step with Different Turbulence Models

Numerical Study of Turbulent Flow over Backward-Facing Step with Different Turbulence Models Numerical Study of Turbulent Flow over Backward-Facing Step with Different Turbulence Models D. G. Jehad *,a, G. A. Hashim b, A. K. Zarzoor c and C. S. Nor Azwadi d Department of Thermo-Fluids, Faculty

More information

Introduction to C omputational F luid Dynamics. D. Murrin

Introduction to C omputational F luid Dynamics. D. Murrin Introduction to C omputational F luid Dynamics D. Murrin Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat transfer, mass transfer, chemical reactions, and related phenomena

More information

An Introduction to SolidWorks Flow Simulation 2010

An Introduction to SolidWorks Flow Simulation 2010 An Introduction to SolidWorks Flow Simulation 2010 John E. Matsson, Ph.D. SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation Chapter 2 Flat Plate Boundary Layer Objectives Creating

More information

STAR-CCM+ User Guide 6922

STAR-CCM+ User Guide 6922 STAR-CCM+ User Guide 6922 Introduction Welcome to the STAR-CCM+ introductory tutorial. In this tutorial, you explore the important concepts and workflow. Complete this tutorial before attempting any others.

More information

Workbench Tutorial Flow Over an Airfoil, Page 1 ANSYS Workbench Tutorial Flow Over an Airfoil

Workbench Tutorial Flow Over an Airfoil, Page 1 ANSYS Workbench Tutorial Flow Over an Airfoil Workbench Tutorial Flow Over an Airfoil, Page 1 ANSYS Workbench Tutorial Flow Over an Airfoil Authors: Scott Richards, Keith Martin, and John M. Cimbala, Penn State University Latest revision: 17 January

More information

First Steps - Conjugate Heat Transfer

First Steps - Conjugate Heat Transfer COSMOSFloWorks 2004 Tutorial 2 First Steps - Conjugate Heat Transfer This First Steps - Conjugate Heat Transfer tutorial covers the basic steps to set up a flow analysis problem including conduction heat

More information

Fluid Motion Between Rotating Concentric Cylinders Using COMSOL Multiphysics

Fluid Motion Between Rotating Concentric Cylinders Using COMSOL Multiphysics Fluid Motion Between Rotating Concentric Cylinders Using COMSOL Multiphysics Kabita Barman 1, Sravanthi Mothupally 1, Archana Sonejee 1, and Patrick L. Mills *1 1 Department of Chemical and Natural Gas

More information

CFD design tool for industrial applications

CFD design tool for industrial applications Sixth LACCEI International Latin American and Caribbean Conference for Engineering and Technology (LACCEI 2008) Partnering to Success: Engineering, Education, Research and Development June 4 June 6 2008,

More information

NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOR INTO THE INLET GUIDE VANE SYSTEM (IGV)

NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOR INTO THE INLET GUIDE VANE SYSTEM (IGV) University of West Bohemia» Department of Power System Engineering NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOR INTO THE INLET GUIDE VANE SYSTEM (IGV) Publication was supported by project: Budování excelentního

More information

Step 1: Create Geometry in GAMBIT

Step 1: Create Geometry in GAMBIT Step 1: Create Geometry in GAMBIT If you would prefer to skip the mesh generation steps, you can create a working directory (see below), download the mesh from here (right click and save as pipe.msh) into

More information

CFD Simulation for Stratified Oil-Water Two-Phase Flow in a Horizontal Pipe

CFD Simulation for Stratified Oil-Water Two-Phase Flow in a Horizontal Pipe CFD Simulation for Stratified Oil-Water Two-Phase Flow in a Horizontal Pipe Adib Zulhilmi Mohd Alias, a, Jaswar Koto, a,b,* and Yasser Mohamed Ahmed, a a) Department of Aeronautics, Automotive and Ocean

More information

µ = Pa s m 3 The Reynolds number based on hydraulic diameter, D h = 2W h/(w + h) = 3.2 mm for the main inlet duct is = 359

µ = Pa s m 3 The Reynolds number based on hydraulic diameter, D h = 2W h/(w + h) = 3.2 mm for the main inlet duct is = 359 Laminar Mixer Tutorial for STAR-CCM+ ME 448/548 March 30, 2014 Gerald Recktenwald gerry@pdx.edu 1 Overview Imagine that you are part of a team developing a medical diagnostic device. The device has a millimeter

More information

Application of Wray-Agarwal Turbulence Model for Accurate Numerical Simulation of Flow Past a Three-Dimensional Wing-body

Application of Wray-Agarwal Turbulence Model for Accurate Numerical Simulation of Flow Past a Three-Dimensional Wing-body Washington University in St. Louis Washington University Open Scholarship Mechanical Engineering and Materials Science Independent Study Mechanical Engineering & Materials Science 4-28-2016 Application

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY. Analyzing wind flow around the square plate using ADINA Project. Ankur Bajoria

MASSACHUSETTS INSTITUTE OF TECHNOLOGY. Analyzing wind flow around the square plate using ADINA Project. Ankur Bajoria MASSACHUSETTS INSTITUTE OF TECHNOLOGY Analyzing wind flow around the square plate using ADINA 2.094 - Project Ankur Bajoria May 1, 2008 Acknowledgement I would like to thank ADINA R & D, Inc for the full

More information

Comparison Between Numerical & PIV Experimental Results for Gas-Solid Flow in Ducts

Comparison Between Numerical & PIV Experimental Results for Gas-Solid Flow in Ducts Fabio Kasper Comparison Between Numerical & PIV Experimental Results for Gas-Solid Flow in Ducts Rodrigo Decker, Oscar Sgrott Jr., Henry F. Meier Waldir Martignoni Agenda Introduction The Test Bench Case

More information

Solver Basics. Introductory FLUENT Training ANSYS, Inc. All rights reserved. ANSYS, Inc. Proprietary

Solver Basics. Introductory FLUENT Training ANSYS, Inc. All rights reserved. ANSYS, Inc. Proprietary Solver Basics Introductory FLUENT Training 2006 ANSYS, Inc. All rights reserved. 2006 ANSYS, Inc. All rights reserved. 3-2 Solver Execution The menus are arranged such that the order of operation is generally

More information

Workbench Tutorial Minor Losses, Page 1 Tutorial Minor Losses using Pointwise and FLUENT

Workbench Tutorial Minor Losses, Page 1 Tutorial Minor Losses using Pointwise and FLUENT Workbench Tutorial Minor Losses, Page 1 Tutorial Minor Losses using Pointwise and FLUENT Introduction This tutorial provides instructions for meshing two internal flows. Pointwise software will be used

More information

SolidWorks Flow Simulation 2014

SolidWorks Flow Simulation 2014 An Introduction to SolidWorks Flow Simulation 2014 John E. Matsson, Ph.D. SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites

More information

1.2 Numerical Solutions of Flow Problems

1.2 Numerical Solutions of Flow Problems 1.2 Numerical Solutions of Flow Problems DIFFERENTIAL EQUATIONS OF MOTION FOR A SIMPLIFIED FLOW PROBLEM Continuity equation for incompressible flow: 0 Momentum (Navier-Stokes) equations for a Newtonian

More information

Coupled Analysis of FSI

Coupled Analysis of FSI Coupled Analysis of FSI Qin Yin Fan Oct. 11, 2008 Important Key Words Fluid Structure Interface = FSI Computational Fluid Dynamics = CFD Pressure Displacement Analysis = PDA Thermal Stress Analysis = TSA

More information

Modeling and Simulation of Single Phase Fluid Flow and Heat Transfer in Packed Beds

Modeling and Simulation of Single Phase Fluid Flow and Heat Transfer in Packed Beds Modeling and Simulation of Single Phase Fluid Flow and Heat Transfer in Packed Beds by:- Balaaji Mahadevan Shaurya Sachdev Subhanshu Pareek Amol Deshpande Birla Institute of Technology and Science, Pilani

More information

In this problem, we will demonstrate the following topics:

In this problem, we will demonstrate the following topics: Z Periodic boundary condition 1 1 0.001 Periodic boundary condition 2 Y v V cos t, V 1 0 0 The second Stokes problem is 2D fluid flow above a plate that moves horizontally in a harmonic manner, schematically

More information