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.

Size: px
Start display at page:

Download "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."

Transcription

1 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. User-defined real gas law. The problem involves a projectile moving through a barrel and out of the muzzle. The flow is assumed to be inviscid. In this tutorial you will learn how to: Read a mesh file for performing an MDM calculation. Compile a UDF for the projectile motion and the Abel-Nobel real gas law. Set up the moving zones and hook the UDF in FLUENT. Run an unsteady calculation for the problem using coupled solver and axisymmetry. Create animations. Prerequisites This tutorial assumes that you are familiar with the FLUENT interface and have completed Tutorial 1 from the FLUENT 6.1 Tutorial Guide. Some of the basic steps in the setup and solution procedures will not be shown explicitly. You should be familiar with the dynamic mesh model. If you are not, please review Section 9.6: Dynamic Meshes in the FLUENT User s Guide. Note: Assuming that you are using a single processor machine with a clock speed of 2 GHz, this tutorial will take: One hour to work through it. An additional 6 hours for the calculations up to the uncorking of the projectile. An additional 43.5 hours for the calculations until the projectile leaves the field of view. c Fluent Inc. March 27,

2 Problem Description A projectile weighing 120 grams is initially at rest inside a 20 mm caliber barrel. The gas inside the chamber is patched at a high pressure of 3000 atm and a temperature of 2700 K, and the projectile is released. The motion of the projectile is computed using a UDF based on FLUENT s Six Degree of Freedom UDF. In this case, only the pressure forces are considered, while drag and mechanical friction are neglected. The projectile is released at t=0. The Abel-Nobel equation of state is implemented using the user-defined real gas model. Figure 1: Problem Schematic Preparation 1. Copy the mesh file, projectile.msh.gz and the UDF source files, aneos.c and six dof property.c, to your working directory. 2. Start the 2D version of FLUENT. 2 c Fluent Inc. March 27, 2006

3 Setup and Solution Step 1: Grid 1. Read the grid file, projectile.msh.gz. File Read Case... FLUENT will read the file and report the progress in the console window. 2. Check the grid. Grid Check 3. Reorder the domain. Grid Reorder Domain Note: Perform this operation until the band width reduction is in the order of Scale the grid. Grid Scale... This mesh was created for a 155 mm barrel. To use this mesh for a 20 mm barrel in this tutorial, you need to scale it accordingly. (a) Set the Scale Factors for both X and Y to (b) Click Scale and close the panel. c Fluent Inc. March 27,

4 5. Display the grid. Display Grid... (a) Retain the default parameters. (b) Click Display and close the panel. Figure 2: Grid Display 4 c Fluent Inc. March 27, 2006

5 Figure 3: Dimensions and Zone Names This grid was created using GAMBIT. The region inside the barrel (on both sides of the projectile) and the region forming the extension of the muzzle are meshed with quads and lumped into one fluid zone called fluid-mdm. The rest of the domain consists of one face that is disconnected from the other faces, and the corresponding zone is called fluid-static-outer. Thus, there are two sets of edges where the two fluid regions meet. Each set is turned into an interface zone and allows you to define a non-conformal interface at a later stage. Boundary layers are attached to the interface edge at the bottom of fluid-static-outer. This portion of the zone is meshed using quads. 6. Zoom in to the muzzle area (Figure 4). Figure 4: Mesh Near the Muzzle c Fluent Inc. March 27,

6 The entire zone, default-interior slides to the right, while keeping default-interior:001 stationary. At the same time, cells are created on the left (at the edge labeled breech in Figure 5), and destroyed on the right (at the edge labeled p-out-destruct in Figure 3). 7. Zoom in near the breech and projectile (Figure 5). Figure 5 shows the default-interior zone, which will move to the right. By specifying the rigid body motion of default-interior you are also specifying the rigid body motion of the walls belonging to the projectile (w-proj-base and w-proj-front). New quad cells are created at the left wall labeled breech. Conversely, quad cells are destroyed at the edge labeled p-out-destruct. The combination of moving one zone as a rigid body while creating and destroying cells is called layering. 6 c Fluent Inc. March 27, 2006

