Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004

Size: px
Start display at page:

Download "Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004"

Transcription

1 FSI-02-TN59-R2 Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July Introduction A major new extension of the capabilities of FLOW-3D -- the multi-block grid model -- has been incorporated into the code starting with Version 8.0. Multi-block gridding in FLOW-3D will enable more efficient use of the software s resources when modeling complex flow phenomena. Each block spans a certain region of the whole flow domain and contains the standard structured rectangular mesh. Two types of mesh blocks can be used: the nested blocks and the linked blocks. Data transfer between any two mesh blocks is facilitated by special boundary (or ghost) cells. Solution quantities are interpolated from the real cells of a donor block into the boundary cells of the acceptor block. The interpolation technique varies depending on the variable at hand. Conserved quantities, like concentrations and thermal energy, are interpolated using the piecewise constant method. A special variant of this method is used for fluid fraction interpolation, where a reconstruction of the interface is performed to locate the interface within the donor cells before the interpolation. Pressure and velocities are calculated using linear interpolation to preserve the gradients. A mixture of the Neumann- and Dirichlet-type boundary conditions is used for the solution of the Poisson equation for pressure. A weighing factor defines the contribution of each type of the boundary condition to the final solution, ensuring continuity of both pressure and velocities across the inter-block boundaries, convergence and local conservation of mass. 2. Defining mesh blocks The order of the mesh namelists in the input file defines the mesh block numbers that distinguish one block from another. The multi-block model is implemented in such a manner as to minimize the dependence of the numerical solution on mesh block ordering. There is no limit on the number of mesh blocks that can be used in a simulation other imposed by the hardware itself. Any two mesh blocks cannot partially overlap each other. They either do not overlap at all, i.e., they are adjacent or completely separated blocks, or one of them completely overlaps the other. Two adjacent mesh blocks are called linked. A linked block communicates with adjacent blocks via its boundaries. If a mesh block is completely overlapping another block, the former is called a nested block, while the latter is called

2 the containing block. There may be more that one containing mesh block for each nested one. A nested block can also be linked to another nested block. Multi-level nesting is allowed, where a nested block can be nested in another, larger, nested mesh block, which may be nested in an even larger block, etc. A nested block receives data from the smallest containing block at its boundaries, and passes the data back to that containing mesh block in the part of the real domain of the nested block adjacent to the boundaries of the latter. A mesh cell belongs to the real domain, if the numerical solution is obtained in this cell by solving the discretized flow equations. During an inter-block data transfer, a mesh block from which data is being passed is called the donor block and the other block is called the acceptor. A given mesh block can be an acceptor or donor at different times during data transfer. There are no specific requirements or limitations on how the meshes in adjacent or overlapping blocks must match at the boundaries. However, the interpolation procedure employed in the inter-block data transfer algorithm introduces additional truncation errors into the solution. These errors are common to any spatial interpolation algorithm. Besides, data is passed between mesh blocks at discrete stages of the solution procedure, (see section 4 below for details), adding to the truncation errors in temporal discretization of the solution. These errors are usually small, but may become significant if there are large spatial and temporal variations in the flow near the inter-block boundaries. Following the guidelines below will help minimize those errors maintain good accuracy and stability of the multi-block algorithm: 1. Avoid having large difference in resolution between any two adjacent or nested blocks. A ratio of 2 to 1 in any coordinate direction should be considered as the maximum acceptable to avoid significant accuracy loss in inter-block data transfer. 2. Avoid placing inter-block boundaries in flow areas where large gradients of solution quantities are expected, including areas with significant variations in geometry. 3. When using nested blocks, user-defined mesh planes (lines, in two dimensions) in the containing blocks should be positioned at the boundaries of the nested blocks. This should be easy to achieve since all mesh blocks are rectangular. The pre-processor carries out the following diagnostics and initialization: 1. Makes sure the mesh blocks are not partially overlapping. If they are then the simulation will stop with an error message. 2. Automatically sets inter-block boundary conditions (of type 9). They are similar to the fixed-pressure-type boundaries in that they contain two layers of boundary cells. 3. The communications pattern, or hierarchy, is set up to define how the linked blocks are passing the data to each other, and how the nested block data is passed to the linked blocks. Each nested block passes its data only to the smallest containing mesh block. 2

3 4. The hierarchy information is written into the prpout file. Search for the word information to find it. 5. A new array is created and written into the flsgrf file, called cell type. The array is an integer variable that defines whether a mesh cell is a normal real cell, in which solution values are obtained by solving the conservation equations (value = mesh_block_number_the_cell_belongs_to), a standard mesh boundary cell (value = 0), or a cell on to which data will be interpolated from another block (value = - block_number_from_which_data_will_be_interpolated a negative value!). Cells with the negative cell type value are called passive, while the normal real cells are called active, and the boundary cells remain boundary, or ghost, or fictitious cells. 6. Creates composite 2d mesh and solid component plots, which are written to the prpplt file. Figure 1 shows an example of five mesh blocks, two linked and three nested, color coded by mesh block numbers. 7. Computes and prints to the prpout file open areas between every pair of communicating mesh blocks. In general, open areas at the two sides of an interblock boundary differ due to differences in mesh resolution of the two mesh blocks connected at that boundary. As a result, the global conservation of mass is not maintained, even if there is good local conservation. It is important to keep the differences between the corresponding open areas small, e.g., below 1 %, to maintain reasonable conservation of fluid mass. The area printout in the preprocessor includes the differences between respective open areas as percent of the average. An cumulative difference of all open areas is also reported. The logic used to define the hierarchy (item 3 above) is fairly intuitive: each nested block passes its solution data to the next in size containing block. If the later block is also nested it will in turn pass its data to the next in size containing block, etc. The data in the active cells of each nested block represent the real solution. This logic implies that the smallest blocks most likely have the finest grid and, therefore, the most accurate solution of all overlapping blocks in this area. This solution is then used to calculate the variables in the passive cells of the underlying containing blocks (see section 4 for more details). Note that the solution from a nested donor block is overlaid only to those cells in the containing acceptor block that are located completely within the donor block. All other real cells in the acceptor block are treated as active cells. Each nested block passes data to one and only one containing block, and each nested block receives data at its boundaries from the same containing block. This communications hierarchy can not be controlled by the user. 3

4 Figure 1. Sample multi-block mesh setup (color denotes block number). Blocks 1 (dark blue) and 2 (light blue) are linked. Block 3 (green) is nested in the containing block 2, while block 4 (yellow) is nested within both blocks 2 and 3. Finally, block 5 (red) is nested in block 2 and linked to block Inter-block boundary conditions A new type of boundary condition has been added to manage data transfer between mesh blocks. The boundary is called the inter-block boundary and is designated with number 9. These boundaries contain two layers of fictitious cells, providing up to second-order accuracy in the calculation of advection terms at the boundary. Type 9 boundaries are always used between any two linked blocks and for all nested block boundaries and are automatically set by the pre-processor. Any standard type of FLOW-3D boundary condition can be used at a mesh block boundary not adjacent to another mesh block. Such mesh boundary is called an external boundary. Additional checks are made in the pre-processor to make sure the type and location of the nested block boundaries are consistent with those of the containing block(s). If a nested block boundary location is the same as the location of a mesh boundary of a containing block (like the left boundary of blocks 2 and 3 in Fig. 1), then the former assumes the same type as the latter, i.e., the larger block takes precedence. 4

