CFD Post-Processing of Rampressor Rotor Compressor

Size: px
Start display at page:

Download "CFD Post-Processing of Rampressor Rotor Compressor"

Transcription

1 Gas Turbine Industrial Fellowship Program 2006 CFD Post-Processing of Rampressor Rotor Compressor Curtis Memory, Brigham Young niversity Ramgen Power Systems Mentor: Rob Steele

2 I. Introduction Recent movements toward using relatively inexpensive Linux clusters for high performance computing has enhanced the capability of small companies to perform high quality CFD simulations. Extraction of pertinent flow variables from these simulations is a necessary step in the design of future gas turbine components. Ramgen Power Systems currently employs Numeca Inc s FINE/Turbo suite for their simulations of the Rampressor single stage compressor. This package consists of a structured mesh flow solver specializing in gas turbine applications, and the CFView post processing program to analyze solution results. Because of the number of CFD models required to properly analyze a design change, an automated process for extracting flow data is useful for maintaining employee efficiency. Data file size and the time required to process a data set is also a driving factor in the push to automating the post processing system. During my three month TSR Fellowship, a Matlab script was created that improves the automation procedure and calculates additional variables not available in the previously existing process. This paper will summarize the improvements and additions made to the process. Common variables of interest to the gas turbine design process consist of, but are not limited to Mach number, total temperature and pressure, and flow angle in both relative and absolute reference frames. These variables are usually presented in tabular form or color contour plots and are calculated at various locations in the domain of a component simulation. Previously, Ramgen utilized a system that employed an object oriented GI-based programming language similar to Labview called VEE, in conjunction with CFView linked through Python macro scripts, to extract flow variables and contour plots. These values and plots were automatically compiled into an HTML report for analysis. In addition to enhancing automation, it was desired to add to the current list of variables extracted from the data sets: mass flows through arbitrarily positioned planes or surfaces, blockage factor, and kinetic energy correction factor. In this paper, the latter two are referred to as theta cut variables because they are calculated from data extracted along constant-θ, cylindrical coordinate cuts. Also, because viscous models of the compressor are employed, a method to calculate various reduced boundary layer values such as displacement thickness, momentum thickness, shape factor, and coefficient of friction along the compressor hub and shroud was implemented. II. Automation Before discussion of the new variables, a description of the automation process is useful. Midway through the three month term it was realized that VEE was an overly complex framework for the process it was required to perform and work began on creating a replacement code entirely in Matlab. A functional beta version of the code was achieved in 3-4 days, borrowing from the basic VEE framework and the existing CFView macro script. There were various benefits to this switch. In addition to simplification of the original process, the capability to process large data sets on the Linux machines (increased system resources) was achieved, since VEE is a PC-only program.

3 The complex geometry meshes used in FINE/Turbo are generally made up of hundreds and potentially thousands of structured mesh blocks. Figure 1 shows mesh blocks constructing the trailing edge of two blades from a typical centrifugal compressor. 1 These blocks are then used by the FINE/Turbo solver for load balancing between processors when running on a parallel system (a Linux cluster for example). Figure 1. Mesh block divisions, denoted by yellow lines. Analysis requires that variables be calculated from data extracted or plotted along a cutting plane (meridional, cross sectional, or otherwise) at the desired flow-path location. Examples of cutting planes and contour plots on the example compressor are shown in Figure 2. Because of the number and locations of the mesh blocks, an arbitrary cutting plane in the domain can intersect blocks that are not wanted in the calculation. This would occur for example, if values were to be calculated on one of the two horizontal cutting planes shown below but only between two specific blades (note that the cutting plane intersects all blade flow paths). Two methods are used to overcome this problem: manual selection and geometric recognition. Figure 2. Velocity magnitude contours on various cutting planes.