7 Figure 5: Mesh Near the Breech and Chamber 8. View the zones, interface-inner and interface-outer (Figure 6). (a) Zoom out and under Surfaces, deselect default-interior, default-interior:001, and interface-outer to see where interface-inner is located. (b) Deselect interface-inner and select interface-outer. Figure 6: Definition of the Non-Conformal Interface In Figure 6, the three red, dotted line segments represent the interface-outer zone and the seven blue line segments (including the bottoms of the muzzle brakes) represent the interface-inner zone. c Fluent Inc. March 27,

8 Step 2: Models 1. Select the solver. Define Models Solver... (a) Under Solver, select Coupled and retain Implicit formulation. The real gas law works only with the Coupled solver. (b) Select Axisymmetric space and Unsteady and 1st-Order Implicit time formulation. MDM features currently work only with Unsteady and 1st-Order Implicit formulation. 2. Enable the Energy Equation. Define Models Energy... 8 c Fluent Inc. March 27, 2006

9 3. Set the viscous model to inviscid. Define Models Viscous... (a) Enable Inviscid. 4. Set the units for pressure. Define Units... (a) Under Quantities, select Pressure. (b) Under Units, select atm. 5. Set the Operating Pressure to 0. Define Operating Conditions... (a) Under Operating Pressure, enter 0. This setting is usually used with the coupled solver, to avoid confusion between absolute and gauge pressures. With the operating pressure set to zero, the static and absolute pressures will be equivalent. Step 3: Compile the UDF This UDF (based on FLUENT s 6DOF UDF) is parallelized and has a restart capability, where previous velocities and Euler angles are written to a file. Although the UDF seems to be complicated, very few changes have been made to customize it for this tutorial. The Abel-Nobel Equation Of State (ANEOS) is implemented using FLUENT s user-defined real gas model. ANEOS is a truncated version of the Van der Waals equation of state; ANEOS is defined as: p(v b) = RT (1) where v is the specific volume and b is the covolume term, that represents the volume occupied by the molecules themselves. For this case, the initial specific volume is m 3 /kg, while the covolume term is m 3 /kg, indicating that about a fourth of the volume is occupied by the molecules themselves. With regard to the motion of the projectile, the UDF computes the total force (viscous plus pressure) acting on the projectile base and on the projectile nose, and then Newton s Second Law is used to compute the acceleration. The new velocity is then calculated using a finite difference. c Fluent Inc. March 27,

10 1. Compile the UDF. Define User-Defined Functions Compiled... (a) Under Source Files, click Add... (b) In the Select File panel, select the source files, aneos.c and six dof property. (c) Under Library Name, enter libudf-6dof-real. (d) Click Build (do not click Load yet). FLUENT will set up the appropriate directory structure, and will compile the code for you. The progress of the compilation is shown on the FLUENT console window. Monitor the progress for compilation and linking errors. You can also see the log file in the working directory for the compilation history. (e) Load the library using text user interface (TUI) commands. > /define/user-defined/real-gas/user-defined-real-gas-model use real gas? [no] y User Defined Realgas Library Name [""] libudf-6dof-real Opening user-defined realgas library "libudf-6dof-real"... Library "libudf-6dof-real/lnx86/2d/libudf.so" opened Setting material "air" to a real-gas... Loading Real-Ideal Library: (f) In the Compiled UDFs panel, click Load. For more information on compiled UDFs, refer Section 7.3, Compiling a Source File Using the Compiled UDFs Panel, in the UDF Manual. Note: The Materials panel is no longer available, because the real gas law is now enabled. 10 c Fluent Inc. March 27, 2006

11 Step 4: Boundary Conditions 1. Define the boundary conditions. Define Boundary Conditions... (a) Set the conditions for the pressure-inlet boundary. i. Under Zone, select p-inlet-outer and click Set... ii. Set both Gauge Total Pressure and Supersonic/Initial Gauge Pressure to 1, and retain the Total Temperature at 300 K. (b) Set the conditions for the pressure-outlet boundary. i. Under Zone, select p-out-destruct and click Set... ii. Set Gauge Pressure to 1 atm and retain Backflow Total Temperature at 300 K. (c) Similarly, for p-out-outer, set Gauge Pressure to 1 atm and retain Backflow Total Temperature at 300 K. (d) Set the conditions for upper-boundary boundary. i. Under Zone, select upper-boundary, and change the Type to pressure-outlet. ii. Click Yes in the Question dialog box that opens. c Fluent Inc. March 27,

