Steady Flow: Lid-Driven Cavity Flow

Size: px
Start display at page:

Download "Steady Flow: Lid-Driven Cavity Flow"

Transcription

1 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 flow. The problem geometry consists of a two-dimensional 1 m 2 cavity, covered by an impermeable wall that moves in the x-direction with constant velocity of 1 m/s. A stretched quadrilateral mesh with 6400 cells is used. Material properties: Density (kg/m 3 ) 1.0 Dynamic viscosity (PaS) Boundary conditions: Top wall U = 1.0 (m/s), V=0.0 Bottom wall U = V = 0.0

2 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 3 Left wall U = V = 0.0 Right wall U = V = 0.0 Initial conditions: U, V velocity components (m/s) 0.0 Operating pressure (Pa) 0.0 The Reynolds number based on the width of the cavity, top wall velocity, fluid density and fluid dynamic viscosity is The calculation is performed using the Segregated Flow model. Both the U- and V-velocity profiles along lines passing through the center of the cavity are compared with data from the literature [1]. Importing the Mesh and Naming the Simulation Start up STAR-CCM+ in a manner that is appropriate to your working environment and select the New Simulation option from the menu bar. STAR-CCM+ will create a window for the new simulation in the Explorer pane and give it the default name Star 1. A quadrilateral-cell mesh has been prepared for this analysis and is stored in a.ccm format file. Import it into the simulation: Select File > Import > Import Volume Mesh... from the menu bar. In the Open dialog, navigate to the doc/tutorials/simpleflow subdirectory of your STAR-CCM+ installation directory and select the file cavityquad.ccm. Click the Open button to start the import. STAR-CCM+ will provide feedback on the import process in the Output window. A mesh region named cell-2 is created under the Regions node to represent the solution domain. Save the new simulation to disk as cavityquad.sim. Visualizing the Imported Mesh We will view the imported mesh, and access various parts contained in the region. Right-click the Scenes node and then select New Scene > Mesh. The mesh will appear in a new scene in the Graphics window. The edges of the square are boundaries. Click on one of them. The

3 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 4 boundary selected is highlighted and a label with its name appears on the display. In the cavityquad window, the node that corresponds to this boundary is also highlighted. Similarly, if any other boundary node is selected in the cavityquad window, the part corresponding to that boundary will be highlighted in the Graphics window.

4 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 5 Setting up the Models The default continuum (Physics 1) will be edited so that the appropriate physical models for the simulation are selected. To select physical models for this continuum: Right-click the Continua > Physics 1 > Models node and choose the item Select models... The Physics 1 Model Selection dialog will guide us through the model selection process by showing only options that are appropriate to the choices made so far. In the Physics 1 Model Selection dialog: Ensure that the Auto-select recommended models checkbox is ticked. Make sure that Two Dimensional and Gradients are selected. Select Liquid in the Material group box. Select Segregated Flow in the Flow group box. Select Constant Density in the Equation of State group box. Select Steady in the Time group box. Select Laminar in the Viscous Regime group box. Click Close. The color of the Physics 1 node has turned from gray to blue to indicate that models have been activated. Save the simulation.

5 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 6 Setting Fluid Properties The density and dynamic viscosity fluid properties must be set. Select the Continua > Physics 1 > Models > Liquid > H2O > Material Properties > Density > Constant node. In the Properties window, set the Value to 1.0 kg/m^3. Within the same H2O node, select the Constant node in the Dynamic Viscosity node. Set the Value to 2.0E-4 Pa-s. Setting Boundary Conditions and Values This problem requires only two boundary conditions: moving and stationary. In STAR-CCM+ it is possible to combine two or more boundaries into one. In the cavityquad window, open the Regions > cell-2 > Boundaries node. Use the <Ctrl><Click> approach to select the boundary nodes wall-3,

6 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 7 wall-4 and wall-7. Right-click and select Combine. This will create a single boundary, wall-3, that consists of all sides of the square except the top. Right-click on the wall-3 node and rename it Stationary Wall. Rename the wall-5 boundary node Moving Wall. For the moving wall boundary, the velocity of 1 m/s in the x-direction needs to be set. Open the Moving Wall > Physics Conditions node and select the Tangential Velocity Specification node. In the Properties window, select Vector from the drop-down list of the Method property.