4 Manual selection is performed by opening the solved mesh in CFView and noting the block names (the meshing package uses an indexing integer by default) for each plane that are to be included in the calculations. These block names are entered into a Matlab input file and included in the main process. This step adds approximately 5-10 minutes to the process and is required to calculate all the variables described below. The geometric definition function utilizes geometric limits found in the input file to identify specific sections of the rotor to be analyzed. The process is constrained to simple geometric definitions, such as radial limits, and adds 3-5 minutes to the process. Because of this issue, the current code is not fully automatic and requires prior knowledge of mesh block names and basic geometry definitions. A solution to the automation problem that would replace both the above methods was possibly discovered a few weeks before the end of the Fellowship. The code developed here will be used to process existing data sets and can be used on future data sets until the new method is fully investigated. III. Mass Flows The method of calculating mass flows utilizes a simple density weighted integration of the velocity field across a given plane or surface. However, because of the manner in which CFView handles directions normal to the mesh cell faces, it was required to first calculate a custom variable of the product of density with the normal velocity magnitudes and use normalized cylindrical velocity components to give the scalar field a direction and account for reversed flow through the cutting plane. The equation used is shown below: m = cyl abs( cyl ) ρ mag, n da where cyl is the cylindrical velocity component whose direction is most perpendicular to the cutting plane where the mass flow is calculated. The surfaces where mass flow calculations are performed must be known beforehand and entered into the input file before running the post processor. IV. Theta Cut Variables The theta cut variables are calculated at cross sections defined by creating constant theta cuts across the inter-blade flow path. The following equation was used to calculate blockage factor: β τ 1 = 1 da A

5 where is the free stream velocity and A is the cross section area. Blockage factor is generally used in diffuser design analysis and in three dimensions, is similar to that of a boundary layer displacement thickness in two dimensions. The kinetic energy correction factor is defined as: α 3 1 = da A KE 3 Where is the average velocity of the cross section and A the cross section area. Kinetic energy correction is the ratio of the actual kinetic energy flux to the ideal flux at a given flow rate through a cross section. The ideal flux condition would exist if the velocity profile were uniform across the section. Velocity non-uniformity (separation for example) increases this value above unity. Similar to blockage factor, this is a useful variable for diffuser design. 2 Other variables extracted at these theta cuts are average relative Mach number, and total temperature and pressure. Identical to the mass flow calculations, prior knowledge of the block names making up the flow path is required and is included in the input file before processing. Also, special provisions were added for a new meshing technique to be used in the future that will drastically reduce the time required to produce a mesh. The geometry currently included in meshes contains sections of two neighboring blades. Theta cut variables can be easily calculated from surfaces in a single domain cut. The new method however will mesh a single blade and the calculations will then require a second cut at a specific angular interval, to account for the full flow path geometry. To the end user this simply doubles the number of cuts required in the input file. Displacement thickness is defined as momentum thickness as shape factor as and coefficient of friction as V. Boundary Layer Values 0 * δ = 1 da, ϑ = dy 1, 0 δ * H =, ϑ

6 Cf = τw. 1 / 2 ρ 2 The shear stress, τw =µdu/dy, is calculated from the first node off the wall surface on the normal line. The normalizing velocity, in all cases was taken as the maximum velocity in the cutting plane. The boundary layer values and plots are extracted by Matlab after CFView has exported the appropriate cutting plane data sets. Figure 3 shows an example cutting plane and corresponding near-wall velocity field. Figure 3. Mid-pitch cutting plane and boundary layer velocity distribution. Boundary layer values are then calculated by parsing the data file and performing simple geometric modifications (rotation and translation) in order to accurately interpolate the velocity field. Wall surfaces are then identified and lines normal to wall surfaces are calculated. A line mesh is created on each line, also to improve interpolation quality. Figure 4 shows an example wall and corresponding normal lines. Figure 4. Wall (red line) with actual mesh points (blue circle) and normal line meshes (black X).

7 Interpolated velocity components obtained from these line meshes are then used to calculate velocities in the wall-tangent direction, resulting in profiles similar to those shown below in Figure 5. Figure 5. Sample boundary layer velocity profiles. Each profile is then integrated using the above boundary layer equations and reduced quantities are plotted versus their theta locations in the cylindrical coordinate system. An example plot of displacement thickness along a section of the example compressor hub is shown in Figure 6. It should be noted that the geometry modifications mentioned above are customized to the Rampressor shape and the plot is merely a sample; not an accurate representation of flow conditions. Figure 6. Example displacement thickness plot. Spikes are due to problems related to using zero velocity condition to acquire wall points. A boundary layer is defined as the region next to a wall where the flow velocity is 99% or less than the free stream velocity. Gas turbine component flows generally consist of complex flow phenomena such as adverse pressure gradients, centrifugal forces, and