12 iii. Set Gauge Pressure to 1 atm and retain Backflow Total Temperature at 300 K. (e) Retain the default settings for all the walls, i.e., tangency for momentum and zero heat flux for thermal and close the Boundary Conditions panel. 2. Define the non-conformal interface. Define Grid Interfaces... (a) Under Grid Interface, enter interface. (b) Under Interface Zone 1, select interface-inner and under Interface Zone 2, select interface-outer (c) Click Create. Step 5: Dynamic Mesh Setup 1. Activate dynamic mesh motion and specify the associated parameters. Define Dynamic Mesh Parameters... (a) Under Models, enable Dynamic Mesh and Six DOF Solver. The panel will expand to show additional parameters. (b) Under Mesh Methods, deselect Smoothing and select Layering. (c) Click on the Layering tab and set the Split Factor and Collapse Factor to 0.4. These factors indicate that a new layer of cells is created when the preceding layer has stretched beyond 1.4 times the ideal height, and that a layer is destroyed when the last layer has shrunk to a height less than 0.6 times the ideal height. 12 c Fluent Inc. March 27, 2006

13 2. Specify the rigid body motion for the projectile and surrounding fluid. By specifying the motion of the fluid zone, fluid-mdm, you are specifying the motion of the quad cells and of the projectile itself (i.e., the two zones w-proj-base and w-projfront). Define Dynamic Mesh Zones... (a) In the Zone Names list, select fluid-mdm. (b) Retain Rigid Body as the motion Type. (c) In the Motion Attributes tab, ensure that under Six DOF Solver Options, On is enabled. (d) Ensure that under Six DOF UDF, projectile::libudf-6dof-real is selected. and click Create. The six dof::libudf-6dof-real UDF defines the rigid body motion. This will move the face that hosts the quad cells, together with the edges (wall-object and defaultinterior). c Fluent Inc. March 27,

14 3. Specify the stationary zone where new cell layers are created. (a) In the Zone Names list, select breech. (b) Under motion Type, select Stationary. (c) Under Meshing Options, specify the Cell Height as m and click Create. This is the axial dimension of the cells near the breech. This boundary zone thus becomes the location where new cells are created. 4. Specify the stationary zone where old cell layers are destroyed. (a) In the Zone Names list, select p-out-destruct. (b) Retain the motion Type as Stationary, Cell Height as , and click Create. 5. Specify conditions for surfaces of projectile. (a) In the Zone Names list, select w-proj-base. (b) Under Type, enable Rigid body. (c) Click on the Meshing Options tab and set Cell Height to (d) Click Create. (e) In the Zone Names list, select w-proj-front. (f) Under Type, retain Rigid body. (g) In the Meshing Options tab, retain Cell Height at (h) Click Create. Step 6: Initial Solution 1. Set the upper limits for pressure and temperature. Solve Controls Limits... (a) Set the Maximum Absolute Pressure to 3500 and retain Maximum Static Temperature at 5000 and click OK. 14 c Fluent Inc. March 27, 2006

15 2. Initialize the solution. Solve Initialize Initialize... (a) Under Compute From, select p-inlet-outer. (b) Click Init and close the panel. 3. Define an adaption register. Adapt Region... (a) Under Input Coordinates, specify X Min and X Max as and , respectively and Y Min and Y Max as 0, and 0.01, respectively. (b) Click Mark. FLUENT will report 288 cells marked for refinement. (c) Click Manage... and in the Manage Adaption Registers panel, click Display. The chamber now appears in red (Figure 7). c Fluent Inc. March 27,

16 Adaption Markings (hexahedron-r0) (Time=0.0000e+00) Nov 18, 2005 FLUENT 6.2 (axi, coupled imp, dynamesh, unsteady) Figure 7: Chamber Appears Red 4. Patch the chamber. Solve Initialize Patch... (a) Under Variable, select Pressure. (b) Enter a Value of 3000 atm. (c) Under Registers To Patch, select hexahedron-r0. (d) Click Patch. (e) Similarly, patch Temperature at 2700 K. 16 c Fluent Inc. March 27, 2006