7 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 8 Now open the Physics Values node that was added to the object tree. Open the Velocity node and select the Constant node. Enter 1,0,0 in the Value property. Save the simulation. Visualizing the Solution Post-processing scenes can be updated every iteration (or time-step) in STAR-CCM+. This allows for dynamic monitoring of various quantities, such as the velocity that we want to visualize in this tutorial. A vector scene will therefore be created prior to running. Right-click the Scenes node and then select New Scene > Vector. A new Vector Scene 1 display will appear. The vector bar should show the default setting of Velocity. Click and drag the vector bar toward the right side of the display until it switches to a vertical orientation. The edges of the bar can be dragged to make the label larger. Move the square to make more room for the vector bar. This scene should have the entire region selected for the data. To verify this, select the Scenes > Vector Scene 1 > Displayers > Vector 1 > Parts node. In the

8 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 9 Properties window, the Parts property should show cell-2, the name of the region. Setting up Lines for Plotting Data will be plotted for both the U- and V-velocity profiles along line probes passing through the center of the cavity. To create these lines: Make sure at least one scene display is active in the Graphics window. Right-click on the Derived Parts node and select New Part > Probe > Line...

9 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 10 The Create Line Probe dialog will appear in the Explorer pane to specify the desired line. The following settings will be for the U line. In the Input Parts group box, cell-2 should be the only part. Change Point 1 to [0.5, 0, 0] m. Change Point 2 to [0.5, 1, 0] m. Specify the Resolution at 50. Under Display, select the No Displayer radio button. Click Create, then click Close.

10 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 11 A new derived part named line-probe will be created in the Derived Parts manager node. Rename this node Simulation (U). Next, the V line probe needs to be created. This can be done simply by making a copy of the existing derived part and modifying it. Right-click on the Simulation (U) node and select Copy. Right-click on the Derived Parts node and select Paste. Rename the new node Simulation (V). In the Properties window, enter 0, 0.5, 0 for the Point 1 property. Enter 1, 0.5, 0 for the Point 2 property. Save the simulation. Plotting Simulation Data This part of the tutorial produces the plots of the U- and V-velocity profiles. In a subsequent step, experimental data will be imported from files and plotted alongside the numerical data. The development of the solution can be observed throughout the run by viewing these plots. To create the U-velocity plot: Right-click on the Plots node and select New Plot > X-Y. A new node named XY Plot 1 will appear. Rename the XY Plot 1 node U-Velocity Profile. With this node still selected, in the Properties window, click on the right-hand side of the Parts property. Select Derived Parts > Simulation (U) in the Parts dialog and click OK.

11 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 12 Select the U-Velocity Profile > X Type > Position node. In the Properties window, change the Direction vector to [0,1,0]. Select the U-Velocity Profile > Y Types > Y Type 1 > Scalar node. Select Velocity(i) for the Scalar property.

12 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 13 In the same Y Type 1 node, select the Simulation (U) > Line Style node. In the Properties window, change the Style property to Solid. Select the Symbol Style node. Change the Shape property to None. Select the U-Velocity Profile > Axes > Y Axis > Labels node. Change the Minimum and Maximum properties to -0.6 and 1.0, respectively. Change the Label Spacing expert property to 0.2. To create the V-velocity plot: Right-click on the Plots node and again select New Plot > X-Y. A new node named XY Plot 1 will appear. Rename this XY Plot 1 node V-Velocity Profile. With this node still selected, in the Properties window, click on the right-hand side of the Parts property. Select Derived Parts > Simulation (V) in the Parts dialog and click OK. Select the V-Velocity Profile > Y Types > Y Type 1 > Scalar node. Select Velocity(j) for the Scalar property. In the same Y Type 1 node, select the Simulation (V) > Line Style node. In the Properties window, change the Style property to Solid.

