NUMECA has developed the OpenLabs environment to respond to these requirements, offering a new approach to Open CFD.

Size: px
Start display at page:

Download "NUMECA has developed the OpenLabs environment to respond to these requirements, offering a new approach to Open CFD."

Transcription

1 A New Approach to Open CFD Authors: Colinda Francke, Yingchen Li, Kilian Claramunt, Charles Hirsch NUMECA International, Chaussée de la Hulpe, , 1170, Brussels, Belgium Abstract The main components of an Open CFD concept can be considered as: access to all functionalities and modules of a basic CFD code; total flexibility in modifying or adding new physical models and boundary conditions; ability to share modifications to the basic code among a wide community of users, including distance collaboration; straightforward access for large scale simulations. NUMECA has developed the OpenLabs environment to respond to these requirements, offering a new approach to Open CFD. OpenLabs is a highly user-friendly mode of operations, conceived as a dialog system with the basic CFD code. It provides access to routines of the basic CFD code, to the variables of the routines and to all existing physical models and properties. In a few lines of text, transport equations, source terms, initial or boundary conditions, fluid properties, algebraic relations, thermal and transport properties are modified or added. As this text is easy to understand and does not require any knowledge of programming or code structure, it can be used by anyone in the CFD community as a starting point for new models. The created Labs can remain proprietary or freely available, through an OpenLabs community, established in order to share Labs applications. The underlying code FINE /Open is a highly robust unstructured solver with a variety of models like a.o. turbulence, multiphase, combustion, radiation, providing altogether a highly professional quality assured CFD background. It covers a wide range of applications, from incompressible to supersonic and hypersonic, from perfect gas to liquids and condensable fluids, internal and external flows, fixed or rotating frames of reference. The paper provides a description of the OpenLabs structure and mode of operation, illustrated by a few examples, including the introduction of an actuator disk model for rotating components and solving an electric potential field near a plasma actuator. 1

2 1. Introduction The main components of an Open CFD concept can be considered as follows: access to all functionalities and modules of a basic CFD code; total flexibility in modifying or adding new physical models, involving a large range applications; ability to share the modifications to the basic code among a wide community of users, including distance collaboration; straightforward access for large scale simulations. NUMECA has developed the OpenLabs environment to respond to these requirements, offering a new approach to Open CFD as put forward in this paper. The OpenLabs environment and its underlying code FINE /Open are described and examples of applications benefiting from such approach are given in the next sections. 2. Description of OpenLabs OpenLabs is a highly user-friendly mode of operations, conceived as a dialog system with the basic CFD code. It provides access to routines of the basic CFD code, to the variables of the routines and to all existing physical models and properties, and therefore the ability to customize the physical models. 2.1 Principle of OpenLabs The general principle of OpenLabs is to plug the users physical models and parameters without programming efforts to a highly modular CFD solver through dynamic libraries. A large range of the physical models of the basic CFD solver can be accessed, including the turbulence models, wall functions, equation of state, transport properties, combustion, radiation, etc. The user only needs to write the physical models in text (here and after referred to as a Lab) using an intuitive meta-language as if writing a technical paper. Then OpenLabs will take care of the rest to prepare automatically the dynamic library, i.e. discretization, applying suitable numerical techniques, invoking implicit/explicit solver, etc. In addition to the easy text format, OpenLabs shows its user-friendliness through the possibility to simply copy/paste information from the basic solver into the Lab. An Analysis-button is available for this purpose. Performing such analysis with a simple click will show the available models and variables of the basic solver adapted to the project definition in the same text format of Labs. The result of the analysis can be copied and pasted into the Lab. Figure 1 gives the illustration showing how OpenLabs works. A CFD project is set-up based on the basic solver. With one mouse-click OpenLabs analyses the available models and variables from the basic solver and the CFD project and provides this information in Labs text format. This information can then be used in the Labs through 2