8 shockwave interactions. This makes identification of a specific free stream velocity and boundary layer height difficult. The selection of a boundary layer height was arbitrarily based on the thickness of the boundary layer mesh or the refined mesh region close to the wall. This height was used at all points in the cutting plane at which these variables were calculated. Though not extensively tested, a method of finding the boundary layer thickness by calculating the percentage change in the velocity distribution did not yield satisfactory results. It was noted that minor variations in this height altered the scale of the plots but did little to change the overall shape and trends of the curves. Because of the above reasons, the function described above provides a good feel for what the boundary layer is doing but is not a definitive measure of its behavior. From a design stand point, it provides the analyst with a general view of where in the flow losses are occurring. When data calculations have finished, a custom Matlab function is automatically invoked to write an HTML report. This involves reading a data file containing values to be displayed in tabular form and creating links to the contour plots created by CFView. The capability exists to create both a single-data set report and a comparison report for two different sets. The dual HTML report displays contour plots side by side and calculates percentage changes between the sets for the tabular data. VI. Conclusion In conclusion, an improved CFD post-processing script was developed that is more reliable and automated than the previous system, calculates more variables, and hopefully improves upon Ramgen s ability to make design changes to the Rampressor rotor currently in development. This Fellowship has brought to light important requirements of the modern gas turbine industry spanning from the obvious need for accurate CFD modeling, to the rising need for rapid and inexpensive data mining methods. The latter consisting not only of extracting data from a single simulation but being able to then compare results to previously solved simulations. I would like to specially thank Rob Steele and Allan Grosvenor at Ramgen who were excellent mentors during the Fellowship and the TSR organization for providing the opportunity to learn and observe the industry first hand. References [1] McKain T., Holbrook G., 1997, Coordinates for a High Performance 4:1 Presure Ratio Centrifugal Compressor, NASA CR [2] Sovran, G.,Klomp, E., 1967, "Experimentally Determined Optimum Geometries for Rectilinear Diffusers with Rectuangular, Conical or Annular Cross-Section," Proceedings of the Symposium on the Fluid Mechanics of Internal Flow, pp

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

McNair Scholars Research Journal

McNair Scholars Research Journal McNair Scholars Research Journal Volume 2 Article 1 2015 Benchmarking of Computational Models against Experimental Data for Velocity Profile Effects on CFD Analysis of Adiabatic Film-Cooling Effectiveness

More information

Influence of Geometric Scaling on Linear Cascade Aerodynamic Performance

Influence of Geometric Scaling on Linear Cascade Aerodynamic Performance Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 00 (2014) 000 000 www.elsevier.com/locate/procedia APISAT2014, 2014 Asia-Pacific International Symposium on Aerospace Technology,

More information

Similar Pulley Wheel Description J.E. Akin, Rice University

Similar Pulley Wheel Description J.E. Akin, Rice University Similar Pulley Wheel Description J.E. Akin, Rice University The SolidWorks simulation tutorial on the analysis of an assembly suggested noting another type of boundary condition that is not illustrated

More information

NASA Rotor 67 Validation Studies

NASA Rotor 67 Validation Studies NASA Rotor 67 Validation Studies ADS CFD is used to predict and analyze the performance of the first stage rotor (NASA Rotor 67) of a two stage transonic fan designed and tested at the NASA Glenn center

More information

NUMERICAL SIMULATION OF FLOW FIELD IN AN ANNULAR TURBINE STATOR WITH FILM COOLING

NUMERICAL SIMULATION OF FLOW FIELD IN AN ANNULAR TURBINE STATOR WITH FILM COOLING 24 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES NUMERICAL SIMULATION OF FLOW FIELD IN AN ANNULAR TURBINE STATOR WITH FILM COOLING Jun Zeng *, Bin Wang *, Yong Kang ** * China Gas Turbine Establishment,

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

Backward facing step Homework. Department of Fluid Mechanics. For Personal Use. Budapest University of Technology and Economics. Budapest, 2010 autumn

Backward facing step Homework. Department of Fluid Mechanics. For Personal Use. Budapest University of Technology and Economics. Budapest, 2010 autumn Backward facing step Homework Department of Fluid Mechanics Budapest University of Technology and Economics Budapest, 2010 autumn Updated: October 26, 2010 CONTENTS i Contents 1 Introduction 1 2 The problem

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

The Spalart Allmaras turbulence model

The Spalart Allmaras turbulence model The Spalart Allmaras turbulence model The main equation The Spallart Allmaras turbulence model is a one equation model designed especially for aerospace applications; it solves a modelled transport equation

More information

Numerische Untersuchungen von Windkraftanlagen: Leistung, Wake und Steuerungsstrategien