13 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 14 Select the Symbol Style node. Change the Shape property to None. Select the V-Velocity Profile > Axes > Y Axis > Labels node. Change the Minimum and Maximum properties to -0.7 and 0.5, respectively. Change the Label Spacing expert property to 0.2. Save the simulation. Plotting Reference Data To compare the experimental velocity data with the velocity plots, it is necessary to import the data in supplied files into STAR-CCM+ tables: Open the Tools node. Right-click on the Tables node and select New Table > File... In the Open dialog navigate to the doc/tutorials/simpleflow subdirectory of your STAR-CCM+ installation directory, set the File Type drop-down list to (*.xy), and select the file UVelocity.xy. Click Open. The data in that file is now stored in a table named UVelocity. To display it on the U-velocity plot: Return to the U-Velocity Profile node. Right-click on the Tabular node and select New Tabular Data Set.

14 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 15 A new node named tabular will appear. In the Properties window, select UVelocity for the Table property. Rename the node Reference Data (U). Select column 0 for the X column and column 1 for the Y column. Select the Reference Data (U) > Line Style node. In the Properties window, make sure that the Style property is set to None. Select the Symbol Style node. Change the Size property to 6. Change the Color property to blue. Change the Shape property to Triangle. The supplied experimental data will now appear in the U-velocity plot. Numerical data will be shown once the simulation run has started. Use the same techniques for the V-velocity plot: Right-click on the Tables node and select New Table > File... In the Open dialog, select the file VVelocity.xy and click Open. In the V-Velocity Profile > Tabular node, create a new tabular data set and select VVelocity for the Table property. Rename the node Reference Data (V). Select column 0 for the X column and column 1 for the Y column. Select the Reference Data (V) > Line Style node. In the Properties window, make sure that the Style property is set to None. Select the Symbol Style node. Change the Size property to 6. Change the Color property to blue. Change the Shape property to Triangle. Now both plots will show experimental data alongside the numerical data. Save the simulation. Preparing Solver Parameters and Stopping Criteria Before running the analysis, we will take a look at the velocity solver, as well as the maximum number of iterations to be performed.

15 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 16 Select the Solvers > Segregated Flow > Velocity node. In the Properties window, make sure that the Under-Relaxation Factor is 0.7. Open the Stopping Criteria node and then select the Maximum Steps node. In the Properties window, make sure that the Maximum Steps value is The pre-processing task is now complete. Initializing and Running the Simulation To initialize the solution and run the analysis: Click on the (Initialize Solution) button in the Solution toolbar or use the Solution > Initialize Solution menu item. The initial zero velocity condition will be shown in the plot displays. Click on the (Run) button in the Solution toolbar to run the analysis. The Residuals display will automatically be created and will show the solver s progress. If necessary, click on the Residuals tab to bring the Residuals plot into view. An example of a residual plot is shown in a separate part of the User Guide. During the run it is possible to stop the process by clicking the (Stop) button in the toolbar. The simulation can be continued later by clicking on the (Run) button. If left alone, the simulation will continue until the stopping criteria are satisfied. After the run is finished, save the simulation.

16 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 17 Analyzing the Results Once the calculations are finished, the displays will show the results based on the pre-processing settings. Click on the Vector Scene 1 display tab to view the vectors. The plots also contain numerical results that can be compared to the experimental data:

17 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 18 U-velocity

18 STAR-CCM+ User Guide Steady Flow: Lid-Driven Cavity Flow 19 V-velocity Summary This tutorial demonstrated the following STAR-CCM+ features: Defining physical models. Defining material properties required for the selected models. Defining boundary conditions. Reviewing solver parameters and stopping criteria. Monitoring the solution progress. Running the solver until the residuals are satisfactory. Analyzing results using STAR-CCM+ s visualization and XY-plot facilities. Bibliography [1] Ghia, U., Ghia, K.N., and Shir, C.T High-Re solution for incompressible flow using the Navier-Stokes equations and a multigrid method, J. Comp. Phys., 48, p. 387.

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

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

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

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

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

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

STAR-CCM+: Wind loading on buildings SPRING 2018

STAR-CCM+: Wind loading on buildings SPRING 2018 STAR-CCM+: Wind loading on buildings SPRING 2018 1. Notes on the software 2. Assigned exercise (submission via Blackboard; deadline: Thursday Week 3, 11 pm) 1. NOTES ON THE SOFTWARE STAR-CCM+ generates

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

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

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

FEMLAB Exercise 1 for ChE366

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

