FLUENT Training Seminar. Christopher Katinas July 21 st, 2017

Size: px
Start display at page:

Download "FLUENT Training Seminar. Christopher Katinas July 21 st, 2017"

Transcription

1 FLUENT Training Seminar Christopher Katinas July 21 st, 2017

2 Motivation We want to know how to solve interesting problems without the need to build our own code from scratch GEMS has ~35 engineer-years to develop to date ANSYS Workbench is the overall package used to perform meshing, obtain a solution, and postprocess results FLUENT is a commercially-available software package commonly used for a plethora of fluid dynamics and heat transfer systems

3 Before we get started. FLUENT only does two things: 1) Solves exactly what you tell it to solve 2) Nothing more Ask yourself what you would need to solve this problem by hand Material properties Boundary conditions Duration of phenomena Sources of conserved quantities USE ENGINEERING INTUITION!

4 Problem Solving Methodology Assess what you are trying to model Create mesh for the domain with appropriate domain boundaries Define governing equations and FLUENT models which will be needed Define material properties Define boundary conditions Set solution method and under-relaxation factors Ensure numerical stability Select time stepping method Post-process results

5 Training Example Laser heating of a block with Gaussian beam profile without melting Can be analytic if constant material properties Jaeger solution to laser heating Seldom the case for non-isothermal systems This example shows the basics of what is needed to setup and solve a more complex problem FLUENT cannot handle laser irradiation profiles natively BUT, we can still solve that! We can add additional physics, if desired

6 Laser Beam Scanning Direction Heating Block of AISI 1018 z x AISI 1018 Substrate Scanning Direction y AISI 1018 Substrate x Part Geometry mm x mm x 6.35mm Beam Diameter Gaussian, 5250μm Radius,146.8W Scanning Velocity 3mm/s Absorptivity (α=0.35) Density (ρ=7870 kg/m 3 ) Thermal Conductivity k= e-2*t 1.081e-4T e-8T 3 Specific Heat c p = *T e-4T e-7T 3

7 Heating Block of AISI 1018 Assume all surfaces are insulated except the top surface being irradiated Assume convection and radiation from the top surface are negligible We want to know the maximum temperature of the top surface during the laser scan. What does intuition say about where the maximum temperature will be found?

8 ANSYS Workbench Build your project here via drag-and-drop interface! Model Types

9 Drag Fluid Flow (FLUENT) to Workspace ANSYS Workbench

10 ANSYS Workbench At this point, save your project to a safe location. ANSYS does have a tendency to crash on large or complex models.

11 ANSYS Workbench

12 Defining the Geometry Double-click Geometry

13 Creating the Geometry Remember the units you are building your geometry in! This will be VERY important when we begin using FLUENT. Click OK! This acts like any CAD software!

14 Adding a Brick of a Given Dimension Input origin (X,Y,Z) and diagonal point coordinates to define a brick, then click Generate to display the geometry

15 Adding a Brick of a Given Dimension BAM! Geometry is Created Certainly this process is substantially more difficult for more complex components. In such a case, import a geometry file.

16 What Are We Trying to Solve We must know the physical basis of the system we are attempting to simulate numerically. Which conservation principles are relevant? Conservation of Mass Conservation of Momentum Conservation of Energy Conservation of Entropy Conservation of Charge Can ANSYS even solve them? Laser heating without melting doesn t require any conservation laws beyond conservation of energy! If an equation can be put into conservative form, the numerical solver CAN solve it (ρρxx) + ρρρρρρ = μμμμμμ + SS tt Whether it will or not depends on your model inputs

17 Meshing (Domain Discretization) Complex systems are approximated numerically to obtain a solution Governing equations rarely have analytic solutions except in very simple cases Too coarse of a mesh cannot provide granularity in the numerical solution Too fine of a mesh requires a REALLY long time. General rules of thumb: Finer mesh in areas where you are interested in the result and in locations adjacent to areas of high gradients of quantities you are interested in Coarser mesh in remaining areas Transitional mesh to link coarse and fine mesh areas together

18 Meshing Double-click Mesh

19 Meshing How small of a mesh should we use? Laser beam diameter = 5250 μm (50 μm seems reasonable)