Numerische Untersuchungen von Windkraftanlagen: Leistung, Wake und Steuerungsstrategien Fachtagung Lasermethoden in der Strömungsmesstechnik 8. 10. September 2015, Dresden Numerische Untersuchungen von Windkraftanlagen: Leistung, Wake und Steuerungsstrategien Numerical Investigations of Wind

More information

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

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

More information

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

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

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

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

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

An Introduction to SolidWorks Flow Simulation 2010

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

More information

Grid Dependence Study of Transonic/Supersonic Flow Past NACA Air-foil using CFD Hemanth Kotaru, B.Tech (Civil Engineering)

Grid Dependence Study of Transonic/Supersonic Flow Past NACA Air-foil using CFD Hemanth Kotaru, B.Tech (Civil Engineering) Grid Dependence Study of Transonic/Supersonic Flow Past NACA Air-foil using CFD Hemanth Kotaru, B.Tech (Civil Engineering) Abstract Computational fluid dynamics is a relatively young field in engineering.

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

Axisymmetric Viscous Flow Modeling for Meridional Flow Calculation in Aerodynamic Design of Half-Ducted Blade Rows

Axisymmetric Viscous Flow Modeling for Meridional Flow Calculation in Aerodynamic Design of Half-Ducted Blade Rows Memoirs of the Faculty of Engineering, Kyushu University, Vol.67, No.4, December 2007 Axisymmetric Viscous Flow Modeling for Meridional Flow alculation in Aerodynamic Design of Half-Ducted Blade Rows by

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

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

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

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

More information

RAPID DESIGN AND FLOW SIMULATIONS FOR TUBOCHARGER COMPONENTS

RAPID DESIGN AND FLOW SIMULATIONS FOR TUBOCHARGER COMPONENTS EASC ANSYS Conference 2009 RAPID DESIGN AND FLOW SIMULATIONS FOR TUBOCHARGER COMPONENTS Authors Dipl.-Ing. Jonas Belz Dipl.-Ing. Ralph-Peter Müller CFDnetwork Engineering CFturbo Software & Engineering

More information

Compressible Flow in a Nozzle

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

More information

NUMERICAL ANALYSIS OF CENTRIFUGAL PUMP IMPELLER FOR PERFORMANCE IMPROVEMENT

NUMERICAL ANALYSIS OF CENTRIFUGAL PUMP IMPELLER FOR PERFORMANCE IMPROVEMENT Int. J. Chem. Sci.: 14(2), 2016, 1148-1156 ISSN 0972-768X www.sadgurupublications.com NUMERICAL ANALYSIS OF CENTRIFUGAL PUMP IMPELLER FOR PERFORMANCE IMPROVEMENT S. KALIAPPAN, M. D. RAJKAMAL and D. BALAMURALI

More information

CHAPTER 4. Numerical Models. descriptions of the boundary conditions, element types, validation, and the force

CHAPTER 4. Numerical Models. descriptions of the boundary conditions, element types, validation, and the force CHAPTER 4 Numerical Models This chapter presents the development of numerical models for sandwich beams/plates subjected to four-point bending and the hydromat test system. Detailed descriptions of the

More information

Investigation of mixing chamber for experimental FGD reactor

Investigation of mixing chamber for experimental FGD reactor Investigation of mixing chamber for experimental FGD reactor Jan Novosád 1,a, Petra Danová 1 and Tomáš Vít 1 1 Department of Power Engineering Equipment, Faculty of Mechanical Engineering, Technical University

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

CFD Modeling of a Radiator Axial Fan for Air Flow Distribution

CFD Modeling of a Radiator Axial Fan for Air Flow Distribution CFD Modeling of a Radiator Axial Fan for Air Flow Distribution S. Jain, and Y. Deshpande Abstract The fluid mechanics principle is used extensively in designing axial flow fans and their associated equipment.

More information

CFD ANALYSIS Of COMBINED 8-12 STAGES Of INTERMIDIATE PRESSURE STEAM TURBINE

CFD ANALYSIS Of COMBINED 8-12 STAGES Of INTERMIDIATE PRESSURE STEAM TURBINE CFD ANALYSIS Of COMBINED 8-12 STAGES Of INTERMIDIATE PRESSURE STEAM TURBINE 1st Author name : SHIVAKUMAR VASMATE, 2nd Author name : KAMALADEVI ANANDE. 1 Department of Mechanical Engineering, India 2 Department

More information

ACTIVE FLOW CONTROL IN TWIN AIR-INTAKE USING VORTEX GENERATORS JETS