3 copy-paste. The individual user may create Labs from scratch or use already existing ones coming from the worldwide CFD community and/or Labs of physical models of the basic solver and combine them to fully customize the CFD models to the project at hand. Basic Solver Basic models CFD project OpenLabs Analysis Available models and variables Lab(s) Model processor C++ file & shared library Output Figure 1 Principle of OpenLabs 2.2 Functionalities in OpenLabs The physical models can be described in a modular way. OpenLabs provides various functionalities as building blocks for the Labs, which cover a large range of CFD applications. The functionalities include, Convection-diffusion-source transport equations and their associated objects, including diffusion coefficients, source terms, initializations and boundary conditions. The user can add an unlimited number of new transport equations, and can modify the existing ones from the basic solver. The convection-diffusion-source equations will be discretized using finite volume method with the user-specified scheme and resolved by a multi-step Runge-Kutta solver. For the source term, the point-implicit technique is available to improve the robustness. For the boundary condition, the Dirichlet, Neumann and Robin type are all available. Poisson equations: an implicit Gauss-Seidel solver can be used to solve the Poisson equations with alternate sweeping and successive over-relaxation. Equation of state: the basic solver has involved various fluid types, including incompressible fluid, perfect gas, real gas and condensable fluid. The equation of state selected from the basic solver can be partially or fully replaced with a set of relations. 3

4 Transport properties: the user can modify the laws of existing transport properties, e.g. viscosity, conductivity, and can define new transport properties. The laws of the wall, e.g. turbulence wall functions. The user can define the relation of the independent CFD variable between the wall and the adjacent inner nodes. The existing turbulence wall functions from the basic solver can also be modified. Algebraic relations and global quantities over geometries. The user can define the dependent CFD variables through algebraic relations. The global quantities like mass flow, the over-all loss, drag and etc. can be defined and given as an output. These dependent CFD variables/parameters can be visualized in the post-processor. With these functionalities, various applications have been implemented through OpenLabs, including turbulence and transition models, combustion models, radiation models, pollution models, complex state law of the fluid, active flow control, an atmospheric boundary layer model and etc.. Prospectively, OpenLabs provides the possibility to have un-limited applications (cost functions) of using the adjoint method. The functionalities are still increasing, for example: Convection velocity. The user can define various convection velocities, which can be used to develop the Euler-Euler multiphase model. In adjoint methods, it can be used to define the convection term of the adjoint transport equation of a scalar, which has the inverse velocity of the flow. Local linear system. For example, the boundary conditions of several variables can be imposed implicitly through a linear system. Shell convective-diffusion-source equation. Like shell conduction, the convection and diffusion of a scalar are limited on the surfaces in some physical models, for example, the icing model. 2.3 Methodology OpenLabs relies on C++ language. However, the user doesn t need to know C++ programming as OpenLabs packages the processes of solving CFD problems in several functionalities, as mentioned above and provides various prototyped numerical techniques, for example, convection discretization using the first order and high order upwind scheme, discretization of diffusion, the poin-implicit technique for the source terms, the laws of the wall, etc. In addition, OpenLabs provides the possibility to use various mathematical tools like for example, CST/Linear interpolation, a Newton-Raphson implicit solver, Leastsquare/Green-Gauss gradient, tabulation of analytical expressions and trapezoidal integration. All these functionalities are well packaged and the user doesn t need to care about the discretization, the numerical techniques, the memory allocation and all the programming details. The functionalities can be applied through a few lines of text. For example, to add a convection-diffusion-source transport equation, the following lines of text can be used: phieq ->EXPRESSION: DDT(phi)+CONV(phi)=DIFF(coefficient)+SOURCE(source) 4