20 Meshing Calculation How many computational volumes does this lead to? mm 1727 cells mm 3429 cells 6.35 mm 127 cells Total control volumes = 7.521e8 4e5 control volumes takes O(1 second) per iteration 7.5e8 control volumes takes O(1.5 months) per iteration (P.S. GOOD LUCK!) Lets use fine mesh in the vicinity of laser irradiation and coarser mesh everywhere else ~200 μm mesh is fine mesh size

21 Mesh Sizing Right click on Mesh > Insert > Sizing This will impose a sizing condition on the geometry you select Select the four edges parallel to the z-axis at first

22 Modifying the Selection Type Use the right mouse button within the view window and select Cursor Mode to distinguish the geometry you need

23 Z-Direction Meshing Within the Details of Edge Sizing Dialog Select Type as Number of Divisions, with 10 divisions Behavior should be hard if you do not want cell sizes to change during meshing. Bias type should be No Bias (i.e. Uniform Spacing)

24 X-Direction Meshing Select Type as Number of Divisions, with 400 divisions Behavior should be hard if you do not want cell sizes to change during meshing. Bias type should be No Bias (i.e. Uniform Spacing)

25 Y-Direction Meshing Select Type as Number of Divisions, with 200 divisions Set behavior to hard. Bias type should be (i.e. Concentrated at Center) with a bias factor of 5.0. Now click Generate Mesh. It may take a while!

26 Checking Overall Mesh Click Mesh with the Outline, and the mesh will be visible. The number of cells can be found by scrolling down in the Details of Mesh to view the Mesh Statistics. We have 800,000 cells! This is a VERY large model for heat transfer.

27 Modifying the Mesh Change the number of intervals as follows and Generate Mesh : X-direction: 200 intervals Y-direction: 150 intervals, biasing 6.0 Z-direction: 10 intervals

28 Define the Boundary Faces Create a unique Named Selection for each type of boundary. We need two Named Selections: Irradiated boundary at the +Z-plane Insulated boundary at the remaining faces

29 Save and Close the Mesh Alternatively, if you close the mesh, you can save the project from the Workbench interface. Generally, its safer to save the project, then close.

30 Update the Project This is necessary prior to entering the Setup section! You want to ensure the latest version of the mesh is being utilized for subsequent steps.

31 FLUENT Setup Double-click Setup

32 FLUENT Launcher Dimensionality of the model will automatically be selected Parallelization can be performed to speed up calculation (typically only on large domains) Double precision allows for less computer-based roundoff error, slower calculation but more accurate Much slower with MPI since more data must be passed between processors If you can use single precision, it is highly recommended Double precision also requires twice the memory of single precision calculations.

33 FLUENT Startup Navigation Menu Task Page Graphics Window Command Window FLUENT may take a while to load, especially if parallel processing is used Upon loading, you should see your mesh within the Graphics Window.

34 General Model Setup Select Transient-based model We need to simulate laser scanning Pressure-based model is ideal for most systems If gravity needs to be considered, select the Gravity checkbox and specify the direction of the gravitational force.

35 General Model Setup Select the Scale push button Verify the scale of the model to ensure consistent units based on the geometry created earlier. If consistent units are evident, click Close, otherwise scale the geometry.

36 Models Setup This is where the types of models that are needed for the analysis are selected. In many cases, changes to the type of models being used will affect the material properties. We need the Energy equation active, so let s turn on the Energy model. Select Energy > Edit > Check Energy Equation Click OK Do we need any other types of models?

37 Materials Input By default, a fluid and solid are automatically included in the model. If the material is not being used, it doesn t affect the results. We are not using aluminum, but rather 1018 Steel. Click aluminum under the Solid material and then Create/Edit

38 Materials Input Change the Material Name to steel1018 and the Chemical Formula to steel. Modify the density to 7870 Change the specific heat dropdown from constant to polynomial A polynomial profile window will open Change coefficients to 4 since we have a third order polynomial Enter coefficients from low power to T to highest power of T c p = *T e-4T e-7T 3

39 Materials Input Change the thermal conductivity dropdown from constant to polynomial A polynomial profile window will open Change coefficients to 4 since we have a third order polynomial Enter coefficients from low power to T to highest power of T k= e-2*t 1.081e-4T e-8T 3 Click Change/Create button and overwrite the aluminum default material

40 Cell Zone Conditions Ensure that the material being used within the domain is the newly created steel material. Other inputs for this problem are not necessary, but if you are dealing with rotating equipment or a problem with moving mesh, remaining options within this dialog may be important. In the event heat addition occurs within the domain (electric heating, for example) include it as a source term by checking the source term box and filling the Source Terms tab inputs.