ACTIVE FLOW CONTROL IN TWIN AIR-INTAKE USING VORTEX GENERATORS JETS Proceedings of the International Conference on Mechanical Engineering 11 (ICME11) 18- December 11, Dhaka, Bangladesh ICME11-FL-24 ACTIVE FLOW CONTROL IN TWIN AIR-INTAKE USING VORTEX GENERATORS JETS Akshoy

More information

Coupled Analysis of FSI

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

More information

Comparison of a two-dimensional viscid and inviscid model for rotating stall analysis

Comparison of a two-dimensional viscid and inviscid model for rotating stall analysis Comparison of a two-dimensional viscid and inviscid model for rotating stall analysis S. LJEVAR, H.C. DE LANGE, A.A. VAN STEENHOVEN Department of Mechanical Engineering Eindhoven University of Technology

More information

Volute Optimization Workflow

Volute Optimization Workflow Volute Optimization Workflow Volute design optimization with CAESES, Grid Pro, and TCFD Mattia Brenner Head of Sales Europe FRIENDSHIP SYSTEMS AG brenner@friendship-systems.com Samuel E James Director

More information

THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS

THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS March 18-20, 2013 THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS Authors: M.R. Chiarelli, M. Ciabattari, M. Cagnoni, G. Lombardi Speaker:

More information

Numerical and theoretical analysis of shock waves interaction and reflection

Numerical and theoretical analysis of shock waves interaction and reflection Fluid Structure Interaction and Moving Boundary Problems IV 299 Numerical and theoretical analysis of shock waves interaction and reflection K. Alhussan Space Research Institute, King Abdulaziz City for

More information

Turbocharger Design & Analysis Solutions. Bill Holmes Brad Hutchinson Detroit, October 2012

Turbocharger Design & Analysis Solutions. Bill Holmes Brad Hutchinson Detroit, October 2012 Turbocharger Design & Analysis Solutions Bill Holmes Brad Hutchinson Detroit, October 2012 Agenda ANSYS overview ANSYS TurboSystem Blade row solutions The ANSYS Transformation methods An example: turbocharger

More information

Introduction to C omputational F luid Dynamics. D. Murrin

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

More information

Potsdam Propeller Test Case (PPTC)

Potsdam Propeller Test Case (PPTC) Second International Symposium on Marine Propulsors smp 11, Hamburg, Germany, June 2011 Workshop: Propeller performance Potsdam Propeller Test Case (PPTC) Olof Klerebrant Klasson 1, Tobias Huuva 2 1 Core

More information

ANSYS AIM Tutorial Structural Analysis of a Plate with Hole

ANSYS AIM Tutorial Structural Analysis of a Plate with Hole ANSYS AIM Tutorial Structural Analysis of a Plate with Hole Author(s): Sebastian Vecchi, ANSYS Created using ANSYS AIM 18.1 Problem Specification Pre-Analysis & Start Up Analytical vs. Numerical Approaches

More information

Computational Simulation of the Wind-force on Metal Meshes

Computational Simulation of the Wind-force on Metal Meshes 16 th Australasian Fluid Mechanics Conference Crown Plaza, Gold Coast, Australia 2-7 December 2007 Computational Simulation of the Wind-force on Metal Meshes Ahmad Sharifian & David R. Buttsworth Faculty

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

Analysis Comparison between CFD and FEA of an Idealized Concept V- Hull Floor Configuration in Two Dimensions

Analysis Comparison between CFD and FEA of an Idealized Concept V- Hull Floor Configuration in Two Dimensions 2010 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM MODELING & SIMULATION, TESTING AND VALIDATION (MSTV) MINI-SYMPOSIUM AUGUST 17-19 DEARBORN, MICHIGAN Analysis Comparison between CFD

More information

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

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

More information

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

Accurate and Efficient Turbomachinery Simulation. Chad Custer, PhD Turbomachinery Technical Specialist

Accurate and Efficient Turbomachinery Simulation. Chad Custer, PhD Turbomachinery Technical Specialist Accurate and Efficient Turbomachinery Simulation Chad Custer, PhD Turbomachinery Technical Specialist Outline Turbomachinery simulation advantages Axial fan optimization Description of design objectives

More information

Advanced Turbomachinery Methods. Brad Hutchinson ANSYS, Inc. Industry Marketing