More information

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

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

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

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

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

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

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

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

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

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

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

Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders

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

More information

The 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

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

ANSYS AIM Tutorial Steady Flow Past a Cylinder

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

More information

Optimization of under-relaxation factors. and Courant numbers for the simulation of. sloshing in the oil pan of an automobile

Optimization of under-relaxation factors. and Courant numbers for the simulation of. sloshing in the oil pan of an automobile Optimization of under-relaxation factors and Courant numbers for the simulation of sloshing in the oil pan of an automobile Swathi Satish*, Mani Prithiviraj and Sridhar Hari⁰ *National Institute of Technology,

More information

Driven Cavity Example

Driven Cavity Example BMAppendixI.qxd 11/14/12 6:55 PM Page I-1 I CFD Driven Cavity Example I.1 Problem One of the classic benchmarks in CFD is the driven cavity problem. Consider steady, incompressible, viscous flow in a square

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

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

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

More information

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

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

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

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

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

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

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

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

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

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

STAR-CCM+: Ventilation SPRING Notes on the software 2. Assigned exercise (submission via Blackboard; deadline: Thursday Week 9, 11 pm)

STAR-CCM+: Ventilation SPRING Notes on the software 2. Assigned exercise (submission via Blackboard; deadline: Thursday Week 9, 11 pm) STAR-CCM+: Ventilation SPRING 208. Notes on the software 2. Assigned exercise (submission via Blackboard; deadline: Thursday Week 9, pm). Features of the Exercise Natural ventilation driven by localised

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

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

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

EXPERIMENTAL VALIDATION OF STAR-CCM+ FOR LIQUID CONTAINER SLOSH DYNAMICS

EXPERIMENTAL VALIDATION OF STAR-CCM+ FOR LIQUID CONTAINER SLOSH DYNAMICS EXPERIMENTAL VALIDATION OF STAR-CCM+ FOR LIQUID CONTAINER SLOSH DYNAMICS Brandon Marsell a.i. solutions, Launch Services Program, Kennedy Space Center, FL 1 Agenda Introduction Problem Background Experiment

More information

In this problem, we will demonstrate the following topics:

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

More information

Solved with COMSOL Multiphysics 4.2

Solved with COMSOL Multiphysics 4.2 Backstep Introduction This tutorial model solves the incompressible Navier-Stokes equations in a backstep geometry. A characteristic feature of fluid flow in geometries of this kind is the recirculation

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

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

Adjoint Solver Workshop

Adjoint Solver Workshop Adjoint Solver Workshop Why is an Adjoint Solver useful? Design and manufacture for better performance: e.g. airfoil, combustor, rotor blade, ducts, body shape, etc. by optimising a certain characteristic

More information

Compressible Flow Modeling in STAR-CCM+

Compressible Flow Modeling in STAR-CCM+ Compressible Flow Modeling in STAR-CCM+ Version 01/11 Content Day 1 Compressible Flow WORKSHOP: High-speed flow around a missile WORKSHOP: Supersonic flow in a nozzle WORKSHOP: Airfoil 3 27 73 97 2 Compressible

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

Terminal Falling Velocity of a Sand Grain

Terminal Falling Velocity of a Sand Grain Terminal Falling Velocity of a Sand Grain Introduction The first stop for polluted water entering a water work is normally a large tank, where large particles are left to settle. More generally, gravity

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

Shape optimisation using breakthrough technologies

Shape optimisation using breakthrough technologies Shape optimisation using breakthrough technologies Compiled by Mike Slack Ansys Technical Services 2010 ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary Introduction Shape optimisation technologies

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

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

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

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

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

Simulation of Turbulent Flow over the Ahmed Body

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

More information

ANSYS FLUENT. Airfoil Analysis and Tutorial

ANSYS FLUENT. Airfoil Analysis and Tutorial ANSYS FLUENT Airfoil Analysis and Tutorial ENGR083: Fluid Mechanics II Terry Yu 5/11/2017 Abstract The NACA 0012 airfoil was one of the earliest airfoils created. Its mathematically simple shape and age

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

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

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

More information

Express Introductory Training in ANSYS Fluent Workshop 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

Solved with COMSOL Multiphysics 4.2