41 Boundary Conditions The Named Selections created earlier were the boundary faces for the domain. We grouped them so that the +z plane (a wall) was the irradiated surface and remaining faces (also walls) were insulated surfaces. A third boundary condition is shown but only represents faces internal to the domain. NEVER show the mesh for this boundary zone, EVER! Select insulated_boundary and click Edit By default, FLUENT makes wall boundary conditions zero flux! Do we need to change anything for an insulated boundary?

42 Boundary Conditions Now, select irradiated_boundary and click Edit Look through the Heat Flux types and there are no others than constant. There are no default options for the method of heating we are interested in. We need to make our own heat flux boundary type via a User Defined Function UDFs are written in C code and can be one of two types: Compiled or Interpreted C-code (compiled is faster)

43 User-Defined Function Allows override of boundary conditions, source terms and/or material properties during the solution. We will use an interpreted UDF for this example No need to run a compiler beforehand FLUENT will compile the code for us at a price of computation time UDF s will slow down FLUENT analysis regardless since they require computation time to calculate the functions.

44 #include "udf.h" #define PI //Pi, a constant #define sigma_q 0.35 //Absorptivity #define P //Laser power #define R 5.250e-3 //Radius of laser beam #define v 3.000e-3 //Scanning velocity User-Defined Function DEFINE_PROFILE(heat_flux,thread,position) //The UDF profile will have the name heat_flux { face_t f; //Define face variable double x[nd_nd],r,time,vol; //Define face centroid vector, distance, time, and exponential for laser double tempp,conv,emiss; //Define temperature, convection and emission energy time=rp_get_real("flow-time"); //Acquire time from FLUENT solver begin_f_loop(f,thread) //Loop through all relevant boundary faces { tempp=f_t(f,thread); //Get the temperature of the face F_CENTROID(x,f,thread); //Acquire the face centroid location r=sqrt(pow((x[0]+r-v*time),2.0)+pow(x[1] ,2.0)); //Determine distance from beam center } } conv=0.0*17.0*(tempp-299.4); //Calculate convective losses emiss=0.0*5.67e-8*(pow(tempp,4.0)-pow(299.0,4.0)); //Calculate radiation losses if (conv<0.0) {conv=0.0;} //Prevent convection if surface is colder than surroundings if (emiss<0.0) {emiss=0.0;} //Prevent radiation if surface is colder than surroundings //calculate the intensity with convective and radiation losses in the next two lines vol=2.0*r*r/(r*r); F_PROFILE(f,thread,position)=(2.0*P*sigma_q*exp(-vol)/(PI*R*R)-conv-emiss); //Set face flux end_f_loop(f,thread)

45 Interpreting a User-Defined Function By going through Define > User-Defined > Functions > Interpreted Select the C-code file which has the previously shown UDF Click Interpret. If an error occurs, there is likely an error with the UDF C-code, and it will need to be revised and saved. Then repeat the steps.

46 UDF Build Successful If the UDF build was successful, the command window will have text printing similar to this in nature. In this case, 7 parallel processes are being used, hence a total of 7 compilation lines (cpp). Be patient when doing the compilation, as larger functions will require additional compilation time. Once the UDF has been compiled, additional options will be available based on the type of function you built inside the C code.

47 Irradiation Boundary Condition We now have a new option for the heat flux based on the UDF we compiled! Once the UDF profile has been selected, the input box for the heat flux value will disappear. Troubleshooting UDFs are difficult to do during simulation, thus it is highly recommended to test the functions offline to ensure you acquire the expected function output.

48 Solution Methods (Numerics) When flow is active, a pressure-velocity coupling is required if a pressure-based solver is being used. Options are SIMPLE, SIMPLEC, PISO, and Coupled. Only use coupled when you have very large time steps or when mesh quality is poor. SIMPLE is the most common choice of solver. Spatial discretization describes order of accuracy of derivatives at cell faces and how the derivatives are acquired numerically. Generally, the default values for these will suffice, as higher order accuracy will increase computation time.

49 Solution Controls Dialog Unhighlight Flow Only the highlighted equations will be solved. By default, all equations are solved based on the models selected previously. Do we need flow equations for this simulation? Why/why not? Under Relaxation Factors (URF): Pressure and Momentum URFs MUST sum to 1.00 Flow stability is best with smaller pressure URF (0.03 is not uncommon) Temperature URF must be less than or equal to 1, typically 1 works fine T new =α*t sol +(1-α)*T old