Advanced Turbomachinery Methods. Brad Hutchinson ANSYS, Inc. Industry Marketing Advanced Turbomachinery Methods 1 Brad Hutchinson ANSYS, Inc. Industry Marketing Presentation Overview 1. Turbomachinery challenges 2. ANSYS TurboSystem 3. 2 Blade row fluid dynamics solution methods Available

More information

Influence of mesh quality and density on numerical calculation of heat exchanger with undulation in herringbone pattern

Influence of mesh quality and density on numerical calculation of heat exchanger with undulation in herringbone pattern Influence of mesh quality and density on numerical calculation of heat exchanger with undulation in herringbone pattern Václav Dvořák, Jan Novosád Abstract Research of devices for heat recovery is currently

More information

Parameter based 3D Optimization of the TU Berlin TurboLab Stator with ANSYS optislang

Parameter based 3D Optimization of the TU Berlin TurboLab Stator with ANSYS optislang presented at the 14th Weimar Optimization and Stochastic Days 2017 Source: www.dynardo.de/en/library Parameter based 3D Optimization of the TU Berlin TurboLab Stator with ANSYS optislang Benedikt Flurl

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

CFD Analysis of conceptual Aircraft body

CFD Analysis of conceptual Aircraft body CFD Analysis of conceptual Aircraft body Manikantissar 1, Dr.Ankur geete 2 1 M. Tech scholar in Mechanical Engineering, SD Bansal college of technology, Indore, M.P, India 2 Associate professor in Mechanical

More information

Advances in Turbomachinery Simulation Fred Mendonça and material prepared by Chad Custer, Turbomachinery Technology Specialist

Advances in Turbomachinery Simulation Fred Mendonça and material prepared by Chad Custer, Turbomachinery Technology Specialist Advances in Turbomachinery Simulation Fred Mendonça and material prepared by Chad Custer, Turbomachinery Technology Specialist Usage From Across the Industry Outline Key Application Objectives Conjugate

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

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

CFD Simulation of a Dry Scroll Vacuum Pump Including Leakage Flows

CFD Simulation of a Dry Scroll Vacuum Pump Including Leakage Flows Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2016 CFD Simulation of a Dry Scroll Vacuum Pump Including Leakage Flows Jan Hesse CFX Berlin

More information

Inviscid Flows. Introduction. T. J. Craft George Begg Building, C41. The Euler Equations. 3rd Year Fluid Mechanics

Inviscid Flows. Introduction. T. J. Craft George Begg Building, C41. The Euler Equations. 3rd Year Fluid Mechanics Contents: Navier-Stokes equations Inviscid flows Boundary layers Transition, Reynolds averaging Mixing-length models of turbulence Turbulent kinetic energy equation One- and Two-equation models Flow management

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

Optimization of an Axial Pump using CFturbo, PumpLinx & optislang

Optimization of an Axial Pump using CFturbo, PumpLinx & optislang 13th Annual Weimar Optimization and Stochastic Days 2016 Conference for CAE-based parametric optimization, stochastic analysis and Robust Design Optimization Optimization of an Axial Pump using CFturbo,

More information

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

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

More information

Chapter 24. Creating Surfaces for Displaying and Reporting Data

Chapter 24. Creating Surfaces for Displaying and Reporting Data Chapter 24. Creating Surfaces for Displaying and Reporting Data FLUENT allows you to select portions of the domain to be used for visualizing the flow field. The domain portions are called surfaces, and

More information

Hydrocyclones and CFD

Hydrocyclones and CFD Design of Hydrocyclone Separation Equipment Using CFD Coupled with Optimization Tools David Schowalter 1, Rafiqul Khan 1, Therese Polito 2, and Tim Olson 3. (1) Fluent Inc., 10 Cavendish Court, Lebanon,

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

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

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

More information

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

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

Optimizing Bio-Inspired Flow Channel Design on Bipolar Plates of PEM Fuel Cells

Optimizing Bio-Inspired Flow Channel Design on Bipolar Plates of PEM Fuel Cells Excerpt from the Proceedings of the COMSOL Conference 2010 Boston Optimizing Bio-Inspired Flow Channel Design on Bipolar Plates of PEM Fuel Cells James A. Peitzmeier *1, Steven Kapturowski 2 and Xia Wang

More information

Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach

Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach Simulation of In-Cylinder Flow Phenomena with ANSYS Piston Grid An Improved Meshing and Simulation Approach Dipl.-Ing. (FH) Günther Lang, CFDnetwork Engineering Dipl.-Ing. Burkhard Lewerich, CFDnetwork

