Developing A Complete And Accessible CFD Simulation Platform For Building Applications

Size: px
Start display at page:

Download "Developing A Complete And Accessible CFD Simulation Platform For Building Applications"

Transcription

1 Developing A Complete And Accessible CFD Simulation Platform For Building Applications N. Marques 1, B. Santos 1, and S. Ramalho 1 1 bluecape Lda, Rua Fonte dos Corvos 29, Casais da Serra, Milharado, Portugal ABSTRACT Computational Fluid Dynamics (CFD) is widely used as a consequence of increasing computer power, an ever more stringent regulatory framework and the refinement of client s expectations, both to insure that certain goals are met (e.g., ventilation effectiveness) and to devise means to do so optimally. However, given the areas where CFD was firstly used, like aerospace engineering, most tools available today have not been developed with buildings in mind. Instead, they are largely the result of the big investment made in general purpose CFD codes. This has granted these tools enough modelling capabilities to tackle the most demanding of problems in the buildings arena, but it has also imparted some hindrances like high cost, long training periods, if not altogether cumbersome interfaces, and development priorities aligned with other application areas. In this paper we thus describe some technical details pertaining to a tool which can be taken as a paradigm to overcome the aforementioned difficulties in building applications. The tool is commercially available and is under active development with clear aims: deliver a specialized interface for ease of use and efficiency gains, incorporate several best-practices, provide a complete physical modelling framework to cover present and future needs, enable flexible and scalable computational capacity, allow easy and efficient interoperability with CAD packages and, last but not least, do all of the above at a cost that all parties can accommodate. In this paper we discuss technical details in four areas: overall user-interface technology, done on top of Open-Source packages including automatic aids for results analysis; physical modelling features provided by an OpenFOAM-based CFD engine; considerations on the use of both local and cloud-based computing resources and the implemented CAD interoperability technologies. Simulation results are presented for some validation test-cases. Limitations and difficulties are also presented from the CFD, software development and end-user perspectives. The authors aim to help show one approach to overcome some of the hurdles affecting CFD use and thus contribute to improve building design and operation. KEYWORDS CFD, OpenFOAM, GUI, Building specific analysis, Work process integration 91

2 INTRODUCTION Computational Fluid Dynamics (CFD) has interested professionals who work with fluid flow and heat transfer processes in buildings from a very early stage in its development. Nielsen (1973) showed the potential of the technology whereas Jones and Whittle (1992) signalled how much was already possible with due care. Important specifics of CFD usage in building applications have also been addressed such as the relative merit of different turbulence models (Chen 2009) and, more recently, new areas of research and development are being opened up through CFD (Li and Nielsen 2011). If the former works focused on internal flows, the subject of modelling and simulation of external flows has undergone a similar development, from early papers (Baskaran and Stathopoulos 1989) to later publications that put forward best-practice recommendations (Franke et al. 2004, Tominaga et al. 2008). CFD success stories can be found almost everywhere, but several obstacles remain for an even wider adoption by professionals in the building industry (Marques et al. 2014). High tool costs, lack of access and expertise requirements are amongst those obstacles. To help surpass them, the authors have been working on a software product (bluecfd -AIR) that is based on a number of Open Source Software products with a dedicated GUI for work process integration. The central CFD component employs OpenFOAM (Anon.) due to its wide acceptance and quality. This paper details the software structure of the said product. In particular, the next section describes the several components that went into the product, followed by a section where we show results from validation runs. A section of conclusions terminates the paper. SOFTWARE STACK Several decisions had to be taken in order to produce a new software that, due to its reliance on an Open Source Software stack, also signals the emergence of a new paradigm in CFD use for building applications. This paradigm tries to facilitate access and use of advanced CFD techniques and models for all types of interested users, thereby removing several obstacles to CFD use such as price, ease of use, lack of sophistication or even, to some extent, expertise requirements. To varying degrees, this paradigm is being built into several building-orientated tools around the world. Figure 1 shows the components employed in our own effort. Figure 1. Main steps in simulation methodology and software components. 92