5 ->UseCustomBC: BC1, ALLINLETS ->UseCustomBC: BC2, ALLSOLIDS ->InitializeTo: phifield The diffusion coefficient and source term used in the PDE expression should be defined respectively, coefficient ->EXPRESSION: <expression of coefficient> source ->EXPRESSION: <expression of source> Behind this, OpenLabs will allocate the memory for the new variable phi, discretize the spatial terms, compute the residuals, and invoke the multi-step Runge-Kutta solver. Another example is to solve an implicit expression: the following lines can be used to solve U from the equation: U t U 1 yu ln( k ) b 0, 1 ->EXPRESSION: SOLVE(UTau){ Zero_Function: 1/k*log(distanceToWall*UTau/nu) + b0 Ut/UTau } Behind this command, the variable UTau will be solved by a Newton-Raphson solver, where the Jacobian of the function is computed numerically. To improve the robustness of solving UTau, the user may wish to impose the analytical Jacobian and clip: Jacobian: 1/k/UTau + Ut/UTau/UTau LowerLimit: 1e-10 More advanced options are available that can be tuned by the user, for example: ->Convective_Scheme: UpwindFirstOrderConservative is the default setting in the definition of a PDE, however it can be modified by: ->Convective_Scheme: UpwindHighOrderConservative The commands are also accompanied with error handling. For example, the BC1 used in the earlier example of the PDE phieq has to be defined. If there is no command to define BC1, an error will be reported before the library is generated. The error handling ensures the whole definition as written in the Lab is complete and consistent. In addition, the user may start from an empty template to create a new Lab or use an already existing Lab as a template. To prepare a Lab the user also has access to the variables to formulate mathematical expressions. OpenLabs provides a GUI with two dialog boxes. One box provides the existing physical models from the basic solver with the same format of the Lab, including the existing variables, constants, PDEs, source terms, diffusion coefficients, 5

6 equation of state, transport properties and boundary conditions/wall functions. The variables and constants can be used in the expressions of user-defined models. Moreover, the definition of existing objects can be copied to the Lab, so that it can be modified with an easy start. Figure 2 The OpenLabs GUI Once the Lab is prepared, it is transformed in a single mouse-click in the GUI and transparently to the user, into a C++ file and compiled as a dynamic library. Finally, the user-defined physical models will be plugged to the basic solver. 3. The underlying code OpenLabs relies on a modular CFD solver: the FINE /Open solver. It is a highly robust unstructured solver with a variety of models for turbulence, multiphase, combustion and radiation, providing altogether a highly professional quality assured CFD background. It covers a wide range of applications, from incompressible to supersonic and hypersonic, from perfect gas to liquids and condensable fluids, internal and external flows, fixed or rotating frames of references. The various basic CFD problem/objects are defined in the dedicated classes and prototyped by the existing physical models of the basic solver. Each class contains the 6

7 access through a dynamic pointer, which may point to either an internal function or an external function. The user-defined formulations will be written as the external functions and assigned to the object by OpenLabs. An un-limited number of objects of the class can be created internally (in the solver) or externally (in the user-defined library). Objects of the same type compose a doublelinked list. OpenLabs can access to each list to modify the existing object or add a new object. The solver has a modeled processor for each list. By looping over the lists, both the internal and external physical models will be processed with the assigned functions. 4. A detailed example: Actuator disk modeling Actuator disk models are often used in simulations of e.g. wind farms, ducted fans, propeller performance, to avoid the high computational cost to resolve the flow field around the rotating machinery. This section shows the example of an actuator disk model implemented in OpenLabs. It is shown how collaboration and free exchange of Labs can lead to more advanced models. Initially NUMECA created a Lab for a basic actuator disk model as already implemented in the free-surface flows dedicated environment FINE /Marin [1, 2]. The used model is based on non-iterative calculation of Stern et al. [3], the Hough and Ordway [4] circulation distribution with optimum type from Goldstein [5] without loading at the root and tip. The initial lab was written with a source term in the momentum equation in the X direction only. The cells for which the cell center coordinates are within the geometrical condition will account for the source term. The full set of theoretical expressions and their corresponding notation in a Lab can be found in Annex A. One may notice that the full Lab fits simply on one page. Constants and auxiliary terms are defined in a straightforward manner. They are used to define the non-differential expressions for the body force in axial and circumferential direction. Finally the body force in axial direction is added in this example as a source term to the momentum equation. This basic Lab was made available and Matt Anderson (The University of Sydney, Université Libre de Bruxelles) adapted the Lab to his application of four propellers in a duct as shown in figure 3. In addition to the loading profile as proposed in the initial Lab, a constant or linear loading was added by modifying the expression for the axial body force. 7