More information

HYDRAULIC DEVELOPMENT OF A CENTRIFUGAL PUMP IMPELLER USING THE AGILE TURBOMACHINERY DESIGN SYSTEM

HYDRAULIC DEVELOPMENT OF A CENTRIFUGAL PUMP IMPELLER USING THE AGILE TURBOMACHINERY DESIGN SYSTEM HYDRAULIC DEVELOPMENT OF A CENTRIFUGAL PUMP IMPELLER USING THE AGILE TURBOMACHINERY DESIGN SYSTEM Krzysztof Denus CTD Technology ñ Ing. Buro Denus Colin Osborne Concepts NREC 1. INTRODUCTION The impeller

More information

RANS COMPUTATION OF RIBBED DUCT FLOW USING FLUENT AND COMPARING TO LES

RANS COMPUTATION OF RIBBED DUCT FLOW USING FLUENT AND COMPARING TO LES RANS COMPUTATION OF RIBBED DUCT FLOW USING FLUENT AND COMPARING TO LES Máté M., Lohász +*& / Ákos Csécs + + Department of Fluid Mechanics, Budapest University of Technology and Economics, Budapest * Von

More information

Quarter Symmetry Tank Stress (Draft 4 Oct 24 06)

Quarter Symmetry Tank Stress (Draft 4 Oct 24 06) Quarter Symmetry Tank Stress (Draft 4 Oct 24 06) Introduction You need to carry out the stress analysis of an outdoor water tank. Since it has quarter symmetry you start by building only one-fourth of

More information

Modeling Unsteady Compressible Flow

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

More information

Verification of Laminar and Validation of Turbulent Pipe Flows

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

More information

Simulation 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

This is an author-deposited version published in: Eprints ID: 4362

This is an author-deposited version published in:   Eprints ID: 4362 This is an author-deposited version published in: http://oatao.univ-toulouse.fr/ Eprints ID: 4362 To cite this document: CHIKHAOUI Oussama, GRESSIER Jérémie, GRONDIN Gilles. Assessment of the Spectral

More information

Microwell Mixing with Surface Tension

Microwell Mixing with Surface Tension Microwell Mixing with Surface Tension Nick Cox Supervised by Professor Bruce Finlayson University of Washington Department of Chemical Engineering June 6, 2007 Abstract For many applications in the pharmaceutical

More information

NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING

NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING Review of the Air Force Academy No.3 (35)/2017 NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING Cvetelina VELKOVA Department of Technical Mechanics, Naval Academy Nikola Vaptsarov,Varna, Bulgaria (cvetelina.velkova1985@gmail.com)

More information

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

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

More information

Detached Eddy Simulation Analysis of a Transonic Rocket Booster for Steady & Unsteady Buffet Loads

Detached Eddy Simulation Analysis of a Transonic Rocket Booster for Steady & Unsteady Buffet Loads Detached Eddy Simulation Analysis of a Transonic Rocket Booster for Steady & Unsteady Buffet Loads Matt Knapp Chief Aerodynamicist TLG Aerospace, LLC Presentation Overview Introduction to TLG Aerospace

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

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

SIMULATION OF PROPELLER-SHIP HULL INTERACTION USING AN INTEGRATED VLM/RANSE SOLVER MODELING.

SIMULATION OF PROPELLER-SHIP HULL INTERACTION USING AN INTEGRATED VLM/RANSE SOLVER MODELING. SIMULATION OF PROPELLER-SHIP HULL INTERACTION USING AN INTEGRATED VLM/RANSE SOLVER MODELING. M.N.Senthil Prakash, Department of Ocean Engineering, IIT Madras, India V. Anantha Subramanian Department of

More information

JMAG-Designer Next Generation Electromagnetic Simulation Pre/Post System

JMAG-Designer Next Generation Electromagnetic Simulation Pre/Post System JMAG-Designer Next Generation Electromagnetic Simulation Pre/Post System Draft Engineering Technology Division JRI Solutions, Ltd. 1 Contents Introduction Transition from JMAG-Designer to JMAG Concept

More information

CFD Simulations of Flow over Airfoils:

CFD Simulations of Flow over Airfoils: CFD Simulations of Flow over Airfoils: An Analysis of Wind Turbine Blade Aerodynamics By: John Hamilla, Mechanical Engineering Advisor: Maria-Isabel Carnasciali, Ph.D. Abstract Wind turbines are rapidly

More information