3 Work process integration A tool has to be used within the scope of the work process that exists on the entity where it is deployed. The integration of this tool on the work process should then be as seamless as possible to ensure effectiveness and maximize efficiency. We have tried to meet these goals with: common 3D CAD formats in the building s world for the exchange of geometrical data; a powerful CFD engine that either provides or allows the easy development of physical and numerical models considered relevant in building applications; a GUI that focuses on the needs of the end application; built-in set of physical properties relevant for building applications; capacity to leverage local and cloud computing resources; automation of the GUI use through third-party tools; self-contained post-processing capabilities; automated reporting and, finally, suitable documentation. The user also has the possibility to export his or her model to a native OpenFOAM format for more advanced simulations or post-processing tasks. CAD interoperability The exchange of surface definitions with CAD software is done using one of two formats: gbxml (Anon. A) or STL (Anon. B). The gbxml format is open for any proposed changes/additions/improvements and is specifically oriented for Building Information Modelling (BIM). It is therefore the ideal interoperability format for use with other applications in this area of engineering. The main (and possibly only) downsides with gbxml at the present is that it misses specific geometrical details that are essential for CFD, on the one hand, and that, on the other, it has yet to allow the setting of boundary conditions directly in the applications that generate the gbxml files. Only a few XML elements are used from the gbxml format: <Building> - to set the rooms names and the main surfaces that define their internal volume. The child XML elements are: <Space>, <Name>, <ShellGeometry>, <ClosedShell>, <PolyLoop>, <CartesianPoint>, <Coordinate>. <Surface> - to define the openings that are associated to each room, mostly on the respective walls. The following child elements are used: <Opening>, <PlanarGeometry>, <PolyLoop>, <CartesianPoint>, <Coordinate>. When importing compatible gbxml files, bluecfd-air correlates the internal volumes defined in the shells for each room with the walls defined in the independent surfaces, projecting the openings therein onto the room volumes. This allows the estimation of the wall thickness in order to connect the openings on both sides of the shared walls. However, for more complex geometries, this projecting algorithm sometimes fails. This sets the need to have gbxml produce a non-ambiguous definition of the geometrical structure of rooms, buildings and possibly HVAC ducts, in order to have them properly represented in 3D CAD for a CFD simulation. Beyond this, the ability to define the boundary conditions for each geometrical component directly in the gbxml format would be very welcome, as it would facilitate the integration of CFD directly into CAE/BIM tools, either through a self-contained plugin or an external tool. 93

4 STL stands for STereo Litography and is a file format originally designed for 3D printing. Any solid is defined by all of the triangles that describe its surface. The original STL standard has provisions for both binary and coded formats. The binary format is the most compact but it does not allow the definition of more than one solid by name, as opposed to the coded format that does. As such, in our tool we take advantage of the coded format to define the relation between solids directly in their names. For example, we can define that a window is part of a specific room by defining a solid named " Room" for the room and another named "Room < Window" for the window. This customized variant of the coded form of these files can be manipulated manually or through scripting in order to convert and/or merge several regular STL files into a single file. One such example is the customized STL export plug-in created for SketchUp and provided with bluecfd-air. At the present, the STL format is the one where the geometrical model can more easily be represented with little or no flaws, albeit limited to geometrical data only. Space discretization Mesh generation (or space discretization) is arguably the single most important step in CFD simulations. Since practicality is also a concern, the mesh generation tool has to: allow its use with scripting; be able to create a discrete representation of the model's characteristics without losing the original edges; generate, or allow the conversion to, a quality mesh that works well in OpenFOAM; be available in a license that allows use and distribution with any type of application, Open Source or not. In the end, snappyhexmesh, a part of OpenFOAM, was chosen for the following reasons: its development is ensured with each major OpenFOAM release; it has the same opensource license as OpenFOAM, which allowed us to fix bugs or adapt it to our needs; it keeps track of mesh quality parameters, therefore maximizing the compatibility with OpenFOAM. snappyhexmesh is not the fastest tool but it has three important characteristics: Hexahedral based mesh specifically for refinement, the base mesh cells are divided into smaller ones simply by splitting them in equal parts along all of the 3 major axis. For example, a level 1 refinement equates to a cell being divided into two over each of the 3 major axis. This enables a flexible control of regions in space with increased or decreased levels of mesh refinement; Cell snapping - When cells cut the surface definition of the computational domain, they are projected onto the said surface. This ensures an accurate surface and volumetric representation of the physical space; Layer addition - layers of cells can be generated at the surface of the model. This feature has not yet been made available due to higher complexity in automating it. However, for simulating flows such as the ones that concern us, it has proved more beneficial to use a mesh as uniform as possible and rely instead on flexible wall boundary conditions, valid for all y+ values. 94

5 Integration of model equations OpenFOAM (Anon.) is currently the basis for all the CFD components. A description of its core principles can be found in Weller et al. (1998). It implements basic as well as advanced numerical, discretization and algorithmic techniques useful in CFD, particularly in the Finite Volume Method (Ferziger and Perić 2002) context. Our use of OpenFOAM relies on customized solvers for the approximate solution of the steady-state Navier-Stokes equations using the SIMPLE algorithm, with or without the Boussinesq hypotheses (Ferziger and Perić 2002) in case of non-isothermal flow, the latter requiring the solution of the energy conservation equation. The most relevant turbulence models (Chen 2009) are available in OpenFOAM and new ones are easily incorporated such as algebraic models (Chen and Xu 1998). The ever important discretization of convective terms in the transport equations is performed with second order accurate techniques that blend upwinding and Total Variation Diminishing requirements (Ferziger and Perić 2002). The approximate solution of linear systems is mostly performed with Algebraic Multigrid (Ferziger and Perić 2002) for the sake of generality. Additional transport equations for scalars such as age of air or tracers are easily developed and incorporated, the same being true for special boundary conditions such as the ones for partially-open windows or, more importantly, wall boundary conditions valid for all y+ values (Mockett et al. 2012). Due to its extensive set of physical and numerical modelling techniques that matches and even surpasses many commercial codes, OpenFOAM has the potential to spark more advanced simulations in the future, fostering innovation in building design. Computing resources Even relatively small cases benefit from runs performed in parallel machines. Since OpenFOAM implements Domain Decomposition parallelism (Anon. C) and employs the Message Passing Interface (Gropp et al. 1996) for communication between the different partitions, it becomes easy to leverage this capability in machines of all sizes, from multicore workstations to departmental clusters and even cloud based services, from the many that have native support for OpenFOAM simulations. Post-processing and GUI development The following software toolboxes assist the development of the GUI: Qt (Anon. D) as the framework for the GUI and bluecfd-air's infrastructure; VTK (Anon. E) as the framework for manipulation and visualization of both geometrical and results data. These packages are portable to the most common Operating Systems in use. Qt (pronounced "cute") is employed using the open-source LGPL solution (Anon. F). Since it is a mature and powerful framework, Qt provides all of the necessary tools to create a cross-platform application in C++ with advanced GUI capabilities, including the abilities to locally control processes, interpret XML files and network access, which bluecfd-air uses extensively. VTK stands for Visualization Toolkit and is an open-source cross-platform solution. It 95