17 5. Display contours of pressure, temperature, and density to verify the patching and confirm the density of 262 kg/m 3 in the chamber. 6. Save the case and data files as, gun-6dof-real-init.cas.gz. Step 7: Mesh Motion Preview The mesh motion preview utility is useful for verifying that the mesh motion parameters yield the desired mesh motion. Because the initialized flow includes a patch, the projectile is driven by the patched pressure differential. The preview is driven at a constant acceleration, based on that initial pressure force, because the flow is not computed during the preview. 1. Display the grid for the entire domain. 2. Specify the mesh motion. Solve Mesh Motion... (a) Set the Time Step Size to 1e-6 seconds. (b) Set Number of Time Steps to 40 and click Preview. Study the mesh motion. Observe the chamber and the projectile. 3. Zoom in to see the chamber and the projectile and click Preview again. You can see how cells are being created, initially at a rate of one new layer for every thirty time steps. 4. Zoom in near the zone, p-out-destruct on the far right and click Preview and see how the cells are being destroyed. At the beginning of each new time step, messages from the UDF will appear in the TUI. UDF message follows: UDF message UDF message: Flow time (sec) is... : UDF message: Axial velocity (m/s) is... : c Fluent Inc. March 27,

18 UDF message UDF message: Change in axial position (mm) : UDF message: Axial position (m): UDF message: Net axial force (N) is... : UDF message UDF message: Axial force on base is UDF message: Axial force on nose is UDF message 5. Exit FLUENT without saving. After verifying the correct behavior of the dynamic mesh, you can start again with the projectile at its starting point. Because the mesh has deformed and the projectile has moved, it is required to exit FLUENT without saving to revert to the original mesh position. Step 8: Postprocessing Setup 1. Start the 2D version of FLUENT and read the saved case and data files, projectile-6dof-real-init.cas.gz. File Read Case & Data... Note: If you have parallel licenses, you can also run parallel at this point, but you will have to recompile the fully parallelized UDF. This tutorial has been tested in parallel mode. 2. Display contours of velocity. Display Contours... (a) Under Contours Of, select Velocity and Velocity Magnitude. (b) Under Options, select Filled and deselect Global Range, Auto Range, and Clip to Range. (c) Increase the Levels to 50. (d) Set the value of Min to and Max to (e) Click Display and close the panel. 3. Define a surface monitor for absolute pressure (monitor-1). Solve Monitors Surface... (a) Increase Surface Monitors to 1. (b) Enable Plot, Print, and Write. (c) Under Every, select Time Step and click Define... i. In the Define Surface Monitor panel, under Report Type, select Area-Weighted Average. ii. Under X Axis, select Flow Time. 18 c Fluent Inc. March 27, 2006

19 iii. Increase Plot Window to 1. iv. Under Report Of, select Pressure and Absolute Pressure. v. Under Surfaces, select breech. vi. Click OK. 4. Define a surface monitor for velocity magnitude (monitor-2). (a) Increase Surface Monitors to 2. (b) Enable Plot, Print, and Write. (c) Under Every, select Time Step and click Define... i. In the Define Surface Monitor panel, under Report Type, select Area-Weighted Average. ii. Under X Axis, select Flow Time. iii. Increase Plot Window to 2. iv. Under Report Of, select Velocity and Velocity Magnitude. v. Under Surfaces, deselect breech and select w-proj-base. vi. Click OK. 5. Define a surface monitor to track the x-position of the projectile (monitor-3). (a) Increase Surface Monitors to 3. (b) Enable Plot, Print, and Write. (c) Under Every, select Time Step and click Define... i. In the Define Surface Monitor panel, under Report Type, select Vertex Average. ii. Under X Axis, select Flow Time. iii. Increase Plot Window to 3. iv. Under Report Of, select Grid and X-Coordinate. v. Under Surfaces, retain w-proj-base. vi. Click OK. (d) Click OK and close the panel. 6. Enable the logarithmic scale. Display Colormaps... (a) Enable Log Scale. (b) Under Number Format, set Type to general and Precision to 4. (c) Under Colormaps, ensure that Colormap Size is set to 50. (d) Click Apply and close the panel. c Fluent Inc. March 27,

20 7. Set the display in the graphic window. (a) Display velocity contours as described in Step 8-2. (b) Zoom in and adjust the view as shown in Figure 8. Figure 8: Display for Animation (c) Save the view file. Display Views... i. Under Save Name, enter view-projectile. ii. Under Actions, click Save and then click Write... The Write Views panel opens iii. Under Views to Write, select view-projectile. 20 c Fluent Inc. March 27, 2006