5 4. Solution procedure Physical quantities are calculated in each block by numerically solving the flow equations. Solution is passed from one block to another via inter-block boundaries using an interpolation technique that ensures convergence in the whole computational domain. The data exchange between mesh blocks is done differently for pressures and velocities than other solution variables. Linear interpolation is used for pressures and velocities, with the aim of maintaining good accuracy in representing pressure gradients and fluid flow at inter-block boundaries. Pressures and velocities are exchanged between blocks at each pressure iteration pass though a block. Fluid fraction, thermal energy, scalars and turbulent parameters are passed from one block to another using the piecewise constant overlay procedure similar to the one used when overlaying solution data from one mesh to another during restarts. Special interface tracking algorithm is used for fluid fraction interpolation in the presence of sharp fluid interfaces. The main property of these procedures is that the overlaid quantity is conserved. The pressure/velocity data transfer algorithm employs linear spatial interpolation. For any boundary point that receives interpolated data (interpolation point), an eight-point interpolation stencil in a donor block, and linear interpolation coefficients are calculated. Figure 2 shows a 3-D interpolation stencil with its base (or reference) point as (i, j, k) and interpolation point P (i p, j p, k p ). The interpolation formula is: Φ 8 p = c j j = 1 Φ j where Φ j is the quantity Φ at one point of a interpolation stencil, Φ p is the interpolated value at point P, and c j are the interpolation coefficients, where c 1 = (1 ξ )(1 η)(1 ζ ) c 2 = ξ (1 η)(1 ζ ) c = ξη(1 ) c c c c 3 ζ = (1 ξ ) η(1 ) = (1 ξ )(1 η) ζ 4 ζ 5 6 = ξ (1 η) ζ 7 = ξηζ c 8 = (1 ξ )ηζ 5

6 ξ = ( x η = ( y ζ = ( z p p p x ) /( x i k j i+ 1 y ) /( y z ) /( z j + 1 k + 1 x ) i y ) z ) k j The interpolation coefficients are calculated for all interpolation points and saved, including the interpolation point indices and their block numbers, and all corresponding stencil base points and their block numbers. The solver can recover this information at any time when physical quantity interpolation is needed. An eight-point stencil may not provide correct interpolation near obstacles and at free surface because part of its points may be located inside the obstacle or in a void. Special treatments have been developed for such cases based on the assumption of hydrostatic pressure distribution. When there are no moving obstacles, all interpolation information is calculated in the preprocessor and written to a data file, which is then read by the solver and does not change during the calculations 1. Pressure and velocity interpolation is made for all the stencils in that block and transferred to boundaries of other blocks before further calculations are conducted in these blocks. For moving object problems, interpolation information is not generated in the preprocessor but generated in the solver at each time step. This is because for moving obstacle problem, the interpolation information may change with time. (i+1,j+1,k+1) STENCIL P(i p,j p,k p ) (i,j+1,k) z y (i+1,j+1,k) (i,j,k) x (i+1,j,k) Figure 2. Interpolation point P and interpolation stencil. The interpolation stencil base point is (i, j, k). 1 When the option LPR > 3, a diagnostic report will be printed, listing all interpolation information. This special output is primarily used by developers and support engineers. 6

7 With this interpolation method, many tests have been conducted, including large industrial problems. Satisfactory results have been obtained. The interpolation is found efficient and accurate for many flow problems. An iterative solution method is used to solve for pressure and velocity in incompressible flow. After each iterative pass through a mesh block, these variables must be updated at inter-block boundaries of all adjacent blocks. This ensures proper coupling of the solution between all blocks. When solving the continuity equation for pressure, two types of boundary conditions (BC) can be used at an inter-block boundary: Neumann type - when the pressure gradient is defined, - or Dirichlet type when the pressure itself is defined. In FLOW-3D, the Neumann type condition translates into defining the normal velocity at the boundary. Each type of BC has its cons and pros. The Neumann type gives a better conservation of mass, but, generally, has slower convergence and can result in discontinuous pressure field. The present method applies both methods at the same time at all inter-block boundaries. A weighing factor, 0.0 α 1. 0, is used to define the portion of each type of BC. At iteration k+1 the normal velocity U n and pressure P in a boundary cell are computed as U P = U + α ( U U k + 1 k k + 1 k n n n _ int n = P + (1 α )( P k + 1 k k + 1 k int ) P ) where U n_int and P int are the interpolated normal velocity and pressure, respectively. When α=0.0, then a pure Dirichlet type BC is used and when α=1.0, then the Neumann type BC is employed. The default value of α is The overall solution procedure produces a unique numerical solution in the physical domain covered by the various mesh blocks. In other words, when mesh blocks overlap, covering the same physical space, the numerical equations are solved in only one of the blocks. All other overlapping blocks obtain value of the primary quantities via the solution interpolation or keep the initial values, depending on the location of a cell. Mesh cells containing such overlays are the passive cells described in the previous section. The enforcement of a unique solution greatly simplifies the solution process, its postanalysis and, of course, it saves CPU time. In agreement with the hierarchy described in section 2, the real solution is found in the smallest mesh block covering a region. The short and long prints produced by the solver include fluid volume, energy and other quantities, integrated over all blocks, excluding the passive cells. Volume error also excludes the passive cells. When LPR > 1 in XPUT, the short prints will also include a separate line for each mesh block. 7

8 5. Post-processing Spatial 2D and 3D plots have been extended to handle multiple mesh blocks on the same plot, including particle and obstacle plotting. Text output, probes and 1-D plots can only be used for one mesh block at a time. The GUI allows users to select the mesh block(s) for post-processing. All spatial limits definitions in the input file (e.g., plotting limits, history point coordinates, particle source definitions) must be done in terms of coordinates rather than cell indices when the multi-block model is employed. 6. Examples We will consider three examples using 2-D geometry for greater clarity. The input files and the results for the example problems are included with this report. A. Inkjet droplet formation In this test we compared a two-block solution to a single-block one using roughly the same resolution. The two mesh blocks are positioned one above the other in a linked configuration (Fig. 3). Also, we ran a test with two linked blocks where the lower mesh block has a coarser grid than the upper one. The inlet boundary condition (BC) at the bottom of the lower mesh block is fixed-pressure (type 5), with a time-dependent pressure to generate the pulse needed to produce a droplet. The outlet BC at the top is the continuative boundary (type 3). The mesh boundaries connecting the two blocks are of type 9. All other boundaries are of the symmetry type. The purpose of this test is to see how well fluid fraction, pressure and velocity data is transferred through the inter-block boundaries. A secondary objective is to see how the solution behaves at such boundaries when one of them has much coarser mesh than the other. Figure 4 shows the formation of the droplets in all three meshes shown in Fig. 3, at three different times. It can be seen that the predicted shape and displacement of the droplet are close in the fine-mesh single- and double-block calculations. The average speed and volume of the droplet for cases A and B differ by less than 0.25%. The largest differences are observed when the droplet hits the outlet boundary. The two-block model (case B) has 18% fewer cells than the single block model, while it ran only 7% faster. This can perhaps be explained by the fact that the number of active cells (i.e., cells containing fluid) in the two cases is roughly the same. For the coarse mesh calculation, the droplet separation is delayed by about 0.1 sec. The tail of the droplet is not defined as well in the coarse grid as it is in the examples with finer grids. However, little distortion of the shape of the droplet can be observed as the 8