Turbomachinery Applications with STAR-CCM+ Turbomachinery Sector Manager

Turbomachinery Applications with STAR-CCM+ Turbomachinery Sector Manager Turbomachinery Applications with STAR-CCM+ Fred Mendonça Fred Mendonça Turbomachinery Sector Manager An Integrated Solution The applications of the software seem to be infinite. The user-friendly A single

More information

Summary and additional notes for Static ti pressure measurements:

Summary and additional notes for Static ti pressure measurements: Summary and additional notes for Static ti pressure measurements: Determination of static pressure a) Wall tapping b) static tube Error in pressure is function of: Error in pressure is function of: And

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

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

Rotating Moving Boundary Analysis Using ANSYS 5.7

Rotating Moving Boundary Analysis Using ANSYS 5.7 Abstract Rotating Moving Boundary Analysis Using ANSYS 5.7 Qin Yin Fan CYBERNET SYSTEMS CO., LTD. Rich Lange ANSYS Inc. As subroutines in commercial software, APDL (ANSYS Parametric Design Language) provides

More information

COMPUTATIONAL FLUID DYNAMICS USED IN THE DESIGN OF WATERBLAST TOOLING

COMPUTATIONAL FLUID DYNAMICS USED IN THE DESIGN OF WATERBLAST TOOLING 2015 WJTA-IMCA Conference and Expo November 2-4 New Orleans, Louisiana Paper COMPUTATIONAL FLUID DYNAMICS USED IN THE DESIGN OF WATERBLAST TOOLING J. Schneider StoneAge, Inc. Durango, Colorado, U.S.A.

More information

Research and Design working characteristics of orthogonal turbine Nguyen Quoc Tuan (1), Chu Dinh Do (2), Quach Thi Son (2)

Research and Design working characteristics of orthogonal turbine Nguyen Quoc Tuan (1), Chu Dinh Do (2), Quach Thi Son (2) GSJ: VOLUME 6, ISSUE 6, JUNE 018 116 Research and Design working characteristics of orthogonal turbine Nguyen Quoc Tuan (1), Chu Dinh Do (), Quach Thi Son () (1) Institute for hydro power and renewable

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

CFD wake modeling using a porous disc

CFD wake modeling using a porous disc CFD wake modeling using a porous disc Giorgio Crasto, Arne Reidar Gravdahl giorgio@windsim.com, arne@windsim.com WindSim AS Fjordgaten 5 N-325 Tønsberg Norway Tel. +47 33 38 8 Fax +47 33 38 8 8 http://www.windsim.com

More information

CFD Simulation of a dry Scroll Vacuum Pump including Leakage Flows

CFD Simulation of a dry Scroll Vacuum Pump including Leakage Flows CFD Simulation of a dry Scroll Vacuum Pump including Leakage Flows Jan Hesse, Rainer Andres CFX Berlin Software GmbH, Berlin, Germany 1 Introduction Numerical simulation results of a dry scroll vacuum

More information

Coupling STAR-CCM+ with Optimization Software IOSO by the example of axial 8-stages jet engine compressor.

Coupling STAR-CCM+ with Optimization Software IOSO by the example of axial 8-stages jet engine compressor. Coupling STAR-CCM+ with Optimization Software IOSO by the example of axial 8-stages jet engine compressor. Folomeev V., (Sarov Engineering Center) Iakunin A., (JSC Klimov) 1 Objectives To create the procedure

More information

Modeling of Laminar Flow Static Mixers

Modeling of Laminar Flow Static Mixers Modeling of Laminar Flow Static Mixers Nagi Elabbasi, Xiaohu Liu, Stuart Brown ( ) Mike Vidal, Matthew Pappalardo (Nordson EFD) COMSOL Conference 2012, Boston, MA Excerpt from the Proceedings of the 2012

More information

CFD modelling of thickened tailings Final project report

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

More information

Abstract. Heat and Power Technology. Internship Report. Jack Siman

Abstract. Heat and Power Technology. Internship Report. Jack Siman Heat and Power Technology Internship Report Jack Siman john.siman@duke.edu Submission Date 2017-July-28 Supervisor Jens Fridh Abstract The post processing methods for interpreting flow characteristics

More information

SimLab 14.3 Release Notes

SimLab 14.3 Release Notes SimLab 14.3 Release Notes Highlights SimLab 14.0 introduced new graphical user interface and since then this has evolved continuously in subsequent versions. In addition, many new core features have been

More information