21 iv. Click OK and enter File Name as viewfile. 8. Set hardcopy parameters. File Hardcopy... (a) Under Format, enable TIFF. (b) Under Coloring, enable Color. (c) Under Resolution set the Width and Height to 800 and 600, respectively. (d) Click Apply and close the panel. 9. Set executable commands. Solve Execute Commands... (a) Increase Defined Commands to 1. (b) Increase Every to 10. (c) Under When, select Time Step. (d) Under Command, enter the TUI command: display contour velocity-magnitude (e) Enable On. (f) Increase Defined Commands to 2. (g) Increase Every to 10. (h) Under When, select Time Step. (i) Under Command, enter the TUI command: display hard-copy tiff-files/projectile-%t.tiff (j) Enable On and click OK. Note: Ensure that you create a subfolder named tiff-files in the working folder. The animation frames will be saved in this subfolder. Step 9: Solution 1. Set the solution parameters. Solve Controls Solution... (a) Set Courant Number to 100. (b) Under Discretization, select First Order Upwind for Flow. 2. Enable the plotting of residuals and disable all convergence checks. Solve Monitors Residual... c Fluent Inc. March 27,

22 (a) Enable Plot under Options. (b) Under Plotting, set Window to 4. (c) Under Plotting, change Iterations to Activate autosave option. File Write Autosave... (a) Set Autosave Cas File Frequency to 50. (b) Set Autosave Data File Frequency to 50. (c) Enable Overwrite Existing Files. (d) Set Maximum Number of Each File Type to 5. (e) Enter Filename as projectile-6dof-real.gz. projectile-6dof-real.gz is the basename for the file saves. 4. Save the case and data files, as projectile-6dof-real-init.cas.gz. This will overwrite the previous case and data files. 5. Solve for 960 time steps. Solve Iterate 22 c Fluent Inc. March 27, 2006

23 (a) Set the Time Step Size to 1e-06 and the Number of Time Steps to 960. (b) Set the Maximum Iterations per Time Step to 25 and click Iterate. After about five time steps, the pressure monitor becomes nearly flat at the end of each time step. This indicates convergence within each time step. The residuals for axial velocity, continuity, and energy are dropping well within each time step. The radial velocity is less responsive because the flow is essentially onedimensional, causing the y-residual to be normalized by a small number. Note: The 960 time steps will take about 5.75 hours on a single processor with a clock speed of 2 GHz. At this time, you may choose to close this session of FLUENT, and resume from the instant the projectile leaves the muzzle. If you choose to exit, you will not be able to produce a complete animation. At the end of 960 time steps, the base of the projectile is just short of exiting the muzzle, i.e., just short of shot exit (uncorking). At this point, it is traveling at about 154 m/s, and the pressure inside the barrel is about 82 atmospheres. The flow time is near 0.96 milliseconds, and the maximum flow velocities are about 270 m/s. The contours of velocity are shown in Figure Solve until the projectile reaches the end of the muzzle. (a) Solve for 960 time steps, with 25 iterations per time step. Solve Iterate... c Fluent Inc. March 27,

24 Figure 9: Velocity Contours at the Instant of Uncorking (b) Save the current case and data files as projectile-6dof-real-960msec.cas.gz and projectile-6dof-real-960msec.dat.gz. 7. Solve until the projectile is placed well beyond the second muzzle brake. (a) In the Iterate panel, set the Time Step Size to 1e-07 seconds (smaller by a factor of ten). (b) In the Execute Commands panel, change Every from 10 to 100 for the two defined commands. (c) Set the Number of Time Steps to 6400 and click Iterate. This calculation will take about 43.5 hours on a single processor with a clock speed of 2 GHz. This will place the projectile well to the right of the second muzzle brake. The final flow time will be about 1.60 msec. Note: If you do not want to run the iterations, you can read the final case and data files, projectile-6dof-real-final.cas.gz and projectile-6dof-real-final.dat.gz and proceed with the postprocessing. Step 10: Postprocessing 1. Display the Velocity Magnitude (Figure 10). Display Contours... (a) Display velocity contours as described in Step Display the animation by entering the command animate *.tiff in the folder tiff-files. 24 c Fluent Inc. March 27, 2006

25 Figure 10: Velocity Contours at the End of the Simulation c Fluent Inc. March 27,

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

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

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 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

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