9 fluid passes from the coarse mesh block to the fine one. The average cell size ratio for the two grids is about 1.8. In the present test, the small errors in the VOF function overlay affect the dynamics of the fluid since surface tension forces depend on the shape of the free surface. Given the complexity and speed of the flow, it can be concluded that errors introduced by the solution overlay procedure at the inter-block boundaries are quite small. B. Weir flow In this example we use four mesh blocks, one nested block and three linked ones to track the dynamics of a stream of water coming down under gravity (Fig. 5). The fluid enters at the left-most edge of the domain from a fixed pressure head and cascades down the two steps produced by the irregular domain size. The right-most domain boundary is of an outflow type. The nested block is used to produce better resolution at the point of stream separation. The bottom boundary of each linked block is a wall type boundary. The calculated flow is shown in Fig. 6 at four different times. One thing that stands out on these contour and vector plots is a seeming discontinuity of the pressure and free surface values across the inter-block boundaries. However, this is due to a deficiency in data interpolation by the post-processor at mesh boundaries during plotting and is something we hope to improve before the final release of the multi-block model. Otherwise, the results are quite reasonable. 9

10 Z Z Z A B C R R R Figure 3. Mesh definitions for the inkjet problem: (A) single block uniform mesh; (B) two linked blocks with fine mesh, and (C) two linked blocks, one with coarse and the other with fine grid. The cell sizes in the fine mesh blocks in all three cases are approximately same. The left boundary of the nested mesh block is of type 9. The data is passed to it from the containing block. The boundary (acceptor) cells of the nested block overlap the boundary (donor) cells on the left of the containing block. C. Moving obstacle case In this simulation two mesh blocks were used, with the second block having three times higher grid resolution in the region behind the missile near the symmetry axis than the main block does (Fig. 7). The second (nested block) has bottom, top and right mesh boundaries as inter-block boundaries (i.e., type 9). All other boundaries in this block are symmetry boundaries. The average cell size in the nested block is three times smaller than that in the containing block. 10

11 T=2.1 sec T=3.5 sec T=4.3 sec A B C Figure 4. Calculated droplet formation for meshes A, B and C shown in Fig. 2. Colors denote fluid fraction contours. 11

12 z Figure 5. Four-block setup with three linked blocks and a nested one. x The adiabatic bubble model is used in this calculation. The bottom boundary of the nested block divides the initial void region below the missile in two sections. This is designed to test the new algorithm for tracking void regions across multiple mesh blocks. In the present case, the lower part of the void region is tracked in the larger and coarser containing mesh block, and the upper part is tracked in the finer mesh of the nested block. A separate calculation was also performed with a single mesh block identical to the containing grid of the two-block case. The results for the two cases are compared in Fig. 8. The flow pattern 0.15 seconds after the start of the simulation is shown in Fig 8. The solution is shown for both the two-block and one-block cases for comparison. It can be seen that the fluid rushes in behind the missile and divides the initial void region into several smaller regions. Each void has its own volume and pressure calculated at each time step. The single-block calculation predicts a faster filling of the cavity by the fluid. This may be attributed to the coarseness of the grid. 12

13 t=0.3 sec t=0.5 sec t=0.6 sec t=0.8 sec Figure 6. Weir-type flow simulation results for the four mesh blocks shown in Fig.5. Color denotes pressure. 13

14 0.90 missile z r Figure 7. Two-block setup for the inkjet problem showing block outlines, and the obstacle blue denotes block 1, and red is block 2. Block 2 is a nested block overlapping the main block 1. The cylindrical axis is on the left ( = 1.69E+01) 0.90 ( = 1.03E+01) Figure 8. Predicted free surface locations in the two-block (left) and single-block calculations at t=0.15 sec. 14

Set up and solve a transient problem using the pressure-based solver and VOF model.

Set up and solve a transient problem using the pressure-based solver and VOF model. Tutorial 18. Using the VOF Model This tutorial was run using ANSYS FLUENT 12.1. The results have been updated to reflect the change in the default setting of node-based smoothing for the surface tension

More information

Multiphase Flow - Appendices

Multiphase Flow - Appendices Discovery Laboratory Multiphase Flow - Appendices 1. Creating a Mesh 1.1. What is a geometry? The geometry used in a CFD simulation defines the problem domain and boundaries; it is the area (2D) or volume

More information

Use of OpenFoam in a CFD analysis of a finger type slug catcher. Dynaflow Conference 2011 January 13 2011, Rotterdam, the Netherlands

Use of OpenFoam in a CFD analysis of a finger type slug catcher. Dynaflow Conference 2011 January 13 2011, Rotterdam, the Netherlands Use of OpenFoam in a CFD analysis of a finger type slug catcher Dynaflow Conference 2011 January 13 2011, Rotterdam, the Netherlands Agenda Project background Analytical analysis of two-phase flow regimes

More information

ME6130 An introduction to CFD 1-1

ME6130 An introduction to CFD 1-1 ME6130 An introduction to CFD 1-1 What is CFD? Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions, and related phenomena by solving numerically

More information

Lecture 6 - Boundary Conditions. Applied Computational Fluid Dynamics

Lecture 6 - Boundary Conditions. Applied Computational Fluid Dynamics Lecture 6 - Boundary Conditions Applied Computational Fluid Dynamics Instructor: André Bakker http://www.bakker.org André Bakker (2002-2006) Fluent Inc. (2002) 1 Outline Overview. Inlet and outlet boundaries.

More information

How To Run A Cdef Simulation

How To Run A Cdef Simulation Simple CFD Simulations and Visualisation using OpenFOAM and ParaView Sachiko Arvelius, PhD Purpose of this presentation To show my competence in CFD (Computational Fluid Dynamics) simulation and visualisation

More information

GAMBIT Demo Tutorial

GAMBIT Demo Tutorial GAMBIT Demo Tutorial Wake of a Cylinder. 1.1 Problem Description The problem to be considered is schematically in fig. 1. We consider flow across a cylinder and look at the wake behind the cylinder. Air

More information

Effect of Aspect Ratio on Laminar Natural Convection in Partially Heated Enclosure

Effect of Aspect Ratio on Laminar Natural Convection in Partially Heated Enclosure Universal Journal of Mechanical Engineering (1): 8-33, 014 DOI: 10.13189/ujme.014.00104 http://www.hrpub.org Effect of Aspect Ratio on Laminar Natural Convection in Partially Heated Enclosure Alireza Falahat

More information

CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER

CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER International Journal of Advancements in Research & Technology, Volume 1, Issue2, July-2012 1 CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER ABSTRACT (1) Mr. Mainak Bhaumik M.E. (Thermal Engg.)