8 Figure 3 Actuator disk model applied to four propellers in a duct. Using symmetry only two propellers are modeled. 5. Example: Electric potential field Plasma actuators can be used to control the leading-edge separation [6]. It is made up of two electrodes separated by a dielectric material. A voltage is applied to the electrodes, which causes the air to ionize and results in body force acting on the flow. This body force can be computed based on the electric potential field. In this example, OpenLabs is used to solve an electric potential field around the airfoil of which a plasma actuator is installed at the leading edge. The governing equation is the Laplace equation given as, ( ) 0 2 Where, the permittivity 1. 0 for both fluid and solid. The electric potential is set to zero at far field boundaries and set to 1 and -1 at two electrodes. The full Lab can be found in Annex B. Figure 4 shows the isolines of the electric potential near the electrodes. 8

9 Figure 4 Electric potential isolines near leading edge of NACA 0021 airfoil. 6. Conclusions A new approach to Open CFD is proposed with emphasis on open and flexible access allowing easy collaboration. OpenLabs access is given to the variables, physical models, boundary conditions, fluid definition and transport properties of the underlying code FINE /Open. The ease of use and possibilities for collaboration are illustrated by the actuator disc example. The flexibility of NUMECA s approach to Open CFD is also reflected in a straightforward parallel access to benefit optimally from available hardware resources. 7. Acknowledgements The authors would like to express special thanks to Matt Anderson of ULB/The University of Sydney for his work on actuator disk modeling and sharing his work with the OpenLabs community. 8. References [1] User Manual, FINE /Open v2.12 (Including OpenLabs) Flow Integrated Environment, NUMECA International, Brussels, December [2] Theoretical Manual, ISIS-CFD, Ecole Centrale Nantes, CNRS, v3.0, June

10 [3] F. Stern, H. T. Kim, V. C. Patel, and H. C. Chen, A viscous flow approach to the computation of propeller-hull interaction, Journal of Ship Research, vol. 32, no. 4, pp , [4] G. Hough and D. Ordway, The generalized actuator disk. Technical Report TAR-TR 6401, Therm Advanced Research Inc., [5] S. Goldstein, On the vortex theory of screws propellers, Proceedings of the Royal Society of London. Series A, Containing Papers of a Mathematical and Physical Character, vol. 123, no. 792, pp , [6] Orlov, D. M., Apker, T., He, C., Othman, H., and Corke, T. C., Modeling and experiment of Leading-edge Separation Control Using Single dielectric Barrier Discharge Plasma Actuators, AIAA ,

11 Annex A. Actuator disk model =>CONSTANTS Rp = Propeller Rh = Hub rpm = Rotation delta = Actuator disc Xpc, Ypc, Center coordinates of Uref = Reference L = Reference T0 = Prescribed Q0 = fbx and fbf = body forces normalized by * Uref 2 /L CT = thrust coefficient KQ = torque coefficient J = advance coefficient, n = rotations per second (rps), = the rotation speed, Exprfbx ->EXPRESSION: fbx = IF(r<Rp AND xcoord>(xpc-delta*0.5) AND xcoord<(xpc+delta*0.5) ) \ Ax*rst*sqrt(1-rst) ELSE Exprfbf ->EXPRESSION: fbf = IF(r<Rp AND xcoord>(xpc-delta*0.5) AND xcoord<(xpc+delta*0.5) ) \ Af*rst*sqrt(1-rst)/(rst*(1-rhprime)+rhprime) \ ELSE 0.0 SOURCE: sourcetomomx ->EXPRESSION: (fbx) * (Rho*Uref*Uref/L) ->AddToExistingPde: 11