Non-Newtonian Transitional Flow in an Eccentric Annulus

Non-Newtonian Transitional Flow in an Eccentric Annulus 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

More information

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

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

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

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: 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 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

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

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

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

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

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

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

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

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

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

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

Auto Injector Syringe. A Fluent Dynamic Mesh 1DOF Tutorial

Auto Injector Syringe. A Fluent Dynamic Mesh 1DOF Tutorial Auto Injector Syringe A Fluent Dynamic Mesh 1DOF Tutorial 1 2015 ANSYS, Inc. June 26, 2015 Prerequisites This tutorial is written with the assumption that You have attended the Introduction to ANSYS Fluent

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

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

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

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

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

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

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

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

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

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

Simulating Sinkage & Trim for Planing Boat Hulls. A Fluent Dynamic Mesh 6DOF Tutorial

Simulating Sinkage & Trim for Planing Boat Hulls. A Fluent Dynamic Mesh 6DOF Tutorial Simulating Sinkage & Trim for Planing Boat Hulls A Fluent Dynamic Mesh 6DOF Tutorial 1 Introduction Workshop Description This workshop describes how to perform a transient 2DOF simulation of a planing

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

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

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

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

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

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

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

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

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

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

Problem description. The FCBI-C element is used in the fluid part of the model.

Problem description. The FCBI-C element is used in the fluid part of the model. Problem description This tutorial illustrates the use of ADINA for analyzing the fluid-structure interaction (FSI) behavior of a flexible splitter behind a 2D cylinder and the surrounding fluid in a channel.

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

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

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

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

Numerical Analysis of Gun Barrel Pressure Blast Using Dynamic Mesh Adaption

Numerical Analysis of Gun Barrel Pressure Blast Using Dynamic Mesh Adaption Dissertations and Theses Fall 2011 Numerical Analysis of Gun Barrel Pressure Blast Using Dynamic Mesh Adaption Sathish Xavier Follow this and additional works at: https://commons.erau.edu/edt Part of the

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

ANSYS AIM Tutorial Fluid Flow Through a Transition Duct

ANSYS AIM Tutorial Fluid Flow Through a Transition Duct ANSYS AIM Tutorial Fluid Flow Through a Transition Duct Author(s): Sebastian Vecchi, ANSYS Created using ANSYS AIM 18.1 Problem Specification Start Up Geometry Import Geometry Extracting Volume Suppress

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

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

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

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

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

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

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

2. MODELING A MIXING ELBOW (2-D)

2. MODELING A MIXING ELBOW (2-D) MODELING A MIXING ELBOW (2-D) 2. MODELING A MIXING ELBOW (2-D) In this tutorial, you will use GAMBIT to create the geometry for a mixing elbow and then generate a mesh. The mixing elbow configuration is

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

Workshop 1: Basic Skills

Workshop 1: Basic Skills Workshop 1: Basic Skills 14.5 Release Introduction to ANSYS Fluent Meshing 2011 ANSYS, Inc. December 21, 2012 1 I Introduction Workshop Description: This workshop shows some of the clean up tools in Tgrid

More information

Workshop 3: Cutcell Mesh Generation. Introduction to ANSYS Fluent Meshing Release. Release ANSYS, Inc.

Workshop 3: Cutcell Mesh Generation. Introduction to ANSYS Fluent Meshing Release. Release ANSYS, Inc. Workshop 3: Cutcell Mesh Generation 14.5 Release Introduction to ANSYS Fluent Meshing 1 2011 ANSYS, Inc. December 21, 2012 I Introduction Workshop Description: CutCell meshing is a general purpose meshing

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

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

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

Repairing a Boundary Mesh

Repairing a Boundary Mesh Tutorial 1. Repairing a Boundary Mesh Introduction TGrid offers several tools for mesh repair. While there is no right or wrong way to repair a mesh, the goal is to improve the quality of the mesh with

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

ANSYS FLUENT. Lecture 3. Basic Overview of Using the FLUENT User Interface L3-1. Customer Training Material

ANSYS FLUENT. Lecture 3. Basic Overview of Using the FLUENT User Interface L3-1. Customer Training Material Lecture 3 Basic Overview of Using the FLUENT User Interface Introduction to ANSYS FLUENT L3-1 Parallel Processing FLUENT can readily be run across many processors in parallel. This will greatly speed up

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