More information

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW Rajesh Khatri 1, 1 M.Tech Scholar, Department of Mechanical Engineering, S.A.T.I., vidisha

More information

Customer Training Material. Lecture 5. Solver Settings ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved.

Customer Training Material. Lecture 5. Solver Settings ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved. Lecture 5 Solver Settings Introduction to ANSYS FLUENT L5-1 Solver Settings - Introduction So far we have looked at how to setup a basic flow simulation in FLUENT. However you should not assume that just

More information

Abaqus/CFD Sample Problems. Abaqus 6.10

Abaqus/CFD Sample Problems. Abaqus 6.10 Abaqus/CFD Sample Problems Abaqus 6.10 Contents 1. Oscillatory Laminar Plane Poiseuille Flow 2. Flow in Shear Driven Cavities 3. Buoyancy Driven Flow in Cavities 4. Turbulent Flow in a Rectangular Channel

More information

Learning Module 4 - Thermal Fluid Analysis Note: LM4 is still in progress. This version contains only 3 tutorials.

Learning Module 4 - Thermal Fluid Analysis Note: LM4 is still in progress. This version contains only 3 tutorials. Learning Module 4 - Thermal Fluid Analysis Note: LM4 is still in progress. This version contains only 3 tutorials. Attachment C1. SolidWorks-Specific FEM Tutorial 1... 2 Attachment C2. SolidWorks-Specific

More information

Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology

Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology Express Introductory Training in ANSYS Fluent Lecture 1 Introduction to the CFD Methodology Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 - Industry

More information

Lecture 16 - Free Surface Flows. Applied Computational Fluid Dynamics

Lecture 16 - Free Surface Flows. Applied Computational Fluid Dynamics Lecture 16 - Free Surface Flows Applied Computational Fluid Dynamics Instructor: André Bakker http://www.bakker.org André Bakker (2002-2006) Fluent Inc. (2002) 1 Example: spinning bowl Example: flow in

More information

Overset Grids Technology in STAR-CCM+: Methodology and Applications

Overset Grids Technology in STAR-CCM+: Methodology and Applications Overset Grids Technology in STAR-CCM+: Methodology and Applications Eberhard Schreck, Milovan Perić and Deryl Snyder eberhard.schreck@cd-adapco.com milovan.peric@cd-adapco.com deryl.snyder@cd-adapco.com

More information

CFD modelling of floating body response to regular waves

CFD modelling of floating body response to regular waves CFD modelling of floating body response to regular waves Dr Yann Delauré School of Mechanical and Manufacturing Engineering Dublin City University Ocean Energy Workshop NUI Maynooth, October 21, 2010 Table

More information

University Turbine Systems Research 2012 Fellowship Program Final Report. Prepared for: General Electric Company

University Turbine Systems Research 2012 Fellowship Program Final Report. Prepared for: General Electric Company University Turbine Systems Research 2012 Fellowship Program Final Report Prepared for: General Electric Company Gas Turbine Aerodynamics Marion Building 300 Garlington Rd Greenville, SC 29615, USA Prepared

More information

CONVERGE Features, Capabilities and Applications

CONVERGE Features, Capabilities and Applications CONVERGE Features, Capabilities and Applications CONVERGE CONVERGE The industry leading CFD code for complex geometries with moving boundaries. Start using CONVERGE and never make a CFD mesh again. CONVERGE

More information

Introduction to CFD Analysis

Introduction to CFD Analysis Introduction to CFD Analysis 2-1 What is CFD? Computational Fluid Dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions, and related phenomena by solving numerically

More information

Introduction to CFD Analysis

Introduction to CFD Analysis Introduction to CFD Analysis Introductory FLUENT Training 2006 ANSYS, Inc. All rights reserved. 2006 ANSYS, Inc. All rights reserved. 2-2 What is CFD? Computational fluid dynamics (CFD) is the science

More information

Laminar Flow in a Baffled Stirred Mixer

Laminar Flow in a Baffled Stirred Mixer Laminar Flow in a Baffled Stirred Mixer Introduction This exercise exemplifies the use of the rotating machinery feature in the CFD Module. The Rotating Machinery interface allows you to model moving rotating

More information

Heat Transfer by Free Convection

Heat Transfer by Free Convection Heat Transfer by Free Convection Introduction This example describes a fluid flow problem with heat transfer in the fluid. An array of heating tubes is submerged in a vessel with fluid flow entering at

More information

How To Model A Horseshoe Vortex

How To Model A Horseshoe Vortex Comparison of CFD models for multiphase flow evolution in bridge scour processes A. Bayón-Barrachina, D. Valero, F.J. Vallès Morán, P. A. López-Jiménez Dept. of Hydraulic and Environmental Engineering

More information

Lecture 7 - Meshing. Applied Computational Fluid Dynamics

Lecture 7 - Meshing. Applied Computational Fluid Dynamics Lecture 7 - Meshing Applied Computational Fluid Dynamics Instructor: André Bakker http://www.bakker.org André Bakker (2002-2006) Fluent Inc. (2002) 1 Outline Why is a grid needed? Element types. Grid types.

More information

Numerical Simulation of the External Flow Field. Around a Bluff Car*

Numerical Simulation of the External Flow Field. Around a Bluff Car* Numerical Simulation of the External Flow Field Around a Bluff Car* Sun Yongling, Wu Guangqiang, Xieshuo Automotive Engineering Department Shanghai Tongji University Shanghai, China E-mail: wuqjuhyk@online.sh.cn

More information

Adaptation of General Purpose CFD Code for Fusion MHD Applications*

Adaptation of General Purpose CFD Code for Fusion MHD Applications* Adaptation of General Purpose CFD Code for Fusion MHD Applications* Andrei Khodak Princeton Plasma Physics Laboratory P.O. Box 451 Princeton, NJ, 08540 USA akhodak@pppl.gov Abstract Analysis of many fusion

More information

Steady Flow: Laminar and Turbulent in an S-Bend

Steady Flow: Laminar and Turbulent in an S-Bend STAR-CCM+ User Guide 6663 Steady Flow: Laminar and Turbulent in an S-Bend This tutorial demonstrates the flow of an incompressible gas through an s-bend of constant diameter (2 cm), for both laminar and

More information

Turbulence Modeling in CFD Simulation of Intake Manifold for a 4 Cylinder Engine

Turbulence Modeling in CFD Simulation of Intake Manifold for a 4 Cylinder Engine HEFAT2012 9 th International Conference on Heat Transfer, Fluid Mechanics and Thermodynamics 16 18 July 2012 Malta Turbulence Modeling in CFD Simulation of Intake Manifold for a 4 Cylinder Engine Dr MK

More information

Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved.

Customer Training Material. Lecture 2. Introduction to. Methodology ANSYS FLUENT. ANSYS, Inc. Proprietary 2010 ANSYS, Inc. All rights reserved. Lecture 2 Introduction to CFD Methodology Introduction to ANSYS FLUENT L2-1 What is CFD? Computational Fluid Dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions,

More information

AUTOMOTIVE COMPUTATIONAL FLUID DYNAMICS SIMULATION OF A CAR USING ANSYS