Solved with COMSOL Multiphysics 4.2 Laminar Static Mixer Introduction In static mixers, also called motionless or in-line mixers, a fluid is pumped through a pipe containing stationary blades. This mixing technique is particularly well suited

More information

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data The following table shows the raw data which you need to fit to an appropriate equation k (s -1 ) T (K) 0.00043 312.5 0.00103 318.47 0.0018

More information

Strömningslära Fluid Dynamics. Computer laboratories using COMSOL v4.4

Strömningslära Fluid Dynamics. Computer laboratories using COMSOL v4.4 UMEÅ UNIVERSITY Department of Physics Claude Dion Olexii Iukhymenko May 15, 2015 Strömningslära Fluid Dynamics (5FY144) Computer laboratories using COMSOL v4.4!! Report requirements Computer labs must

More information

Simulation of the Airflow Characteristic inside a Hard Disk Drive by Applying a Computational Fluid Dynamics Software

Simulation of the Airflow Characteristic inside a Hard Disk Drive by Applying a Computational Fluid Dynamics Software Simulation of the Airflow Characteristic inside a Hard Disk Drive by Applying a Computational Fluid Dynamics Software Chanchal Saha, Huynh Trung Luong, M. H. Aziz, and Tharinan Rattanalert Abstract Now-a-days,

More information

Computation of Velocity, Pressure and Temperature Distributions near a Stagnation Point in Planar Laminar Viscous Incompressible Flow

Computation of Velocity, Pressure and Temperature Distributions near a Stagnation Point in Planar Laminar Viscous Incompressible Flow Excerpt from the Proceedings of the COMSOL Conference 8 Boston Computation of Velocity, Pressure and Temperature Distributions near a Stagnation Point in Planar Laminar Viscous Incompressible Flow E. Kaufman

More information

SU 2 : Advanced Analysis Topics

SU 2 : Advanced Analysis Topics SU 2 : Advanced Analysis Topics OpenMDAO-SU 2 Joint Workshop Stanford University Tuesday, October 1, 2013 Thomas D. Economon Department of Aeronautics & Astronautics Stanford University 1 Three Main Topics

More information

Tutorial: Riser Simulation Using Dense Discrete Phase Model

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

More information

Using the Discrete Ordinates Radiation Model

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

More information

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

Possibility of Implicit LES for Two-Dimensional Incompressible Lid-Driven Cavity Flow Based on COMSOL Multiphysics

Possibility of Implicit LES for Two-Dimensional Incompressible Lid-Driven Cavity Flow Based on COMSOL Multiphysics Possibility of Implicit LES for Two-Dimensional Incompressible Lid-Driven Cavity Flow Based on COMSOL Multiphysics Masanori Hashiguchi 1 1 Keisoku Engineering System Co., Ltd. 1-9-5 Uchikanda, Chiyoda-ku,

More information

Face to Face Thermal Link with the Thermal Link Wizard

Face to Face Thermal Link with the Thermal Link Wizard SECTION 1 Face to Face Thermal Link with the 1 SECTION 1 Face to Face Thermal Link with the Thermal Link Wizard The following is a list of files that will be needed for this tutorial. They can be found

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

AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN ABSTRACT

AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN ABSTRACT AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN Adeel Khalid *, Daniel P. Schrage + School of Aerospace Engineering, Georgia Institute of Technology

More information

Heat Exchanger Efficiency

Heat Exchanger Efficiency 6 Heat Exchanger Efficiency Flow Simulation can be used to study the fluid flow and heat transfer for a wide variety of engineering equipment. In this example we use Flow Simulation to determine the efficiency

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

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

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

Introduction and Overview Extracting the input file Loading the input file into FLOW-3D Cast v

Introduction and Overview Extracting the input file Loading the input file into FLOW-3D Cast v Contents Introduction and Overview... 2 Extracting the input file... 2 Loading the input file into FLOW-3D Cast v4.0... 3 Assigning definitions to geometry... 3 Required conversions... 4 Meshing and Geometry...

More information

TABLE OF CONTENTS INTRODUCTION... 2 OPENING SCREEN BEGIN ANALYSIS... 4 Start a New File or Open a Previously Saved File... 4