50 Monitors Monitors show various quantities during the simulation process and can be residuals or other calculated parameters (max/min cell values, average temperature, etc.). Parameters can be plotted, written to the screen, or to a predefined file. Typical residual thresholds are as follows: Continuity, Momentum, Turbulence 1e-6 Energy 1e-12 Turbulence 1e-6

51 Monitors Let s create a monitor to track the maximum temperature at the surface being irradiated. Create a Surface Monitor Select Facet Maximum of Static Temperature irradiated boundary should be the only surface selected We will also plot the surface monitor to a new plot window (Window 2) after each iteration.

52 Solution Initialization Prior to starting any simulation using numerical methods, an initial condition of the solution must be made. For steady-state simulation, the initial condition is a guess of the converged steady-state solution. In transient simulations, the initial condition provides the temporal starting point for the simulation, and results will likely be affected by the initial condition. For the case of the substrate being heated, the plate is initially at 299 K, which is room temperature. Once the initial condition is described, click the Initialize button.

53 Saving Data Periodically We may want to look at the temperature field during transient simulation, thus we need to export the solution at the wall. Create an Automatic Export and export the Static Temperature at boundaries. Select the frequency to 100 time steps to a file named Wall_T.

54 Time Stepping FLUENT uses a dual-timestepping method for time advancement. Each physical time step consists of iterations: 1) Until specified number of iterations 2) Residuals for equations decreases below threshold (1e-12 for energy) The iterations allow the solver to converge within a timestep before continuing to the next timestep. But we need to know how big of a time step to use and how many time steps and iterations (pseudo-timesteps) to use.

55 How Small of a Time Step Should We Use? The time step should be sufficiently small to guarantee the physics can be captured from a numerical perspective. Typically, source displacement should be less than one tenth of a computational volume. Larger time steps can be taken, with increased numerical error Mesh size: 86.36mm/200 cells = mm/cell Laser Scanning Speed : 3 mm/s tt = 1 ss mmmm cccccccc = ss 3 mmmm cccccccc At least 1999 physical time steps will be required to solve the domain, assuming we need to traverse the entire width of the block.

56 Time Stepping We calculated the necessary time step for this domain and the number of physical time steps required. Number of time steps are the physical time steps for the solution It is generally a good idea to have a large number of maximum iterations per time step, though if the physics are simple and coupling between equations is small, a lower number can be used. Set the reporting interval to the max iterations (one reporting update per time step). Profile update interval should be changed each pseudo timestep.

57 Running the Model Press calculate to start acquiring the numerical solution. When the solution is being obtained, lines within the command area will show values of the residuals for each equation and anything else you requested to have printed. The graphics window will have various pages to show a monitor of the residuals graphically and, in our case, the monitor for the maximum face temperature of the irradiated surface. We actually want to simulate this for 2300 time steps

58 Monitoring Model Progress In general, residuals in transient simulations will start at an elevated level at the start of a physical time step and then decay. We want to ensure the residual does not change substantially prior to advancing to the next time step. If this occurs, the last iteration may not properly describe the solution at the prior time step, yielding inaccurate results

59 Maximum Surface Temperature The monitor we set up previously shows us the maximum temperature of the domain. Similarly, the value will be shown in the command window (391.4K).

60 Post-Processing of the Data Before doing anything else, SAVE your project! This can be done directly from FLUENT Once the simulation has completed running, we need to visualize the results Post-processing within ANSYS is rather limited, thus Tecplot is used (hence why we exported Tecplot data for the transient save points). Tecplot 2015 will be used to show how to create a movie from single data frames You should have 23 files named Wall_T-XXXX.dat

61 Open Tecplot and Load the Data Files Click Load Data File(s) within Tecplot

62 Loading of the Data Files Data files will be located in the ANSYS project directory/dp0/fff/fluent Select all of the files starting with Wall_T then click Open Make sure files are sorted numerically in increasing order from top to bottom!

63 Tecplot Contour Plots The data will take a while to load, but once it is completed, you should see this. The gray rectangle denotes the shaded domain. Uncheck Shade and check the Contour box.

64 Tecplot Contour Plots Now we see a contour plot, but what time is this plot for. ALL OF THEM. We need to tell Tecplot to separate the files out since the data was transient.