AUTOMOTIVE COMPUTATIONAL FLUID DYNAMICS SIMULATION OF A CAR USING ANSYS International Journal of Mechanical Engineering and Technology (IJMET) Volume 7, Issue 2, March-April 2016, pp. 91 104, Article ID: IJMET_07_02_013 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=7&itype=2

More information

OpenFOAM Opensource and CFD

OpenFOAM Opensource and CFD OpenFOAM Opensource and CFD Andrew King Department of Mechanical Engineering Curtin University Outline What is Opensource Software OpenFOAM Overview Utilities, Libraries and Solvers Data Formats The CFD

More information

Lecture 3 Fluid Dynamics and Balance Equa6ons for Reac6ng Flows

Lecture 3 Fluid Dynamics and Balance Equa6ons for Reac6ng Flows Lecture 3 Fluid Dynamics and Balance Equa6ons for Reac6ng Flows 3.- 1 Basics: equations of continuum mechanics - balance equations for mass and momentum - balance equations for the energy and the chemical

More information

THE CFD SIMULATION OF THE FLOW AROUND THE AIRCRAFT USING OPENFOAM AND ANSA

THE CFD SIMULATION OF THE FLOW AROUND THE AIRCRAFT USING OPENFOAM AND ANSA THE CFD SIMULATION OF THE FLOW AROUND THE AIRCRAFT USING OPENFOAM AND ANSA Adam Kosík Evektor s.r.o., Czech Republic KEYWORDS CFD simulation, mesh generation, OpenFOAM, ANSA ABSTRACT In this paper we describe

More information

A CODE VERIFICATION EXERCISE FOR THE UNSTRUCTURED FINITE-VOLUME CFD SOLVER ISIS-CFD

A CODE VERIFICATION EXERCISE FOR THE UNSTRUCTURED FINITE-VOLUME CFD SOLVER ISIS-CFD European Conference on Computational Fluid Dynamics ECCOMAS CFD 2006 P. Wesseling, E. Oñate and J. Périaux (Eds) c TU Delft, The Netherlands, 2006 A CODE VERIFICATION EXERCISE FOR THE UNSTRUCTURED FINITE-VOLUME

More information

Application of CFD Simulation in the Design of a Parabolic Winglet on NACA 2412

Application of CFD Simulation in the Design of a Parabolic Winglet on NACA 2412 , July 2-4, 2014, London, U.K. Application of CFD Simulation in the Design of a Parabolic Winglet on NACA 2412 Arvind Prabhakar, Ayush Ohri Abstract Winglets are angled extensions or vertical projections

More information

Introduction to COMSOL. The Navier-Stokes Equations

Introduction to COMSOL. The Navier-Stokes Equations Flow Between Parallel Plates Modified from the COMSOL ChE Library module rev 10/13/08 Modified by Robert P. Hesketh, Chemical Engineering, Rowan University Fall 2008 Introduction to COMSOL The following

More information

CFD ANALYSIS OF CONTROLLABLE PITCH PROPELLER USED IN MARINE VEHICLE

CFD ANALYSIS OF CONTROLLABLE PITCH PROPELLER USED IN MARINE VEHICLE CFD ANALYSIS OF CONROLLABLE PICH PROPELLER USED IN MARINE VEHICLE Aditya Kolakoti 1,.V.K.Bhanuprakash 2 & H.N.Das 3 1 M.E in Marine Engineering And Mechanical Handling, Dept of Marine Engineering, Andhra

More information

INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET)

INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET) INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET) Proceedings of the 2 nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 ISSN 0976 6340 (Print)

More information

NUMERICAL SIMULATION OF FLOW FIELDS IN CASE OF FIRE AND FORCED VENTILATION IN A CLOSED CAR PARK

NUMERICAL SIMULATION OF FLOW FIELDS IN CASE OF FIRE AND FORCED VENTILATION IN A CLOSED CAR PARK FACULTY OF ENGINEERING NUMERICAL SIMULATION OF FLOW FIELDS IN CASE OF FIRE AND FORCED VENTILATION IN A CLOSED CAR PARK Xavier Deckers, Mehdi Jangi, Siri Haga and Bart Merci Department of Flow, Heat and

More information

Module 6 Case Studies

Module 6 Case Studies Module 6 Case Studies 1 Lecture 6.1 A CFD Code for Turbomachinery Flows 2 Development of a CFD Code The lecture material in the previous Modules help the student to understand the domain knowledge required

More information

Computational Fluid Dynamics (CFD) and Multiphase Flow Modelling. Associate Professor Britt M. Halvorsen (Dr. Ing) Amaranath S.

Computational Fluid Dynamics (CFD) and Multiphase Flow Modelling. Associate Professor Britt M. Halvorsen (Dr. Ing) Amaranath S. Computational Fluid Dynamics (CFD) and Multiphase Flow Modelling Associate Professor Britt M. Halvorsen (Dr. Ing) Amaranath S. Kumara (PhD Student), PO. Box 203, N-3901, N Porsgrunn, Norway What is CFD?

More information

HEAT TRANSFER ANALYSIS IN A 3D SQUARE CHANNEL LAMINAR FLOW WITH USING BAFFLES 1 Vikram Bishnoi

HEAT TRANSFER ANALYSIS IN A 3D SQUARE CHANNEL LAMINAR FLOW WITH USING BAFFLES 1 Vikram Bishnoi HEAT TRANSFER ANALYSIS IN A 3D SQUARE CHANNEL LAMINAR FLOW WITH USING BAFFLES 1 Vikram Bishnoi 2 Rajesh Dudi 1 Scholar and 2 Assistant Professor,Department of Mechanical Engineering, OITM, Hisar (Haryana)

More information

OpenFOAM Optimization Tools

OpenFOAM Optimization Tools OpenFOAM Optimization Tools Henrik Rusche and Aleks Jemcov h.rusche@wikki-gmbh.de and a.jemcov@wikki.co.uk Wikki, Germany and United Kingdom OpenFOAM Optimization Tools p. 1 Agenda Objective Review optimisation

More information

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

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

More information

This tutorial provides a recipe for simulating L

This tutorial provides a recipe for simulating L Pipe Flow Tutorial for STAR-CCM+ ME 448/548 February 5, 2014 Gerald Recktenwald gerry@me.pdx.edu 1 Overview This tutorial provides a recipe for simulating laminar flow in a pipe with STAR- L CCM+. The

More information

www.integratedsoft.com Electromagnetic Sensor Design: Key Considerations when selecting CAE Software

www.integratedsoft.com Electromagnetic Sensor Design: Key Considerations when selecting CAE Software www.integratedsoft.com Electromagnetic Sensor Design: Key Considerations when selecting CAE Software Content Executive Summary... 3 Characteristics of Electromagnetic Sensor Systems... 3 Basic Selection

More information

Flow in data racks. 1 Aim/Motivation. 3 Data rack modification. 2 Current state. EPJ Web of Conferences 67, 02070 (2014)