6 is released under a BSD license (Anon. F), which explains its use in commercial applications. It supports all of bluecfd-air's necessities for importing, exporting, handling, manipulating and representing both the geometrical models and the CFD produced data. In addition, it enabled an easy expansion of its features, such as the implementation of our own 3D controls, filters, import and export algorithms. As a downside, VTK might not have the best memory conservation possible. A bird s eye view of the GUI can be seen in Figure 2. Figure 2. Bird s eye view of the bluecfd-air GUI. VALIDATION RESULTS The validation of CFD tools is a critical aspect in the confidence building process that allows their use in real-life engineering problems. In this section we present results for two benchmarks. Turbulent natural convection in an enclosed tall cavity A three-dimensional cavity (Betts and Bokhari 2000) was simulated using a uniform mesh with cells. The flow is assumed to be turbulent, incompressible and non- Figure 3. Temperature and vertical velocity across the cavity at different heights. 96

7 isothermal. The cold wall is set at 15.1 ºC while the hot wall is at 34.7 ºC. The remaining walls are considered adiabatic. The Rayleigh number is Ra = 8.6E5, the specific heat capacity Cp = 1005 J/kg.K, the thermal conductivity k = 25.3E-3 W/mK, the fluid density ρ = 1.2 Kg/m 3 and dynamic viscosity μ = 1.752E-5 Pa.s. The buoyant-incompressible solver was used, together with the SST k-omega turbulence model with standard wall functions. The results of the simulation are plotted in Figure 3 against the results obtained with STAR-CCM+ (2011) and measured data from the literature (Betts and Bokhari 2000). Urban landscape The model described in Tominaga et al. (2008) consists of low-rise buildings with a high-rise building (proportions of 1:1:4) located at the centre of the urban area. Each block is enclosed by four roads. The urban landscape is enclosed in a box with 720 m x 720 m x 720 m. This case is simulated at the lab scale. The three-dimensional nonuniform mesh has cells. The flow is assumed to be turbulent, incompressible and isothermal. Inlet values for velocity and turbulent quantities are prescribed according to Tominaga et al. (2008), which also supply reference results. Figure 4. Wind speed ratio at the measuring points for 0º wind direction. CONCLUSION AND IMPLICATIONS We have shown in this paper how it was possible to build a viable and effective CFD analysis tool specifically for buildings. The technologies that were employed are described and so are basic validation results. More could be said if space was available. A reasonably powerful and accessible tool, with room for more advanced analysis provided by its reliance on OpenFOAM, it is meant not only to allow the tackling of problems by professionals that would not have the means to do so otherwise, but also to foster the creation of more specialists in CFD. REFERENCES Anonymity. accessed May Anonymity A. accessed May Anonymity B. accessed May Anonymity C. accessed May

8 Anonymity D. accessed May Anonymity E. accessed May Anonymity F. accessed May Baskaran, A. and Stathopoulos, T Computational evaluation of wind effects on buildings. Building and Environment, Vol.24, pp Betts, P.L. and Bokhari, I.H Experiments on turbulent natural convection in an enclosed tall cavity, International Journal of Heat and Fluid Flow, Vol.21, pp Chen, Q. and Xu, W A zero-equation turbulence model for indoor airflow simulation. Energy and Buildings, Vol. 28, pp Chen, Q Ventilation performance prediction for buildings: a method overview and recent applications, Building Environment, Vol.44, pp Ferziger, J. and Perić, M Computational Methods for Fluid Dynamics, 3rd Ed. Berlin: Springer-Verlag. Franke, J., Hirsch, C., Jensen, A. G., Krüs, H. W., Schatzmann, M., Westbury, P. S., Miles, S.D., Wisse, J.A., and Wright, N. G. 2004, May. Recommendations on the use of CFD in wind engineering. In Cost Action C (Vol. 14, p. C1). Gropp, W., Lusk, E., Doss, N., and Skjellum, A A high-performance, portable implementation of the MPI message passing interface standard. Parallel computing, Vol.22, pp Jones, P. J. and Whittle, G. E Computational fluid dynamics for building air flow prediction current status and capabilities. Building and Environment, Vol.27, pp Li, Y. and Nielsen, P. V CFD and ventilation research. Indoor Air, Vol.21, pp Marques, N., Santos, B., and Ramalho, S Efficient and Effective BIM to CFD, ASHRAE/IBPSA-USA Building Simulation Conference. Mockett, C., Fuchs, M., and Thiele, F Progress in DES for wall-modelled LES of complex internal flows, Computers and Fluids, Vol.65, pp Nielsen, P. V Berechnung der Luftbewegung in einem zwangsbelüfteten Raum. GI-Gesundheits Ingenieur, Vol.94, pp Nielsen, P. V Computational fluid dynamics and room air movement. Indoor Air, Vol.14, pp Star-CCM+ Version User Guide CD-adapco Inc. Tominaga, Y., Mochida, A., Yoshie, R., Kataoka, H., Nozu, T., Yoshikawa, M., and Shirasawa, T AIJ guidelines for practical applications of CFD to pedestrian wind environment around buildings, Journal of wind engineering and industrial aerodynamics, Vol.96(10), pp Weller, H. G., Tabor, G., Jasak, H., and Fureby, C A tensorial approach to computational continuum mechanics using object-oriented techniques. Computers in Physics, Vol.12, pp

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