12 Annex B. Electric potential field External potential ->EXPRESSION: 0 = DIFF(permittivity_air) ->VARIABLE_NAME: phi ->UseCustomBC: elec_n, electroden ->UseCustomBC: elec_ext, inlet,out ->UpperLimit: 1.0 ->LowerLimit: >IMPLICIT_BLENDING: 1.0 ->IMPLICIT_SOR: 1.0 elec_n ->EXPRESSION: elec_ext ->EXPRESSION: 0.0 permittivity_air ->EXPRESSION: 1.0 Airfoil potential ->EXPRESSION: 0 = DIFF(permittivity_sol) ->VARIABLE_NAME: phi ->UseCustomBC: elec_s, electrodes ->UseCustomBC: elec_n, electroden ->UpperLimit: 1.0 ->LowerLimit: >IMPLICIT_BLENDING: 1.0 ->IMPLICIT_SOR: 1.0 elec_s ->EXPRESSION: elec_n ->EXPRESSION: -1.0 permittivity_sol ->EXPRESSION:

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

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

Introduction to CFD Analysis

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

More information

Introduction to CFD Analysis

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

More information

MEL 807 Computational Heat Transfer (2-0-4) Dr. Prabal Talukdar Assistant Professor Department of Mechanical Engineering IIT Delhi

MEL 807 Computational Heat Transfer (2-0-4) Dr. Prabal Talukdar Assistant Professor Department of Mechanical Engineering IIT Delhi MEL 807 Computational Heat Transfer (2-0-4) Dr. Prabal Talukdar Assistant Professor Department of Mechanical Engineering IIT Delhi Time and Venue Course Coordinator: Dr. Prabal Talukdar Room No: III, 357

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

Module 6 Case Studies

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

More information

Laminar Flow in a Baffled Stirred Mixer

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

More information

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

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

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 [email protected] Abstract Analysis of many fusion

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

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

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

More information

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

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

More information

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: [email protected] Research field: Statics and Dynamics Fluids mechanics

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 [email protected] Wikki Ltd, United Kingdom PRACE Seminar: Industrial Usage of HPC Stockholm, Sweden, 28-29 March 2011 HPC Deployment

More information

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

Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004 FSI-02-TN59-R2 Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004 1. Introduction A major new extension of the capabilities of FLOW-3D -- the multi-block grid model -- has been incorporated

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 [email protected]

More information

FINE TM /Marine. CFD Suite for Marine Applications. Advanced Development for Better Products. www.numeca.com

FINE TM /Marine. CFD Suite for Marine Applications. Advanced Development for Better Products. www.numeca.com FINE TM /Marine CFD Suite for Marine Applications Advanced Development for Better Products www.numeca.com FINE TM /Marine FINE /Marine is a unique integrated CFD software environment for the simulation

More information

CFD ANALYSIS OF CONTROLLABLE PITCH PROPELLER USED IN MARINE VEHICLE

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

More information

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

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

More information

CFD Lab Department of Engineering The University of Liverpool

CFD Lab Department of Engineering The University of Liverpool Development of a CFD Method for Aerodynamic Analysis of Large Diameter Horizontal Axis wind turbines S. Gomez-Iradi, G.N. Barakos and X. Munduate 2007 joint meeting of IEA Annex 11 and Annex 20 Risø National

More information

Application of CFD in connection with ship design

Application of CFD in connection with ship design DANSIS meeting Lyngby, 13 May 2009 Application of CFD in connection with ship design www.force.dk Background Method Examples Summary Claus Daniel Simonsen FORCE Technology Background When a ship, which

More information

Interactive simulation of an ash cloud of the volcano Grímsvötn

Interactive simulation of an ash cloud of the volcano Grímsvötn Interactive simulation of an ash cloud of the volcano Grímsvötn 1 MATHEMATICAL BACKGROUND Simulating flows in the atmosphere, being part of CFD, is on of the research areas considered in the working group

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 [email protected] 1 Overview This tutorial provides a recipe for simulating laminar flow in a pipe with STAR- L CCM+. The

More information

OpenFOAM Optimization Tools

OpenFOAM Optimization Tools OpenFOAM Optimization Tools Henrik Rusche and Aleks Jemcov [email protected] and [email protected] Wikki, Germany and United Kingdom OpenFOAM Optimization Tools p. 1 Agenda Objective Review optimisation