Flow in data racks. 1 Aim/Motivation. 3 Data rack modification. 2 Current state. EPJ Web of Conferences 67, 02070 (2014) EPJ Web of Conferences 67, 02070 (2014) DOI: 10.1051/ epjconf/20146702070 C Owned by the authors, published by EDP Sciences, 2014 Flow in data racks Lukáš Manoch 1,a, Jan Matěcha 1,b, Jan Novotný 1,c,JiříNožička

More information

HIGH ORDER WENO SCHEMES ON UNSTRUCTURED TETRAHEDRAL MESHES

HIGH ORDER WENO SCHEMES ON UNSTRUCTURED TETRAHEDRAL MESHES European Conference on Computational Fluid Dynamics ECCOMAS CFD 26 P. Wesseling, E. Oñate and J. Périaux (Eds) c TU Delft, The Netherlands, 26 HIGH ORDER WENO SCHEMES ON UNSTRUCTURED TETRAHEDRAL MESHES

More information

NUMERICAL ANALYSIS OF WELLS TURBINE FOR WAVE POWER CONVERSION

NUMERICAL ANALYSIS OF WELLS TURBINE FOR WAVE POWER CONVERSION Engineering Review Vol. 32, Issue 3, 141-146, 2012. 141 NUMERICAL ANALYSIS OF WELLS TURBINE FOR WAVE POWER CONVERSION Z. 1* L. 1 V. 2 M. 1 1 Department of Fluid Mechanics and Computational Engineering,

More information

Pushing the limits. Turbine simulation for next-generation turbochargers

Pushing the limits. Turbine simulation for next-generation turbochargers Pushing the limits Turbine simulation for next-generation turbochargers KWOK-KAI SO, BENT PHILLIPSEN, MAGNUS FISCHER Computational fluid dynamics (CFD) has matured and is now an indispensable tool for

More information

THERMAL STRATIFICATION IN A HOT WATER TANK ESTABLISHED BY HEAT LOSS FROM THE TANK

THERMAL STRATIFICATION IN A HOT WATER TANK ESTABLISHED BY HEAT LOSS FROM THE TANK THERMAL STRATIFICATION IN A HOT WATER TANK ESTABLISHED BY HEAT LOSS FROM THE TANK J. Fan and S. Furbo Abstract Department of Civil Engineering, Technical University of Denmark, Brovej, Building 118, DK-28

More information

Introductory FLUENT Training

Introductory FLUENT Training Chapter 10 Transient Flow Modeling Introductory FLUENT Training www.ptecgroup.ir 10-1 Motivation Nearly all flows in nature are transient! Steady-state assumption is possible if we: Ignore transient fluctuations

More information

Differential Relations for Fluid Flow. Acceleration field of a fluid. The differential equation of mass conservation

Differential Relations for Fluid Flow. Acceleration field of a fluid. The differential equation of mass conservation Differential Relations for Fluid Flow In this approach, we apply our four basic conservation laws to an infinitesimally small control volume. The differential approach provides point by point details of

More information

CHAPTER 4 CFD ANALYSIS OF THE MIXER

CHAPTER 4 CFD ANALYSIS OF THE MIXER 98 CHAPTER 4 CFD ANALYSIS OF THE MIXER This section presents CFD results for the venturi-jet mixer and compares the predicted mixing pattern with the present experimental results and correlation results

More information

CFD software overview comparison, limitations and user interfaces

CFD software overview comparison, limitations and user interfaces CFD software overview comparison, limitations and user interfaces Daniel Legendre Introduction to CFD Turku, 05.05.2015 Åbo Akademi University Thermal and Flow Engineering Laboratory 05.05.2015 1 Some

More information

Using CFD to improve the design of a circulating water channel

Using CFD to improve the design of a circulating water channel 2-7 December 27 Using CFD to improve the design of a circulating water channel M.G. Pullinger and J.E. Sargison School of Engineering University of Tasmania, Hobart, TAS, 71 AUSTRALIA Abstract Computational

More information

O.F.Wind Wind Site Assessment Simulation in complex terrain based on OpenFOAM. Darmstadt, 27.06.2012

O.F.Wind Wind Site Assessment Simulation in complex terrain based on OpenFOAM. Darmstadt, 27.06.2012 O.F.Wind Wind Site Assessment Simulation in complex terrain based on OpenFOAM Darmstadt, 27.06.2012 Michael Ehlen IB Fischer CFD+engineering GmbH Lipowskystr. 12 81373 München Tel. 089/74118743 Fax 089/74118749

More information

CFD Simulation of HSDI Engine Combustion Using VECTIS

CFD Simulation of HSDI Engine Combustion Using VECTIS CFD Simulation of HSDI Engine Combustion Using VECTIS G. Li, S.M. Sapsford Ricardo Consulting Engineer s Ltd., Shoreham-by-Sea, UK ABSTRACT As part of the VECTIS code validation programme, CFD simulations

More information

The influence of mesh characteristics on OpenFOAM simulations of the DrivAer model

The influence of mesh characteristics on OpenFOAM simulations of the DrivAer model The influence of mesh characteristics on OpenFOAM simulations of the DrivAer model Vangelis Skaperdas, Aristotelis Iordanidis, Grigoris Fotiadis BETA CAE Systems S.A. 2 nd Northern Germany OpenFOAM User

More information

Keywords: CFD, heat turbomachinery, Compound Lean Nozzle, Controlled Flow Nozzle, efficiency.

Keywords: CFD, heat turbomachinery, Compound Lean Nozzle, Controlled Flow Nozzle, efficiency. CALCULATION OF FLOW CHARACTERISTICS IN HEAT TURBOMACHINERY TURBINE STAGE WITH DIFFERENT THREE DIMENSIONAL SHAPE OF THE STATOR BLADE WITH ANSYS CFX SOFTWARE A. Yangyozov *, R. Willinger ** * Department

More information

(1) 2 TEST SETUP. Table 1 Summary of models used for calculating roughness parameters Model Published z 0 / H d/h

(1) 2 TEST SETUP. Table 1 Summary of models used for calculating roughness parameters Model Published z 0 / H d/h Estimation of Surface Roughness using CFD Simulation Daniel Abdi a, Girma T. Bitsuamlak b a Research Assistant, Department of Civil and Environmental Engineering, FIU, Miami, FL, USA, dabdi001@fiu.edu

More information

Trace Layer Import for Printed Circuit Boards Under Icepak

Trace Layer Import for Printed Circuit Boards Under Icepak Tutorial 13. Trace Layer Import for Printed Circuit Boards Under Icepak Introduction: A printed circuit board (PCB) is generally a multi-layered board made of dielectric material and several layers of

More information

Coupling micro-scale CFD simulations to meso-scale models

Coupling micro-scale CFD simulations to meso-scale models Coupling micro-scale CFD simulations to meso-scale models IB Fischer CFD+engineering GmbH Fabien Farella Michael Ehlen Achim Fischer Vortex Factoria de Càlculs SL Gil Lizcano Outline Introduction O.F.Wind

More information

Thermal Simulation of a Power Electronics Cold Plate with a Parametric Design Study

Thermal Simulation of a Power Electronics Cold Plate with a Parametric Design Study EVS28 KINTEX, Korea, May 3-6, 2015 Thermal Simulation of a Power Electronics Cold Plate with a Parametric Design Study Boris Marovic Mentor Graphics (Deutschland) GmbH, Germany, boris_marovic@mentor.com