Aero-Vibro Acoustics For Wind Noise Application. David Roche and Ashok Khondge ANSYS, Inc.

Aero-Vibro Acoustics For Wind Noise Application. David Roche and Ashok Khondge ANSYS, Inc. Aero-Vibro Acoustics For Wind Noise Application David Roche and Ashok Khondge ANSYS, Inc. Outline 1. Wind Noise 2. Problem Description 3. Simulation Methodology 4. Results 5. Summary Thursday, October

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

ANSYS AIM Tutorial Compressible Flow in a Nozzle

ANSYS AIM Tutorial Compressible Flow in a Nozzle ANSYS AIM Tutorial Compressible Flow in a Nozzle Author(s): Sebastian Vecchi Created using ANSYS AIM 18.1 Problem Specification Pre-Analysis & Start Up Pre-Analysis Start-Up Geometry Import Geometry Mesh

More information

Wall thickness= Inlet: Prescribed mass flux. All lengths in meters kg/m, E Pa, 0.3,

Wall thickness= Inlet: Prescribed mass flux. All lengths in meters kg/m, E Pa, 0.3, Problem description Problem 30: Analysis of fluid-structure interaction within a pipe constriction It is desired to analyze the flow and structural response within the following pipe constriction: 1 1

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

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

µ = 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

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

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

Viscous Hybrid Mesh Generation

Viscous Hybrid Mesh Generation Tutorial 4. Viscous Hybrid Mesh Generation Introduction In cases where you want to resolve the boundary layer, it is often more efficient to use prismatic cells in the boundary layer rather than tetrahedral

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

Fluent User Services Center

Fluent User Services Center Solver Settings 5-1 Using the Solver Setting Solver Parameters Convergence Definition Monitoring Stability Accelerating Convergence Accuracy Grid Independence Adaption Appendix: Background Finite Volume

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

Analysis of an airfoil

Analysis of an airfoil UNDERGRADUATE RESEARCH FALL 2010 Analysis of an airfoil using Computational Fluid Dynamics Tanveer Chandok 12/17/2010 Independent research thesis at the Georgia Institute of Technology under the supervision

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

Using the Boundary Wrapper

Using the Boundary Wrapper Tutorial 7. Using the Boundary Wrapper Introduction Geometries imported from various CAD packages often contain gaps and/or overlaps between surfaces. Repairing such geometries manually is a tedious and

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

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

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

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

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

Introduction to ANSYS FLUENT Meshing

Introduction to ANSYS FLUENT Meshing Workshop 04 CAD Import and Meshing from Conformal Faceting Input 14.5 Release Introduction to ANSYS FLUENT Meshing 2011 ANSYS, Inc. December 21, 2012 1 I Introduction Workshop Description: CAD files will

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

v Overview SMS Tutorials Prerequisites Requirements Time Objectives

v Overview SMS Tutorials Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. Ideally, this tutorial should

More information

The second part of the tutorial continues with the subsequent ANSYS Mechanical simulation steps:

The second part of the tutorial continues with the subsequent ANSYS Mechanical simulation steps: Tutorial: Simulation of aero-vibro-acoustic phenomena using ANSYS Fluent and ANSYS Mechanical. Test case: Noise inside a cavity with a vibrating wall, caused by the external turbulent flow. Introduction

More information

midas NFX 2017R1 Release Note

midas NFX 2017R1 Release Note Total Solution for True Analysis-driven Design midas NFX 2017R1 Release Note 1 midas NFX R E L E A S E N O T E 2 0 1 7 R 1 Major Improvements Midas NFX is an integrated finite element analysis program

More information

Introduction to ANSYS SOLVER FLUENT 12-1

Introduction to ANSYS SOLVER FLUENT 12-1 Introduction to ANSYS SOLVER FLUENT 12-1 Breadth of Technologies 10-2 Simulation Driven Product Development 10-3 Windshield Defroster Optimized Design 10-4 How Does CFD Work? 10-5 Step 1. Define Your Modeling

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

equivalent stress to the yield stess.

equivalent stress to the yield stess. Example 10.2-1 [Ansys Workbench/Thermal Stress and User Defined Result] A 50m long deck sitting on superstructures that sit on top of substructures is modeled by a box shape of size 20 x 5 x 50 m 3. It

More information