65 Tecplot Transient Contour Plot Data > Edit Time Strands needs to be used to accomplish this

66 Tecplot Transient Contour Plot Select all of the zones in the left hand side of the dialog box Check Multiple Zones Per Time Step since each time step has the insulated and irradiated boundary Enter two zones per group Selected Constant delta (our time steps were uniform) Delta is 1.44 seconds since 100 time steps per s /step was used Click Apply, then Close

67 Tecplot Transient Contour Plot You will see the play bar active now! The data can be viewed transiently.

68 Tecplot Transient Contour Plot If we want to take a look at the domain in three dimensions, change the plot type from 2D-Cartesian to 3D-Cartesian

69 View 3D Domain A rather thick domain is shown. We should know something is not correct. The domain thickness should be less than 1/10 th the width. When Tecplot has domains of high aspect ratio, it automatically adjusts it.

70 View 3D Domain We can adjust it back using Plot > Axis

71 Domain Aspect Ratio By changing XY dependent to XYZ dependent and setting the X to Z ratio to 1

72 View 3D Domain We get a more realistic looking representation of our geometry. Labels are an important aspect of visualization, so we should annotate the display window.

73 Automatic Text Add Time=&(SOLUTIONTIME) seconds as a text box on the display window Similarly, add a second text box with : Max Temperature = &(MAXVAR[4]%4.1f) K

74 Finding the Maximum Temperature Scroll through the solution time to find the maximum temperature at the surface (390.2 K). Why is the maximum temperature at the edge of the domain? Use intuition.

75 Creating a Video Create a movie file by clicking Animate > Time

76 Create a Video Change the destination To File. When you click Animate to File, The Export window shows up. Select AVI and set the animation to 4 frames/second. When OK is clicked, select where to save the video file.

77 The Finished Video

78 Learning Objectives Accomplished Learned the basics of the ANSYS interface Created a simple geometry using the interface Meshed the geometry with a variety of edge seeds Learned the FLUENT interface and how to setup a simple heat transfer problem to solve a traversing laser beam problem Post-processed the data into a meaningful format

79 Resources All dialog boxes have a Help button. If you don t know what FLUENT is doing USE IT!!! FLUENT Theory Guide (describes the physics of each input) FLUENT UDF Manual for user-defined functions CFD forums- Google.com

80 A Twist Now that we have set up a simple heating model with a Gaussian beam, what changes would we need to make to the model to allow for melting? First, what changes in the physics exists? T solidus for 1018 Steel is ~1588K T liquidus for 1018 Steel is ~1723K Heat of Fusion 2.65e5 J/kg With the given conditions for laser irradiation, will there be any effect? Why/why not? Maximum temperature was 390K, therefore no melting will be observed. If the laser were more concentrated, then melting may be required. Thermal properties would need to be expanded to higher temperatures Validity of property correlations may not be valid at melting Block can not longer be considered a solid, since it could flow Change Cell Zone type to Fluid Marangoni stress would need to be included (a significant driving force)

81 Modifying Plate Dimensions What if we wanted to change the thickness of the plate from 6.35mm to 1.00mm? If you already have the mesh created from the thicker domain, DON T rebuild it Use scaling of the mesh Click Specify Scaling Factors Set z-scale to (1mm/6.35mm) and click Scale

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Computational Study of Laminar Flowfield around a Square Cylinder using Ansys Fluent

Computational Study of Laminar Flowfield around a Square Cylinder using Ansys Fluent MEGR 7090-003, Computational Fluid Dynamics :1 7 Spring 2015 Computational Study of Laminar Flowfield around a Square Cylinder using Ansys Fluent Rahul R Upadhyay Master of Science, Dept of Mechanical

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

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

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

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

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

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

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

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

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

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

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

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

Finite Element Course ANSYS Mechanical Tutorial Tutorial 4 Plate With a Hole

Finite Element Course ANSYS Mechanical Tutorial Tutorial 4 Plate With a Hole Problem Specification Finite Element Course ANSYS Mechanical Tutorial Tutorial 4 Plate With a Hole Consider the classic example of a circular hole in a rectangular plate of constant thickness. The plate

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

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

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

Solving FSI Applications Using ANSYS Mechanical and ANSYS Fluent