More information

Aerodynamic Department Institute of Aviation. Adam Dziubiński CFD group FLUENT

Aerodynamic Department Institute of Aviation. Adam Dziubiński CFD group FLUENT Adam Dziubiński CFD group IoA FLUENT Content Fluent CFD software 1. Short description of main features of Fluent 2. Examples of usage in CESAR Analysis of flow around an airfoil with a flap: VZLU + ILL4xx

More information

AERODYNAMIC ANALYSIS OF BLADE 1.5 KW OF DUAL ROTOR HORIZONTAL AXIS WIND TURBINE

AERODYNAMIC ANALYSIS OF BLADE 1.5 KW OF DUAL ROTOR HORIZONTAL AXIS WIND TURBINE AERODYNAMIC ANALYSIS OF BLADE 1.5 KW OF DUAL ROTOR HORIZONTAL AXIS WIND TURBINE HITENDRA KURMI Research scholar, School of Energy and Environmental Managment,UTD, RGPV Bhopal,MP,INDIA [email protected]

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

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

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

More information

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

Lecture 16 - Free Surface Flows. Applied Computational Fluid Dynamics

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

More information

Effect of design parameters on temperature rise of windings of dry type electrical transformer

Effect of design parameters on temperature rise of windings of dry type electrical transformer Effect of design parameters on temperature rise of windings of dry type electrical transformer Vikas Kumar a, *, T. Vijay Kumar b, K.B. Dora c a Centre for Development of Advanced Computing, Pune University

More information

CFD Analysis of a butterfly valve in a compressible fluid

CFD Analysis of a butterfly valve in a compressible fluid CFD Analysis of a butterfly valve in a compressible fluid 1 G.TAMIZHARASI, 2 S.KATHIRESAN 1 Assistant Professor,Professor,Departmentment of Electronics and Instrumentation,Bharath university, chennai.

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

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

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

More information

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

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

Distinguished Professor George Washington University. Graw Hill

Distinguished Professor George Washington University. Graw Hill Mechanics of Fluids Fourth Edition Irving H. Shames Distinguished Professor George Washington University Graw Hill Boston Burr Ridge, IL Dubuque, IA Madison, Wl New York San Francisco St. Louis Bangkok

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

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

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

APPENDIX 3 CFD CODE - PHOENICS

APPENDIX 3 CFD CODE - PHOENICS 166 APPENDIX 3 CFD CODE - PHOENICS 3.1 INTRODUCTION PHOENICS is a general-purpose software code which predicts quantitatively the flow of fluids in and around engines, process equipment, buildings, human

More information

Practical Grid Generation Tools with Applications to Ship Hydrodynamics

Practical Grid Generation Tools with Applications to Ship Hydrodynamics Practical Grid Generation Tools with Applications to Ship Hydrodynamics Eça L. Instituto Superior Técnico [email protected] Hoekstra M. Maritime Research Institute Netherlands [email protected] Windt

More information

CONVERGE Features, Capabilities and Applications

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

More information

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

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 [email protected] December 2003 3 rd FENET Annual Industry

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

Aeroacoustic Analogy for the Computation of Aeroacoustic Fields in Partially Closed Domains

Aeroacoustic Analogy for the Computation of Aeroacoustic Fields in Partially Closed Domains INSTITUT FÜR MECHANIK UND MECHATRONIK Messtechnik und Aktorik Aeroacoustic Analogy for the Computation of Aeroacoustic Fields in Partially Closed Domains A. Hüppe 1, M. Kaltenbacher 1, A. Reppenhagen 2,

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 [email protected] WindSim Annual User Meeting 16 June 2011 Topics of presentation 1. - who we are, what we do 2. PHOENICS 3. GCV -

More information

PUTTING THE SPIN IN CFD

PUTTING THE SPIN IN CFD W H I T E PA P E R PUTTING THE SPIN IN CFD Overview Engineers who design equipment with rotating components need to analyze and understand the behavior of those components if they want to improve performance.

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 [email protected] [email protected] [email protected]