More information

Coupling Forced Convection in Air Gaps with Heat and Moisture Transfer inside Constructions

Coupling Forced Convection in Air Gaps with Heat and Moisture Transfer inside Constructions Coupling Forced Convection in Air Gaps with Heat and Moisture Transfer inside Constructions M. Bianchi Janetti 1, F. Ochs 1 and R. Pfluger 1 1 University of Innsbruck, Unit for Energy Efficient Buildings,

More information

CFD Application on Food Industry; Energy Saving on the Bread Oven

CFD Application on Food Industry; Energy Saving on the Bread Oven Middle-East Journal of Scientific Research 13 (8): 1095-1100, 2013 ISSN 1990-9233 IDOSI Publications, 2013 DOI: 10.5829/idosi.mejsr.2013.13.8.548 CFD Application on Food Industry; Energy Saving on the

More information

NUMERICAL ANALYSIS OF THE EFFECTS OF WIND ON BUILDING STRUCTURES

NUMERICAL ANALYSIS OF THE EFFECTS OF WIND ON BUILDING STRUCTURES Vol. XX 2012 No. 4 28 34 J. ŠIMIČEK O. HUBOVÁ NUMERICAL ANALYSIS OF THE EFFECTS OF WIND ON BUILDING STRUCTURES Jozef ŠIMIČEK email: jozef.simicek@stuba.sk Research field: Statics and Dynamics Fluids mechanics

More information

Contents. Microfluidics - Jens Ducrée Physics: Navier-Stokes Equation 1

Contents. Microfluidics - Jens Ducrée Physics: Navier-Stokes Equation 1 Contents 1. Introduction 2. Fluids 3. Physics of Microfluidic Systems 4. Microfabrication Technologies 5. Flow Control 6. Micropumps 7. Sensors 8. Ink-Jet Technology 9. Liquid Handling 10.Microarrays 11.Microreactors

More information

Practical Grid Generation Tools with Applications to Ship Hydrodynamics

Practical Grid Generation Tools with Applications to Ship Hydrodynamics Practical Grid Generation Tools with Applications to Ship Hydrodynamics Eça L. Instituto Superior Técnico eca@marine.ist.utl.pt Hoekstra M. Maritime Research Institute Netherlands M.Hoekstra@marin.nl Windt

More information

Dimensional analysis is a method for reducing the number and complexity of experimental variables that affect a given physical phenomena.

Dimensional analysis is a method for reducing the number and complexity of experimental variables that affect a given physical phenomena. Dimensional Analysis and Similarity Dimensional analysis is very useful for planning, presentation, and interpretation of experimental data. As discussed previously, most practical fluid mechanics problems

More information

TESLA Report 2003-03

TESLA Report 2003-03 TESLA Report 23-3 A multigrid based 3D space-charge routine in the tracking code GPT Gisela Pöplau, Ursula van Rienen, Marieke de Loos and Bas van der Geer Institute of General Electrical Engineering,

More information

External bluff-body flow-cfd simulation using ANSYS Fluent

External bluff-body flow-cfd simulation using ANSYS Fluent External bluff-body flow-cfd simulation using ANSYS Fluent External flow over a bluff body is complex, three-dimensional, and vortical. It is massively separated and it exhibits vortex shedding. Thus,

More information

Harvesting-Combine-Flow Simulation Technique

Harvesting-Combine-Flow Simulation Technique Page 1/14 Madhur Bhaiya, Prof. Dr.-Ing. Andreas Jahr, B.Eng. Holger Happel FH Düsseldorf 1 ABSTRACT CFX 11.0 is a Computational Fluid Dynamics (CFD) program for simulating the behavior of systems involving

More information

Flow Physics Analysis of Three-Bucket Helical Savonius Rotor at Twist Angle Using CFD

Flow Physics Analysis of Three-Bucket Helical Savonius Rotor at Twist Angle Using CFD Vol.3, Issue.2, March-April. 2013 pp-739-746 ISSN: 2249-6645 Flow Physics Analysis of Three-Bucket Helical Savonius Rotor at Twist Angle Using CFD Pinku Debnath, 1 Rajat Gupta 2 12 Mechanical Engineering,

More information

CastNet: Modelling platform for open source solver technology

CastNet: Modelling platform for open source solver technology CastNet: Modelling platform for open source solver technology. DHCAE Tools GmbH Address: Friedrich-Ebert-Str. 368, 47800 Krefeld, Germany / Company site: Alte Rather Str. 207 / 47802 Krefeld Phone +49

More information

Tomasz STELMACH. WindSim Annual User Meeting 16 June 2011

Tomasz STELMACH. WindSim Annual User Meeting 16 June 2011 Developments of PHOENICS as CFD engine for WindSim Tomasz STELMACH Ltd, UK ts@cham.co.uk WindSim Annual User Meeting 16 June 2011 Topics of presentation 1. - who we are, what we do 2. PHOENICS 3. GCV -

More information

AB3080 L. Learning Objectives: About the Speaker:

AB3080 L. Learning Objectives: About the Speaker: AB3080 L While architects have tested their designs in wind tunnels for many years, the process is typically outsourced to engineering firms and not easily accessible to architects during the conceptual

More information

1. Fluids Mechanics and Fluid Properties. 1.1 Objectives of this section. 1.2 Fluids

1. Fluids Mechanics and Fluid Properties. 1.1 Objectives of this section. 1.2 Fluids 1. Fluids Mechanics and Fluid Properties What is fluid mechanics? As its name suggests it is the branch of applied mechanics concerned with the statics and dynamics of fluids - both liquids and gases.

More information

Exergy Analysis of a Water Heat Storage Tank

Exergy Analysis of a Water Heat Storage Tank Exergy Analysis of a Water Heat Storage Tank F. Dammel *1, J. Winterling 1, K.-J. Langeheinecke 3, and P. Stephan 1,2 1 Institute of Technical Thermodynamics, Technische Universität Darmstadt, 2 Center

More information

Advanced CFD Methods 1

Advanced CFD Methods 1 Advanced CFD Methods 1 Prof. Patrick Jenny, FS 2014 Date: 15.08.14, Time: 13:00, Student: Federico Danieli Summary The exam took place in Prof. Jenny s office, with his assistant taking notes on the answers.

More information

Keywords: Heat transfer enhancement; staggered arrangement; Triangular Prism, Reynolds Number. 1. Introduction

Keywords: Heat transfer enhancement; staggered arrangement; Triangular Prism, Reynolds Number. 1. Introduction Heat transfer augmentation in rectangular channel using four triangular prisms arrange in staggered manner Manoj Kumar 1, Sunil Dhingra 2, Gurjeet Singh 3 1 Student, 2,3 Assistant Professor 1.2 Department

More information

Introduction to ANSYS

Introduction to ANSYS Lecture 3 Introduction to ANSYS Meshing 14. 5 Release Introduction to ANSYS Meshing 2012 ANSYS, Inc. March 27, 2014 1 Release 14.5 Introduction to ANSYS Meshing What you will learn from this presentation

More information

NUCLEAR ENERGY RESEARCH INITIATIVE