Solving FSI Applications Using ANSYS Mechanical and ANSYS Fluent Workshop Transient 1-way FSI Load Mapping using ACT Extension 15. 0 Release Solving FSI Applications Using ANSYS Mechanical and ANSYS Fluent 1 2014 ANSYS, Inc. Workshop Description: This example considers

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

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

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

Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS

Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS 5.1 Introduction The problem selected to illustrate the use of ANSYS software for a three-dimensional steadystate heat conduction

More information

For this week only, the TAs will be at the ACCEL facility, instead of their normal office hours.

For this week only, the TAs will be at the ACCEL facility, instead of their normal office hours. BEE 3500 Homework Assignment 5 Notes: For this assignment, you will use the computational software COMSOL Multiphysics 5.3, available in Academic Computing Center Engineering Library (ACCEL) at the Carpenter

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

New Capabilities in Project Hydra for Autodesk Simulation Mechanical

New Capabilities in Project Hydra for Autodesk Simulation Mechanical New Capabilities in Project Hydra for Autodesk Simulation Mechanical Sualp Ozel, PE. Autodesk SM2447-L In this hands-on lab, we will go through several exercises and cover several new capabilities included

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

Autodesk Moldflow Insight AMI Cool Analysis Products

Autodesk Moldflow Insight AMI Cool Analysis Products Autodesk Moldflow Insight 2012 AMI Cool Analysis Products Revision 1, 22 March 2012. This document contains Autodesk and third-party software license agreements/notices and/or additional terms and conditions

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

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

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

Tutorial to simulate a thermoelectric module with heatsink in ANSYS

Tutorial to simulate a thermoelectric module with heatsink in ANSYS Tutorial to simulate a thermoelectric module with heatsink in ANSYS Few details can be found in the pictures attached. All the material properties can be found in Dr. Lee s book and on the web. Don t blindly

More information

Problem description. Problem 65: Free convection in a lightbulb. Filament (Tungsten): Globe (Glass): = FSI boundary. Gas (Argon):

Problem description. Problem 65: Free convection in a lightbulb. Filament (Tungsten): Globe (Glass): = FSI boundary. Gas (Argon): Problem description This tutorial demonstrates the use of ADINA for analyzing the fluid flow and heat transfer in a lightbulb using the Thermal Fluid-Structure Interaction (TFSI) features of ADINA. The

More information

Practice to Informatics for Energy and Environment

Practice to Informatics for Energy and Environment Practice to Informatics for Energy and Environment Part 3: Finite Elemente Method Example 1: 2-D Domain with Heat Conduction Tutorial by Cornell University https://confluence.cornell.edu/display/simulation/ansys+-+2d+steady+conduction

More information

ANSYS Workbench Guide

ANSYS Workbench Guide ANSYS Workbench Guide Introduction This document serves as a step-by-step guide for conducting a Finite Element Analysis (FEA) using ANSYS Workbench. It will cover the use of the simulation package through

More information

Finite Element Method. Chapter 7. Practical considerations in FEM modeling

Finite Element Method. Chapter 7. Practical considerations in FEM modeling Finite Element Method Chapter 7 Practical considerations in FEM modeling Finite Element Modeling General Consideration The following are some of the difficult tasks (or decisions) that face the engineer

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

How TMG Uses Elements and Nodes

How TMG Uses Elements and Nodes Simulation: TMG Thermal Analysis User's Guide How TMG Uses Elements and Nodes Defining Boundary Conditions on Elements You create a TMG thermal model in exactly the same way that you create any finite

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

SOLIDWORKS Flow Simulation Options

SOLIDWORKS Flow Simulation Options SOLIDWORKS Flow Simulation Options SOLIDWORKS Flow Simulation includes an options dialogue window that allows for defining default options to use for a new project. Some of the options included are unit

More information

Swapnil Nimse Project 1 Challenge #2

Swapnil Nimse Project 1 Challenge #2 Swapnil Nimse Project 1 Challenge #2 Project Overview: Using Ansys-Fluent, analyze dependency of the steady-state temperature at different parts of the system on the flow velocity at the inlet and buoyancy-driven

More information

Verification and Validation in CFD and Heat Transfer: ANSYS Practice and the New ASME Standard

Verification and Validation in CFD and Heat Transfer: ANSYS Practice and the New ASME Standard Verification and Validation in CFD and Heat Transfer: ANSYS Practice and the New ASME Standard Dimitri P. Tselepidakis & Lewis Collins ASME 2012 Verification and Validation Symposium May 3 rd, 2012 1 Outline