More information

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

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

More information

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

1 Finite difference example: 1D implicit heat equation

1 Finite difference example: 1D implicit heat equation 1 Finite difference example: 1D implicit heat equation 1.1 Boundary conditions Neumann and Dirichlet We solve the transient heat equation ρc p t = ( k ) (1) on the domain L/2 x L/2 subject to the following

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

Feature Commercial codes In-house codes

Feature Commercial codes In-house codes A simple finite element solver for thermo-mechanical problems Keywords: Scilab, Open source software, thermo-elasticity Introduction In this paper we would like to show how it is possible to develop a

More information

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

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

More information

Graduate Certificate Program in Energy Conversion & Transport Offered by the Department of Mechanical and Aerospace Engineering

Graduate Certificate Program in Energy Conversion & Transport Offered by the Department of Mechanical and Aerospace Engineering Graduate Certificate Program in Energy Conversion & Transport Offered by the Department of Mechanical and Aerospace Engineering Intended Audience: Main Campus Students Distance (online students) Both Purpose:

More information

Using CFD to improve the design of a circulating water channel

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

More information

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

Numerical Simulation of the External Flow Field. Around a Bluff Car* Numerical Simulation of the External Flow Field Around a Bluff Car* Sun Yongling, Wu Guangqiang, Xieshuo Automotive Engineering Department Shanghai Tongji University Shanghai, China E-mail: [email protected]

More information

Integration of a fin experiment into the undergraduate heat transfer laboratory

Integration of a fin experiment into the undergraduate heat transfer laboratory Integration of a fin experiment into the undergraduate heat transfer laboratory H. I. Abu-Mulaweh Mechanical Engineering Department, Purdue University at Fort Wayne, Fort Wayne, IN 46805, USA E-mail: [email protected]

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 [email protected] ForWind - Center for Wind Energy Research Institute of Physics, University of Oldenburg, Germany Outline Computational

More information

Introductory FLUENT Training

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

More information

Mesh Moving Techniques for Fluid-Structure Interactions With Large Displacements

Mesh Moving Techniques for Fluid-Structure Interactions With Large Displacements K. Stein Department of Physics, Bethel College, St. Paul, MN 55112 T. Tezduyar Mechanical Engineering, Rice University, MS 321, Houston, TX 77005 R. Benney Natick Soldier Center, Natick, MA 01760 Mesh

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

Introduction to COMSOL. The Navier-Stokes Equations

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

More information

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

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

More information

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

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

More information

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

Lecturer, Department of Engineering, [email protected], Lecturer, Department of Mathematics, [email protected]

Lecturer, Department of Engineering, ar45@le.ac.uk, Lecturer, Department of Mathematics, sjg50@le.ac.uk 39 th AIAA Fluid Dynamics Conference, San Antonio, Texas. A selective review of CFD transition models D. Di Pasquale, A. Rona *, S. J. Garrett Marie Curie EST Fellow, Engineering, [email protected] * Lecturer,

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

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

A Response Surface Model to Predict Flammable Gas Cloud Volume in Offshore Modules. Tatiele Dalfior Ferreira Sávio Souza Venâncio Vianna

A Response Surface Model to Predict Flammable Gas Cloud Volume in Offshore Modules. Tatiele Dalfior Ferreira Sávio Souza Venâncio Vianna A Response Surface Model to Predict Flammable Gas Cloud Volume in Offshore Modules Tatiele Dalfior Ferreira Sávio Souza Venâncio Vianna PRESENTATION TOPICS Research Group Overview; Problem Description;

More information

version 3.0 tutorial - Turbulent mixing in a T-junction with CFDSTUDY in SALOME contact: [email protected]

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

Course Outline for the Masters Programme in Computational Engineering

Course Outline for the Masters Programme in Computational Engineering Course Outline for the Masters Programme in Computational Engineering Compulsory Courses CP-501 Mathematical Methods for Computational 3 Engineering-I CP-502 Mathematical Methods for Computational 3 Engineering-II

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