NUCLEAR ENERGY RESEARCH INITIATIVE NUCLEAR ENERGY RESEARCH INITIATIVE Experimental and CFD Analysis of Advanced Convective Cooling Systems PI: Victor M. Ugaz and Yassin A. Hassan, Texas Engineering Experiment Station Collaborators: None

More information

CHEG 3128 Heat, Mass, & Kinetics Laboratory Diffusion in Laminar Flow Regimes Modeling and COMSOL Tutorial Tutorial by Andrea Kadilak

CHEG 3128 Heat, Mass, & Kinetics Laboratory Diffusion in Laminar Flow Regimes Modeling and COMSOL Tutorial Tutorial by Andrea Kadilak CHEG 3128 Heat, Mass, & Kinetics Laboratory Diffusion in Laminar Flow Regimes Modeling and COMSOL Tutorial Tutorial by Andrea Kadilak Introduction COMSOL is a computer modeling software package that will

More information

COMPUTATIONAL FLUID DYNAMICS (CFD) ANALYSIS OF INTERMEDIATE PRESSURE STEAM TURBINE

COMPUTATIONAL FLUID DYNAMICS (CFD) ANALYSIS OF INTERMEDIATE PRESSURE STEAM TURBINE Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 3, No. 4, October, 2014 2014 IJMERR. All Rights Reserved COMPUTATIONAL FLUID DYNAMICS (CFD) ANALYSIS OF INTERMEDIATE PRESSURE STEAM TURBINE Shivakumar

More information

POISSON AND LAPLACE EQUATIONS. Charles R. O Neill. School of Mechanical and Aerospace Engineering. Oklahoma State University. Stillwater, OK 74078

POISSON AND LAPLACE EQUATIONS. Charles R. O Neill. School of Mechanical and Aerospace Engineering. Oklahoma State University. Stillwater, OK 74078 21 ELLIPTICAL PARTIAL DIFFERENTIAL EQUATIONS: POISSON AND LAPLACE EQUATIONS Charles R. O Neill School of Mechanical and Aerospace Engineering Oklahoma State University Stillwater, OK 74078 2nd Computer

More information

. Address the following issues in your solution:

. Address the following issues in your solution: CM 3110 COMSOL INSTRUCTIONS Faith Morrison and Maria Tafur Department of Chemical Engineering Michigan Technological University, Houghton, MI USA 22 November 2012 Zhichao Wang edits 21 November 2013 revised

More information

COMPUTATIONAL FLOW MODEL OF WESTFALL'S 4000 OPEN CHANNEL MIXER 411527-1R1. By Kimbal A. Hall, PE. Submitted to: WESTFALL MANUFACTURING COMPANY

COMPUTATIONAL FLOW MODEL OF WESTFALL'S 4000 OPEN CHANNEL MIXER 411527-1R1. By Kimbal A. Hall, PE. Submitted to: WESTFALL MANUFACTURING COMPANY COMPUTATIONAL FLOW MODEL OF WESTFALL'S 4000 OPEN CHANNEL MIXER 411527-1R1 By Kimbal A. Hall, PE Submitted to: WESTFALL MANUFACTURING COMPANY FEBRUARY 2012 ALDEN RESEARCH LABORATORY, INC. 30 Shrewsbury

More information

Finite Elements for 2 D Problems

Finite Elements for 2 D Problems Finite Elements for 2 D Problems General Formula for the Stiffness Matrix Displacements (u, v) in a plane element are interpolated from nodal displacements (ui, vi) using shape functions Ni as follows,

More information

An Overview of the Finite Element Analysis

An Overview of the Finite Element Analysis CHAPTER 1 An Overview of the Finite Element Analysis 1.1 Introduction Finite element analysis (FEA) involves solution of engineering problems using computers. Engineering structures that have complex geometry

More information

A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty of Military Technology, University of Defence, Brno, Czech Republic

A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty of Military Technology, University of Defence, Brno, Czech Republic AiMT Advances in Military Technology Vol. 8, No. 1, June 2013 Aerodynamic Characteristics of Multi-Element Iced Airfoil CFD Simulation A. Hyll and V. Horák * Department of Mechanical Engineering, Faculty

More information

AN EFFECT OF GRID QUALITY ON THE RESULTS OF NUMERICAL SIMULATIONS OF THE FLUID FLOW FIELD IN AN AGITATED VESSEL

AN EFFECT OF GRID QUALITY ON THE RESULTS OF NUMERICAL SIMULATIONS OF THE FLUID FLOW FIELD IN AN AGITATED VESSEL 14 th European Conference on Mixing Warszawa, 10-13 September 2012 AN EFFECT OF GRID QUALITY ON THE RESULTS OF NUMERICAL SIMULATIONS OF THE FLUID FLOW FIELD IN AN AGITATED VESSEL Joanna Karcz, Lukasz Kacperski

More information

CFD: What is it good for?

CFD: What is it good for? CFD: What is it good for? Tom O Mahoney TNO Fluid Dynamics Introduction to CFD CFD - Computational Fluid Dynamics Computational the using of computers to simulate the physics of fluids Fluid Either gas

More information

Simulation to Analyze Two Models of Agitation System in Quench Process

Simulation to Analyze Two Models of Agitation System in Quench Process 20 th European Symposium on Computer Aided Process Engineering ESCAPE20 S. Pierucci and G. Buzzi Ferraris (Editors) 2010 Elsevier B.V. All rights reserved. Simulation to Analyze Two Models of Agitation

More information

2013 Code_Saturne User Group Meeting. EDF R&D Chatou, France. 9 th April 2013

2013 Code_Saturne User Group Meeting. EDF R&D Chatou, France. 9 th April 2013 2013 Code_Saturne User Group Meeting EDF R&D Chatou, France 9 th April 2013 Thermal Comfort in Train Passenger Cars Contact For further information please contact: Brian ANGEL Director RENUDA France brian.angel@renuda.com

More information

Navier-Stokes Equation Solved in Comsol 4.1. Copyright Bruce A. Finlayson, 2010 See also Introduction to Chemical Engineering Computing, Wiley (2006).

Navier-Stokes Equation Solved in Comsol 4.1. Copyright Bruce A. Finlayson, 2010 See also Introduction to Chemical Engineering Computing, Wiley (2006). Introduction to Chemical Engineering Computing Copyright, Bruce A. Finlayson, 2004 1 Navier-Stokes Equation Solved in Comsol 4.1. Copyright Bruce A. Finlayson, 2010 See also Introduction to Chemical Engineering

More information

Computational Modeling of Wind Turbines in OpenFOAM

Computational Modeling of Wind Turbines in OpenFOAM Computational Modeling of Wind Turbines in OpenFOAM Hamid Rahimi hamid.rahimi@uni-oldenburg.de ForWind - Center for Wind Energy Research Institute of Physics, University of Oldenburg, Germany Outline Computational

More information

1 The basic equations of fluid dynamics

1 The basic equations of fluid dynamics 1 The basic equations of fluid dynamics The main task in fluid dynamics is to find the velocity field describing the flow in a given domain. To do this, one uses the basic equations of fluid flow, which

More information