More information

Problem description. The figure shows a disc braking system.

Problem description. The figure shows a disc braking system. Problem description Problem 34: Thermo-mechanical coupling analysis of a disc braking system The figure shows a disc braking system. Applied pressure Piston Brake pad Brake disc Fixed plate Initially,

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

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

First Steps - Ball Valve Design

First Steps - Ball Valve Design COSMOSFloWorks 2004 Tutorial 1 First Steps - Ball Valve Design This First Steps tutorial covers the flow of water through a ball valve assembly before and after some design changes. The objective is to

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

Heat transfer and Transient computations

Heat transfer and Transient computations Lecture Heat transfer and Transient computations 12-1 Introduction to TRANSIENT calculation 10-2 Motivation Nearly all flows in nature are transient! Steady-state assumption is possible if we: Ignore transient

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

Solid Conduction Tutorial

Solid Conduction Tutorial SECTION 1 1 SECTION 1 The following is a list of files that will be needed for this tutorial. They can be found in the Solid_Conduction folder. Exhaust-hanger.tdf Exhaust-hanger.ntl 1.0.1 Overview The

More information

Using ANSYS and CFX to Model Aluminum Reduction Cell since1984 and Beyond. Dr. Marc Dupuis

Using ANSYS and CFX to Model Aluminum Reduction Cell since1984 and Beyond. Dr. Marc Dupuis Using ANSYS and CFX to Model Aluminum Reduction Cell since1984 and Beyond Dr. Marc Dupuis 1980-84, 2D potroom ventilation model Physical model 1980-84, 2D potroom ventilation model Experimental results

More information

Module 1.7W: Point Loading of a 3D Cantilever Beam

Module 1.7W: Point Loading of a 3D Cantilever Beam Module 1.7W: Point Loading of a 3D Cantilever Beam Table of Contents Page Number Problem Description 2 Theory 2 Workbench Analysis System 4 Engineering Data 5 Geometry 6 Model 11 Setup 13 Solution 14 Results

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

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

ANSYS 5.6 Tutorials Lecture # 2 - Static Structural Analysis

ANSYS 5.6 Tutorials Lecture # 2 - Static Structural Analysis R50 ANSYS 5.6 Tutorials Lecture # 2 - Static Structural Analysis Example 1 Static Analysis of a Bracket 1. Problem Description: The objective of the problem is to demonstrate the basic ANSYS procedures

More information

Melting Using Element Death

Melting Using Element Death Melting Using Element Death Introduction This tutorial was completed using ANSYS 7.0 The purpose of the tutorial is to outline the steps required to use element death to model melting of a material. Element

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

Transient Thermal Conduction Example

Transient Thermal Conduction Example Transient Thermal Conduction Example Introduction This tutorial was created using ANSYS 7.0 to solve a simple transient conduction problem. Special thanks to Jesse Arnold for the analytical solution shown

More information

Flow and Heat Transfer in a Mixing Elbow

Flow and Heat Transfer in a Mixing Elbow Flow and Heat Transfer in a Mixing Elbow Objectives The main objectives of the project are to learn (i) how to set up and perform flow simulations with heat transfer and mixing, (ii) post-processing and

More information

Introduction to Computational Fluid Dynamics Mech 122 D. Fabris, K. Lynch, D. Rich

Introduction to Computational Fluid Dynamics Mech 122 D. Fabris, K. Lynch, D. Rich Introduction to Computational Fluid Dynamics Mech 122 D. Fabris, K. Lynch, D. Rich 1 Computational Fluid dynamics Computational fluid dynamics (CFD) is the analysis of systems involving fluid flow, heat

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

CIBSE Application Manual AM11 Building Performance Modelling Chapter 6: Ventilation Modelling

CIBSE Application Manual AM11 Building Performance Modelling Chapter 6: Ventilation Modelling Contents Background Ventilation modelling tool categories Simple tools and estimation techniques Analytical methods Zonal network methods Computational Fluid Dynamics (CFD) Semi-external spaces Summary

More information

The viscous forces on the cylinder are proportional to the gradient of the velocity field at the

The viscous forces on the cylinder are proportional to the gradient of the velocity field at the Fluid Dynamics Models : Flow Past a Cylinder Flow Past a Cylinder Introduction The flow of fluid behind a blunt body such as an automobile is difficult to compute due to the unsteady flows. The wake behind

More information