Ravi Kumar Singh*, K. B. Sahu**, Thakur Debasis Mishra***

Ravi Kumar Singh*, K. B. Sahu**, Thakur Debasis Mishra*** Ravi Kumar Singh, K. B. Sahu, Thakur Debasis Mishra / International Journal of Engineering Research and Applications (IJERA) ISSN: 48-96 www.ijera.com Vol. 3, Issue 3, May-Jun 3, pp.766-77 Analysis of

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

How To Create A Cdf Optimisation System

How To Create A Cdf Optimisation System ADVANCED ENGINEERING 4(2010)2, ISSN 1846-5900 INTERFACES FOR EMBEDDING CFD OPTIMISATION WORKFLOWS INTO THE PRODUCT DEVELOPMENT PROCESS Todorov, G.; Ovcharova, J.; Romanov, B. & Kamberov, K. Abstract: The

More information

Design and Optimization of OpenFOAM-based CFD Applications for Hybrid and Heterogeneous HPC Platforms

Design and Optimization of OpenFOAM-based CFD Applications for Hybrid and Heterogeneous HPC Platforms Design and Optimization of OpenFOAM-based CFD Applications for Hybrid and Heterogeneous HPC Platforms Amani AlOnazi, David E. Keyes, Alexey Lastovetsky, Vladimir Rychkov Extreme Computing Research Center,

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

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

Self Financed One Week Training

Self Financed One Week Training Self Financed One Week Training On Computational Fluid Dynamics (CFD) with OpenFOAM December 14 20, 2015 (Basic Training: 3days, Advanced Training: 5days and Programmer Training: 7days) Organized by Department

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

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

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

CCTech TM. ICEM-CFD & FLUENT Software Training. Course Brochure. Simulation is The Future

CCTech TM. ICEM-CFD & FLUENT Software Training. Course Brochure. Simulation is The Future . CCTech TM Simulation is The Future ICEM-CFD & FLUENT Software Training Course Brochure About. CCTech Established in 2006 by alumni of IIT Bombay. Our motive is to establish a knowledge centric organization

More information

Open Source CFD Solver - OpenFOAM

Open Source CFD Solver - OpenFOAM Open Source CFD Solver - OpenFOAM Wang Junhong (HPC, Computer Centre) 1. INTRODUCTION The OpenFOAM (Open Field Operation and Manipulation) Computational Fluid Dynamics (CFD) Toolbox is a free, open source

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

Eco Pelmet Modelling and Assessment. CFD Based Study. Report Number 610.14351-R1D1. 13 January 2015