Harvesting-Combine-Flow Simulation Technique

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

More information

COMPARISON OF SOLUTION ALGORITHM FOR FLOW AROUND A SQUARE CYLINDER

COMPARISON OF SOLUTION ALGORITHM FOR FLOW AROUND A SQUARE CYLINDER Ninth International Conference on CFD in the Minerals and Process Industries CSIRO, Melbourne, Australia - December COMPARISON OF SOLUTION ALGORITHM FOR FLOW AROUND A SQUARE CYLINDER Y. Saito *, T. Soma,

More information

ALL GROUND-WATER HYDROLOGY WORK IS MODELING. A Model is a representation of a system.

ALL GROUND-WATER HYDROLOGY WORK IS MODELING. A Model is a representation of a system. ALL GROUND-WATER HYDROLOGY WORK IS MODELING A Model is a representation of a system. Modeling begins when one formulates a concept of a hydrologic system, continues with application of, for example, Darcy's

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

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

Coupled CFD and Vortex Methods for Modelling Hydro- and Aerodynamics of Tidal Current Turbines and On- and Offshore Wind Turbines

Coupled CFD and Vortex Methods for Modelling Hydro- and Aerodynamics of Tidal Current Turbines and On- and Offshore Wind Turbines Coupled CFD and Vortex Methods for Modelling Hydro- and Aerodynamics of Tidal Current Turbines and On- and Offshore Wind Turbines SIMPACK User Meeting 2014 Augsburg, Germany October 9 th, 2014 Dipl.-Ing.

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

Christof Hinterberger, Mark Olesen

Christof Hinterberger, Mark Olesen Application of of a Continuous Adjoint Flow Solver for for Geometry Optimisation of of Automotive Exhaust Systems Christof Hinterberger, Mark Olesen FLOWHEAD Workshop, Varna Sept. 2010 Workshop on industrial

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

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

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

More information

CFD Simulation of the NREL Phase VI Rotor

CFD Simulation of the NREL Phase VI Rotor CFD Simulation of the NREL Phase VI Rotor Y. Song* and J. B. Perot # *Theoretical & Computational Fluid Dynamics Laboratory, Department of Mechanical & Industrial Engineering, University of Massachusetts

More information

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

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

More information

NACA airfoil geometrical construction

NACA airfoil geometrical construction The NACA airfoil series The early NACA airfoil series, the 4-digit, 5-digit, and modified 4-/5-digit, were generated using analytical equations that describe the camber (curvature) of the mean-line (geometric

More information

Lecture 3 Fluid Dynamics and Balance Equa6ons for Reac6ng Flows

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

More information

Part II: Finite Difference/Volume Discretisation for CFD

Part II: Finite Difference/Volume Discretisation for CFD Part II: Finite Difference/Volume Discretisation for CFD Finite Volume Metod of te Advection-Diffusion Equation A Finite Difference/Volume Metod for te Incompressible Navier-Stokes Equations Marker-and-Cell

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

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

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

Creo Simulate 1.0 April 2011

Creo Simulate 1.0 April 2011 Creo Simulate 1.0 April 2011 Creo Simulate a Creo family app Installed / Un-installed separately Creo Simulate in two modes: Embedded mode module of Creo Parametric Standalone mode In Standalone mode:

More information

XFlow CFD results for the 1st AIAA High Lift Prediction Workshop

XFlow CFD results for the 1st AIAA High Lift Prediction Workshop XFlow CFD results for the 1st AIAA High Lift Prediction Workshop David M. Holman, Dr. Monica Mier-Torrecilla, Ruddy Brionnaud Next Limit Technologies, Spain THEME Computational Fluid Dynamics KEYWORDS

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

Design and Analysis of Engine Cooling Fan

Design and Analysis of Engine Cooling Fan International Journal of Current Engineering and Technology ISSN 2277-4106 2014 INPRESSCO. All Rights Reserved. Available at http://inpressco.com/category/ijcet Research Article Design and Analysis of

More information