TABLE OF CONTENTS INTRODUCTION... 2 OPENING SCREEN BEGIN ANALYSIS... 4 Start a New File or Open a Previously Saved File... 4 3D-BLAST August 2010 TABLE OF CONTENTS INTRODUCTION... 2 OPENING SCREEN... 3 BEGIN ANALYSIS... 4 Start a New File or Open a Previously Saved File... 4 PROGRAM TOOLBAR... 5 NAVIGATING IN THE PROGRAM...

More information

OpenFOAM GUIDE FOR BEGINNERS

OpenFOAM GUIDE FOR BEGINNERS OpenFOAM GUIDE FOR BEGINNERS Authors This guide has been developed by: In association with: Pedro Javier Gamez and Gustavo Raush The Foam House Barcelona ETSEIAT-UPC June 2014 2 OPENFOAM GUIDE FOR BEGINNERS

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

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

Multigrid Solvers in CFD. David Emerson. Scientific Computing Department STFC Daresbury Laboratory Daresbury, Warrington, WA4 4AD, UK

Multigrid Solvers in CFD. David Emerson. Scientific Computing Department STFC Daresbury Laboratory Daresbury, Warrington, WA4 4AD, UK Multigrid Solvers in CFD David Emerson Scientific Computing Department STFC Daresbury Laboratory Daresbury, Warrington, WA4 4AD, UK david.emerson@stfc.ac.uk 1 Outline Multigrid: general comments Incompressible

More information

SimCafe. ANSYS WB - Airfoil - Setup (Physics) Added by Benjamin J Mullen, last edited by Benjamin J Mullen on Apr 29, :18

SimCafe. ANSYS WB - Airfoil - Setup (Physics) Added by Benjamin J Mullen, last edited by Benjamin J Mullen on Apr 29, :18 Page 1 of 5 Search Cornell SimCafe Home Edit Browse/Manage Login Simulation > > ANSYS WB - Airfoil - Setup (Physics) Search ANSYS WB - Airfoil - Setup (Physics) Added by Benjamin J Mullen, last edited

More information

Tutorial 1: Welded Frame - Problem Description

Tutorial 1: Welded Frame - Problem Description Tutorial 1: Welded Frame - Problem Description Introduction In this first tutorial, we will analyse a simple frame: firstly as a welded frame, and secondly as a pin jointed truss. In each case, we will

More information

Computational Fluid Dynamics (CFD) Simulation in Air Duct Channels Using STAR CCM+

Computational Fluid Dynamics (CFD) Simulation in Air Duct Channels Using STAR CCM+ Available onlinewww.ejaet.com European Journal of Advances in Engineering and Technology, 2017,4 (3): 216-220 Research Article ISSN: 2394-658X Computational Fluid Dynamics (CFD) Simulation in Air Duct

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

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

MESHLESS SOLUTION OF INCOMPRESSIBLE FLOW OVER BACKWARD-FACING STEP

MESHLESS SOLUTION OF INCOMPRESSIBLE FLOW OVER BACKWARD-FACING STEP Vol. 12, Issue 1/2016, 63-68 DOI: 10.1515/cee-2016-0009 MESHLESS SOLUTION OF INCOMPRESSIBLE FLOW OVER BACKWARD-FACING STEP Juraj MUŽÍK 1,* 1 Department of Geotechnics, Faculty of Civil Engineering, University

More information

Flow Sim. Chapter 14 P-51. A. Set Up. B. Create Flow Simulation Project. Step 1. Click Flow Simulation. SolidWorks 10 Flow Sim P-51 Page 14-1

Flow Sim. Chapter 14 P-51. A. Set Up. B. Create Flow Simulation Project. Step 1. Click Flow Simulation. SolidWorks 10 Flow Sim P-51 Page 14-1 Chapter 14 A. Set Up. P-51 Flow Sim Step 1. If necessary, open your ASSEMBLY file. Step 2. Click Tools Menu > Add-Ins. Step 3. In the dialog box, scroll down to Flow Simulation and place a check in the

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

Ryian Hunter MAE 598

Ryian Hunter MAE 598 Setup: The initial geometry was produced using the engineering schematics provided in the project assignment document using the ANSYS DesignModeler application taking advantage of system symmetry. Fig.

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