Eco Pelmet Modelling and Assessment. CFD Based Study. Report Number 610.14351-R1D1. 13 January 2015 EcoPelmet Pty Ltd c/- Geoff Hesford Engineering 45 Market Street FREMANTLE WA 6160 Version: Page 2 PREPARED BY: ABN 29 001 584 612 2 Lincoln Street Lane Cove NSW 2066 Australia (PO Box 176 Lane Cove NSW

More information

STCE. Outline. Introduction. Applications. Ongoing work. Summary. STCE RWTH-Aachen, Industrial Applications of discrete adjoint OpenFOAM, EuroAD 2014

STCE. Outline. Introduction. Applications. Ongoing work. Summary. STCE RWTH-Aachen, Industrial Applications of discrete adjoint OpenFOAM, EuroAD 2014 Industrial Applications of discrete adjoint OpenFOAM Arindam Sen Software and Tools for Computational Engineering Science RWTH Aachen University EuroAD 2014, Nice, 16-17. June 2014 Outline Introduction

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

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

A COMPUTATIONAL FLUID DYNAMICS STUDY ON THE ACCURACY OF HEAT TRANSFER FROM A HORIZONTAL CYLINDER INTO QUIESCENT WATER

A COMPUTATIONAL FLUID DYNAMICS STUDY ON THE ACCURACY OF HEAT TRANSFER FROM A HORIZONTAL CYLINDER INTO QUIESCENT WATER A COMPUTATIONAL FLUID DYNAMICS STUDY ON THE ACCURACY OF HEAT TRANSFER FROM A HORIZONTAL CYLINDER INTO QUIESCENT WATER William Logie and Elimar Frank Institut für Solartechnik SPF, 8640 Rapperswil (Switzerland)

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

CFD SIMULATION OF IPR-R1 TRIGA SUBCHANNELS FLUID FLOW

CFD SIMULATION OF IPR-R1 TRIGA SUBCHANNELS FLUID FLOW 2013 International Nuclear Atlantic Conference - INAC 2013 Recife, PE, Brazil, November 24-29, 2013 ASSOCIAÇÃO BRASILEIRA DE ENERGIA NUCLEAR - ABEN ISBN: 978-85-99141-05-2 CFD SIMULATION OF IPR-R1 TRIGA

More information

LSCFD: Meshing Tools for Open Source CFD A Practical Point of View

LSCFD: Meshing Tools for Open Source CFD A Practical Point of View LSCFD: Meshing Tools for Open Source CFD A Practical Point of View Juha Kortelainen Report: Meshing Tools for Open Source CFD A Practical Point of View LSCFD Tools for Large Scale

More information

HPC Deployment of OpenFOAM in an Industrial Setting

HPC Deployment of OpenFOAM in an Industrial Setting HPC Deployment of OpenFOAM in an Industrial Setting Hrvoje Jasak h.jasak@wikki.co.uk Wikki Ltd, United Kingdom PRACE Seminar: Industrial Usage of HPC Stockholm, Sweden, 28-29 March 2011 HPC Deployment

More information

version 3.0 tutorial - Turbulent mixing in a T-junction with CFDSTUDY in SALOME contact: saturne-support@edf.fr

version 3.0 tutorial - Turbulent mixing in a T-junction with CFDSTUDY in SALOME contact: saturne-support@edf.fr EDF R&D Fluid Dynamics, Power Generation and Environment Department Single Phase Thermal-Hydraulics Group 6, quai Watier F-78401 Chatou Cedex Tel: 33 1 30 87 75 40 Fax: 33 1 30 87 79 16 MAY 2013 documentation

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

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

bluecape s Official Website

bluecape s Official Website bluecfdcore {tab=introduction} bluecape is proud to present bluecfd Core, a freely available software package, of a high quality build of OpenFOAM for uptodate Windows 7, 8, 8.1 and 10 64bit, fully compilable

More information

Advanced discretisation techniques (a collection of first and second order schemes); Innovative algorithms and robust solvers for fast convergence.

Advanced discretisation techniques (a collection of first and second order schemes); Innovative algorithms and robust solvers for fast convergence. New generation CFD Software APUS-CFD APUS-CFD is a fully interactive Arbitrary Polyhedral Unstructured Solver. APUS-CFD is a new generation of CFD software for modelling fluid flow and heat transfer in

More information

CastNet: GUI environment for OpenFOAM

CastNet: GUI environment for OpenFOAM CastNet: GUI environment for OpenFOAM CastNet is a preprocessing system and job-control system for OpenFOAM. CastNet works with the standard OpenFOAM releases provided by ESI Group as well as ports for

More information

Natural Convection. Buoyancy force

Natural Convection. Buoyancy force Natural Convection In natural convection, the fluid motion occurs by natural means such as buoyancy. Since the fluid velocity associated with natural convection is relatively low, the heat transfer coefficient

More information

Building Information Modelling (BIM); How it Improves Building Performance. R.P. Kumanayake Lecturer, Department of Civil Engineering

Building Information Modelling (BIM); How it Improves Building Performance. R.P. Kumanayake Lecturer, Department of Civil Engineering Building Information Modelling (BIM); How it Improves Building Performance R.P. Kumanayake Lecturer, Department of Civil Engineering R.M.P.S. Bandara Lecturer, Department of Mechanical Engineering Faculty

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

Eu-NORSEWInD - Assessment of Viability of Open Source CFD Code for the Wind Industry

Eu-NORSEWInD - Assessment of Viability of Open Source CFD Code for the Wind Industry Downloaded from orbit.dtu.dk on: Jun 28, 2016 Eu-NORSEWInD - Assessment of Viability of Open Source CFD Code for the Wind Industry Stickland, Matt; Scanlon, Tom; Fabre, Sylvie; Ahmad, Abdul; Oldroyd, Andrew;

More information

Application of Wray-Agarwal Model to Turbulent Flow in a 2D Lid-Driven Cavity and a 3D Lid- Driven Box

Application of Wray-Agarwal Model to Turbulent Flow in a 2D Lid-Driven Cavity and a 3D Lid- Driven Box Washington University in St. Louis Washington University Open Scholarship Engineering and Applied Science Theses & Dissertations Engineering and Applied Science Summer 8-14-2015 Application of Wray-Agarwal

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

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

HPC enabling of OpenFOAM R for CFD applications

HPC enabling of OpenFOAM R for CFD applications HPC enabling of OpenFOAM R for CFD applications Towards the exascale: OpenFOAM perspective Ivan Spisso 25-27 March 2015, Casalecchio di Reno, BOLOGNA. SuperComputing Applications and Innovation Department,

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

Computational Fluid Dynamics Research Projects at Cenaero (2011)

Computational Fluid Dynamics Research Projects at Cenaero (2011) Computational Fluid Dynamics Research Projects at Cenaero (2011) Cenaero (www.cenaero.be) is an applied research center focused on the development of advanced simulation technologies for aeronautics. Located

More information

CFD Grows Up! Martin W. Liddament Ventilation, Energy and Environmental Technology (VEETECH Ltd) What is Computational Fluid Dynamics?

CFD Grows Up! Martin W. Liddament Ventilation, Energy and Environmental Technology (VEETECH Ltd) What is Computational Fluid Dynamics? CIBSE/ASHRAE Meeting CFD Grows Up! Martin W. Liddament Ventilation, Energy and Environmental Technology (VEETECH Ltd) 10 th December 2003 What is Computational Fluid Dynamics? CFD is a numerical means

More information

NUMERICAL SIMULATION OF REGULAR WAVES RUN-UP OVER SLOPPING BEACH BY OPEN FOAM

NUMERICAL SIMULATION OF REGULAR WAVES RUN-UP OVER SLOPPING BEACH BY OPEN FOAM NUMERICAL SIMULATION OF REGULAR WAVES RUN-UP OVER SLOPPING BEACH BY OPEN FOAM Parviz Ghadimi 1*, Mohammad Ghandali 2, Mohammad Reza Ahmadi Balootaki 3 1*, 2, 3 Department of Marine Technology, Amirkabir

More information

Using Computational Fluid Dynamics (CFD) for improving cooling system efficiency for Data centers

Using Computational Fluid Dynamics (CFD) for improving cooling system efficiency for Data centers Data Centre Best Practises Workshop Using Computational Fluid Dynamics (CFD) for improving cooling system efficiency for Data centers Shishir Gupta 17 th March 2009 You are Here Introduction to CFD Data

More information

DESIGN OF NATURAL VENTILATION WITH CFD CHAPTER SEVEN. Qingyan Chen. difficult to understand and model, even for simple

DESIGN OF NATURAL VENTILATION WITH CFD CHAPTER SEVEN. Qingyan Chen. difficult to understand and model, even for simple CHAPTER SEVEN L. Glicksman and J. Lin (eds), Sustainable Urban Housing in China, 116-123 2006 Springer. Printed in the Netherlands. DESIGN OF NATURAL VENTILATION WITH CFD Qingyan Chen INTRODUCTION As 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

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

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

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

CFD Analysis of Application of Phase Change Material in Automotive Climate Control Systems

CFD Analysis of Application of Phase Change Material in Automotive Climate Control Systems CFD Analysis of Application of Phase Change Material in Automotive Climate Control Systems Vijayakumar Nachimuthu 1, Prabhu Mani 2, Muthukumar. P 3 1 Flowxplore, Coimbatore, India., 2 Kathir College of

More information

Adaptation and validation of OpenFOAM CFD-solvers for nuclear safety related flow simulations

Adaptation and validation of OpenFOAM CFD-solvers for nuclear safety related flow simulations Adaptation and validation of OpenFOAM CFD-solvers for nuclear safety related flow simulations SAFIR2010 Seminar, 10.-11.3.2011, Espoo Juho Peltola, Timo Pättikangas (VTT) Tomas Brockmann, Timo Siikonen

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

Computational Fluid Dynamics in Automotive Applications

Computational Fluid Dynamics in Automotive Applications Computational Fluid Dynamics in Automotive Applications Hrvoje Jasak h.jasak@wikki.co.uk Wikki Ltd, United Kingdom FSB, University of Zagreb, Croatia 1/15 Outline Objective Review the adoption of Computational

More information

CFD ANALYSIS CHALLENGES IN BUILDING SIMULATION FOR SIMBUILD2004 CONFERENCE. Ferdinand Schmid and Galen Burrell Architectural Energy Corporation

CFD ANALYSIS CHALLENGES IN BUILDING SIMULATION FOR SIMBUILD2004 CONFERENCE. Ferdinand Schmid and Galen Burrell Architectural Energy Corporation CFD ANALYSIS CHALLENGES IN BUILDING SIMULATION FOR SIMBUILD2004 CONFERENCE Ferdinand Schmid and Galen Burrell Architectural Energy Corporation ABSTRACT This paper discusses the capabilities and challenges

More information

Dynamic Process Modeling. Process Dynamics and Control

Dynamic Process Modeling. Process Dynamics and Control Dynamic Process Modeling Process Dynamics and Control 1 Description of process dynamics Classes of models What do we need for control? Modeling for control Mechanical Systems Modeling Electrical circuits

More information

Problem Statement In order to satisfy production and storage requirements, small and medium-scale industrial

Problem Statement In order to satisfy production and storage requirements, small and medium-scale industrial Problem Statement In order to satisfy production and storage requirements, small and medium-scale industrial facilities commonly occupy spaces with ceilings ranging between twenty and thirty feet in height.

More information

Multiphysics Software Applications in Reverse Engineering

Multiphysics Software Applications in Reverse Engineering Multiphysics Software Applications in Reverse Engineering *W. Wang 1, K. Genc 2 1 University of Massachusetts Lowell, Lowell, MA, USA 2 Simpleware, Exeter, United Kingdom *Corresponding author: University

More information

Modeling of Earth Surface Dynamics and Related Problems Using OpenFOAM

Modeling of Earth Surface Dynamics and Related Problems Using OpenFOAM CSDMS 2013 Meeting Modeling of Earth Surface Dynamics and Related Problems Using OpenFOAM Xiaofeng Liu, Ph.D., P.E. Assistant Professor Department of Civil and Environmental Engineering University of Texas

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

Simulation of Fluid-Structure Interactions in Aeronautical Applications

Simulation of Fluid-Structure Interactions in Aeronautical Applications Simulation of Fluid-Structure Interactions in Aeronautical Applications Martin Kuntz Jorge Carregal Ferreira ANSYS Germany D-83624 Otterfing Martin.Kuntz@ansys.com December 2003 3 rd FENET Annual Industry

More information

Automatic HVAC Workflow with STAR-CCM+

Automatic HVAC Workflow with STAR-CCM+ CD-adapco STAR European Conference 2011 Automatic HVAC Workflow with STAR-CCM+ Georgios Apostolopoulos, Dr. Christian Merkle, Dr. Wolfram Kühnel Behr GmbH & Co. KG, Germany Automatic HVAC Workflow with

More information

CFD Simulation of Subcooled Flow Boiling using OpenFOAM

CFD Simulation of Subcooled Flow Boiling using OpenFOAM Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet CFD

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

Using CFD for optimal thermal management and cooling design in data centers

Using CFD for optimal thermal management and cooling design in data centers www.siemens.com/datacenters Using CFD for optimal thermal management and cooling design in data centers Introduction As the power density of IT equipment within a rack increases and energy costs rise,

More information

Very special thanks to Wolfgang Gentzsch and Burak Yenier for making the UberCloud HPC Experiment possible.

Very special thanks to Wolfgang Gentzsch and Burak Yenier for making the UberCloud HPC Experiment possible. Digital manufacturing technology and convenient access to High Performance Computing (HPC) in industry R&D are essential to increase the quality of our products and the competitiveness of our companies.

More information

CFD Based Air Flow and Contamination Modeling of Subway Stations

CFD Based Air Flow and Contamination Modeling of Subway Stations CFD Based Air Flow and Contamination Modeling of Subway Stations Greg Byrne Center for Nonlinear Science, Georgia Institute of Technology Fernando Camelli Center for Computational Fluid Dynamics, George

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

TwinMesh for Positive Displacement Machines: Structured Meshes and reliable CFD Simulations

TwinMesh for Positive Displacement Machines: Structured Meshes and reliable CFD Simulations TwinMesh for Positive Displacement Machines: Structured Meshes and reliable CFD Simulations 05.06.2014 Dipl.-Ing. Jan Hesse, Dr. Andreas Spille-Kohoff CFX Berlin Software GmbH Karl-Marx-Allee 90 A 10243

More information

Model of a flow in intersecting microchannels. Denis Semyonov

Model of a flow in intersecting microchannels. Denis Semyonov Model of a flow in intersecting microchannels Denis Semyonov LUT 2012 Content Objectives Motivation Model implementation Simulation Results Conclusion Objectives A flow and a reaction model is required

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

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

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

OpenFOAM Workshop. Yağmur Gülkanat Res.Assist.

OpenFOAM Workshop. Yağmur Gülkanat Res.Assist. OpenFOAM Workshop Yağmur Gülkanat Res.Assist. Introduction to OpenFOAM What is OpenFOAM? FOAM = Field Operation And Manipulation OpenFOAM is a free-to-use open-source numerical simulation software with

More information

Compatibility and Accuracy of Mesh Generation in HyperMesh and CFD Simulation with Acusolve for Torque Converter

Compatibility and Accuracy of Mesh Generation in HyperMesh and CFD Simulation with Acusolve for Torque Converter Compatibility and Accuracy of Mesh Genen in HyperMesh and CFD Simulation with Acusolve for Converter Kathiresan M CFD Engineer Valeo India Private Limited Block - A, 4th Floor, TECCI Park, No. 176 Rajiv

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

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

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

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

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

Vista: A Multi-field Object Oriented CFD-package

Vista: A Multi-field Object Oriented CFD-package Vista: A Multi-field Object Oriented CFD-package T. Kvamsdal 1, R. Holdahl 1 and P. Böhm 2 1 SINTEF ICT, Applied Mathematics, Norway 2 inutech GmbH, Germany Outline inutech & SINTEF VISTA a CFD Solver

More information

An Investigation of Cool Roofing on Urban Street Canyon Air Quality

An Investigation of Cool Roofing on Urban Street Canyon Air Quality 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 An Investigation of Cool Roofing on Urban Street Canyon Air Quality M. K. Naidu

More information

INCORPORATING CFD INTO THE UNDERGRADUATE MECHANICAL ENGINEERING PROGRAMME AT THE UNIVERSITY OF MANITOBA

INCORPORATING CFD INTO THE UNDERGRADUATE MECHANICAL ENGINEERING PROGRAMME AT THE UNIVERSITY OF MANITOBA INCORPORATING CFD INTO THE UNDERGRADUATE MECHANICAL ENGINEERING PROGRAMME AT THE UNIVERSITY OF MANITOBA Scott J. Ormiston SJ Ormiston@UManitoba.ca Associate Professor, Dept. of Mechanical and Industrial

More information

CFD Applications using CFD++ Paul Batten & Vedat Akdag

CFD Applications using CFD++ Paul Batten & Vedat Akdag CFD Applications using CFD++ Paul Batten & Vedat Akdag Metacomp Products available under Altair Partner Program CFD++ Introduction Accurate multi dimensional polynomial framework Robust on wide variety

More information

Pre-processing in openfoam, mesh generation. OpenFOAM kurs 2013 Håkan Nilsson Olivier Petit

Pre-processing in openfoam, mesh generation. OpenFOAM kurs 2013 Håkan Nilsson Olivier Petit Pre-processing in openfoam, mesh generation. OpenFOAM kurs 2013 Håkan Nilsson Olivier Petit Different ways of creating the mesh. Outline Using SnappyHexMesh, an OpenFOAM mesh generation tool. Using blockmesh,

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

CFD Analysis of Swept and Leaned Transonic Compressor Rotor

CFD Analysis of Swept and Leaned Transonic Compressor Rotor CFD Analysis of Swept and Leaned Transonic Compressor Nivin Francis #1, J. Bruce Ralphin Rose *2 #1 Student, Department of Aeronautical Engineering& Regional Centre of Anna University Tirunelveli India

More information

The UberCloud Experiment

The UberCloud Experiment The UberCloud Experiment Technical Computing in the Cloud Case Studies 159, 160, 165, and 166: Computational Fluid Dynamics with ANSYS, CD-adapco, and OpenFOAM Containers in the UberCloud http://www.theubercloud.com

More information

How To Model With Cfd Using Phoenics

How To Model With Cfd Using Phoenics The Use and Application of CFD in the Air Conditioning and Fire Protection Industry AIRAH NSW February 2008 The Use and Application of CFD in the Air Conditioning and Fire Protection Industry An Introduction

More information

Quality and Reliability in CFD

Quality and Reliability in CFD Quality and Reliability in CFD Open Source Challenges Hrvoje Jasak Wikki Ltd, United Kingdom Faculty of Mechanical Engineering and Naval Architecture University of Zagreb, Croatia Quality and Reliability

More information

NUMERICAL INVESTIGATION OF HEAT AND MASS TRANSFER IN A REFRIGERATED TRUCK COMPARTMENT

NUMERICAL INVESTIGATION OF HEAT AND MASS TRANSFER IN A REFRIGERATED TRUCK COMPARTMENT NUMERICAL INVESTIGATION OF HEAT AND MASS TRANSFER IN A REFRIGERATED TRUCK COMPARTMENT T. LAFAYE DE MICHEAUX (a), V. SARTRE (a)*, A. STUMPF (b), J. BONJOUR (a) (a) Université de Lyon, CNRS INSA-Lyon, CETHIL,

More information

Performance Comparison of a Vertical Axis Wind Turbine using Commercial and Open Source Computational Fluid Dynamics based Codes

Performance Comparison of a Vertical Axis Wind Turbine using Commercial and Open Source Computational Fluid Dynamics based Codes Performance Comparison of a Vertical Axis Wind Turbine using Commercial and Open Source Computational Fluid Dynamics based Codes Taimoor Asim 1, Rakesh Mishra 1, Sree Nirjhor Kaysthagir 1, Ghada Aboufares

More information

CFD analysis for road vehicles - case study

CFD analysis for road vehicles - case study CFD analysis for road vehicles - case study Dan BARBUT*,1, Eugen Mihai NEGRUS 1 *Corresponding author *,1 POLITEHNICA University of Bucharest, Faculty of Transport, Splaiul Independentei 313, 060042, Bucharest,

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

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

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

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

THE PSEUDO SINGLE ROW RADIATOR DESIGN

THE PSEUDO SINGLE ROW RADIATOR DESIGN International Journal of Mechanical Engineering and Technology (IJMET) Volume 7, Issue 1, Jan-Feb 2016, pp. 146-153, Article ID: IJMET_07_01_015 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=7&itype=1

More information

Numerical Calculation of Laminar Flame Propagation with Parallelism Assignment ZERO, CS 267, UC Berkeley, Spring 2015

Numerical Calculation of Laminar Flame Propagation with Parallelism Assignment ZERO, CS 267, UC Berkeley, Spring 2015 Numerical Calculation of Laminar Flame Propagation with Parallelism Assignment ZERO, CS 267, UC Berkeley, Spring 2015 Xian Shi 1 bio I am a second-year Ph.D. student from Combustion Analysis/Modeling Lab,

More information

Impacts of Perforated Tile Open Areas on Airflow Uniformity and Air Management Performance in a Modular Data Center

Impacts of Perforated Tile Open Areas on Airflow Uniformity and Air Management Performance in a Modular Data Center Impacts of Perforated Tile Open Areas on Airflow Uniformity and Air Management Performance in a Modular Data Center Sang-Woo Ham 1, Hye-Won Dong 1, Jae-Weon Jeong 1,* 1 Division of Architectural Engineering,

More information

FLUID FLOW ANALYSIS OF CENTRIFUGAL FAN BY USING FEM

FLUID FLOW ANALYSIS OF CENTRIFUGAL FAN BY USING FEM International Journal of Mechanical Engineering and Technology (IJMET) Volume 7, Issue 2, March-April 2016, pp. 45 51, Article ID: IJMET_07_02_007 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=7&itype=2

More information