How To Create A Cdf Optimisation System

Size: px
Start display at page:

Download "How To Create A Cdf Optimisation System"

Transcription

1 ADVANCED ENGINEERING 4(2010)2, ISSN INTERFACES FOR EMBEDDING CFD OPTIMISATION WORKFLOWS INTO THE PRODUCT DEVELOPMENT PROCESS Todorov, G.; Ovcharova, J.; Romanov, B. & Kamberov, K. Abstract: The study previews and analyses the current state of the art of embedding CFD analysis data into the product development process. An approach for embedding CFD workflows connected to optimisation process is developed, based on the performed analyses. The main target is to enhance the conventional development workflow as to reduce iterations and time. Particular focus is set on the primary step of design models data extraction and transfer to the optimisation module, including numerical model pre-processing. Specifics of data transfer to OpenFOAM platform are examined in connection to the developed in the FLOWHEAD project fluid optimisation module. Complete research results in interface conception based on the proposed combined approach. Keywords: PDP, CFD, OpenFOAM, approach. 1 INTRODUCTION Applying optimisation techniques in engineering design processes can improve the performance and quality of existing products and potentially lead to novel designs, which can be crucial in maintaining competitiveness in world markets. The automotive industry has recently past through the change from design processes based on physical prototypes to a computationally aided product development process (PDP) based on virtual prototypes. [1, 3] Numerical simulation methods (FEM, CFD etc.) used in the frame of CAE are currently well established in the PDP; for each single and small change in design, several iterative and time-consuming loops of numerical simulations are performed. Due to conflicting functionalities the optimum can normally not be identified via this approach. The tools for design optimization became more and more popular in the last few years, due to the integrated approach in the virtual product development. The aim is to increase efficiency and quality of this process and to enable the simultaneous consideration of the high range of functionalities and constraints required in the PDP. These optimal design strategies have to be integrated into the full complexity of the PDP to obtain a highly effective automotive design process. The use of tools for optimization requires a highly automated workflow. In an automated procedure all input data must be well defined to lead to a straight forward workflow. [2, 5] This paper is based on the proceedings for a successful integration of a CFD optimisation module subject of project Fluid Optimisation Workflows for Highly Effective Automotive Development Processes in the PDPs that requires initial analysis of existing practices of beneficiaries and associates. Performed analyses of practices of leading automotive companies and possibilities for successful integration of Computational Fluid Dynamics (CFD) optimization could be used as a basis for 211

2 subsequent development of specific workflows. General view of the examined processes is shown in Figure 1. The scheme shows main stages of PDP stages and possible embedding of CFD optimisation process. Optimisation process could start with refined design or even with several conceptual variants. Fig. 1. PDPs and CFD optimisation embedding of workflows 2 INTERFACES PDP TO OPTIMISATION MODULE Generally, two main interfaces exist in the depicted processes data extraction from CAD model and data preparation to optimisation module (simulation model). Optimisation of the work for these two interfaces is important as to decrease efforts and facilitate the exchange between design team and simulations engaged engineers. They could also be defined as interface between CAD data and preprocessing and preprocessed data to optimisation module. The first interface should answer to the needs for data extraction from existing CAD format and geometry simplification clean-up. This concerns mostly the available space determination (for enclosed components) or design line recommendations (for external components). Additional CAD model processing is required very often as to simplify the geometry and to prepare it for next stage mesh generation. The second interface involves model preparation for the optimisation module mesh generation and analysis parameters setup. Transferred data and the stages for these interfaces are shown in Figure

3 Fig. 2. PDPs to CFD optimisation module interfaces Examining the above shown structure, two important points emerge the type of interface file and the number of files. Generally, transfer from CAD model to CFD model could be performed by three types of files: Derived standard types: Two main existing derived file types could be applicable as interface between PDM system and the developing CFD optimisation module: o CGNS - CFD General Notation System it provides a standard for recording and recovering computer data associated with the numerical o solution of the equations of fluid dynamics; STEP - Standard for the Exchange of Product Model Data also provides CFD data transfer system, especially in its application protocol 237; Other standard types exist also as IGES, VDA, etc. Generally, derived standard files are widely used in data exchange between CAD and CAE systems. Additional advantage, especially of the above mentioned two formats, is the ability to include specific information as to describe work environment or other requirements. 213

4 Digital Mock-Up (DMU) exchange types as: o STL a stereolithography CAD format, using raw unstructured triangulated surfaces, with ASCII and binary (more common and compact) formats. Widely used for CAD to CAM transfer and recently for transfer to CAE systems. o CGM Computer Graphics Metafile common format for the platform-independent interchange of bitmap and vector data, used primarily to store vector information. CGM uses three types of syntactical encoding formats Character-based, Binary encoded, Clear-text encoded. These formats are becoming more widely used in geometry transfer CAD to CAE models. Advantages of this technique is the usage of surface mesh, that could be a basis for subsequent model preprocessing, either using this light geometry version as boundaries for developing design space; Native CAD files Depending on the particular problem, native cad files are also useful as they offer easy and full transfer of data by their associativity. All of the major CAD software offer interface modules for direct model transfer to CFD pre-processor or even mesh generation and direct transfer to CFD solver. The tendency of using native CAD files are strongly supported by CFD software suppliers and it could be a sufficient solution. Certain issues are connected if a geometry preparation is needed, as the CAD modellers are not straight oriented performing such type of operations. Above brief preview of existing transfer formats shows that CGNS protocol deals only with CFD data, and thus not include geometry data nor optimisation data. STEP AP 237 is more close to complete solution, but it is under development and also requires usage of STEP AP 214 for geometry. Existing practices in leading automotive manufacturers shows active using of STEP format and as it is also developing as future standard, it is most advised one. Derived data format as STEP also has another advance they are suitable to outsource the project easy interaction with suppliers CAD data systems. Finally, it could be resumed that usage of STEP AP 214 format, combined with additional description file for CFD specific parameters (in future with STEP AP 237), is most applicable solution for examined system needs to bind existing in PDPs CAD data to CFD optimisation module. 3 INTERFACE BETWEEN PREPROCESSING AND OPTIMISATION MODULE (OPENFOAM). PREVIEW CFD optimisation module, developed in the 7 th Framework programme project Fluid Optimisation Workflows for Highly Effective Automotive Development Processes FLOWHEAD is planned to be based on OpenFOAM platform. OpenFOAM is supplied with pre- and post-processing environments. The interface to the pre- and post-processing are themselves OpenFOAM utilities, thereby ensuring consistent data handling across all environments. [4] The overall structure of OpenFOAM is shown in Figure

5 Fig. 3. Overview of OpenFOAM structure OpenFOAM mainly provides the solver. Thus, interfaces could be provided in different ways, as it is shown in Figure 4 bellow. Fig. 4. Open source CFD tool chain Focusing on preprocessing, three different approaches are available: Using OpenFOAM utilities: three different possibilities exist to generate meshes: o Directly to describe the mesh (for simple cases); o By BlockMesh utility the principle behind blockmesh is to decompose the domain geometry into a set of one or more 3D, hexahedral blocks. Edges of the blocks can be straight lines, arcs or splines. The mesh is ostensibly specified as a number of cells in each direction of the block, sufficient information for blockmesh to generate the mesh data; o By snappyhexmesh utility generates 3-dimensional meshes containing hexahedra (hex) and split-hexahedra (split-hex) automatically from triangulated surface geometries in Stereolithography (STL) format. The 215

6 mesh approximately conforms to the surface by iteratively refining a starting mesh and morphing the resulting split-hex mesh to the surface; Using Open source utilities: Several open source utilities could be integrated as to obtain mesh input for the OpenFOAM module. For instance, 3D content creation suite as Blender (surface mesh generator) could be integrated with CalculiX as to generate hexagonal grid which to be exported to OpenFOAM. Also, open source solid modelling systems as BRL-CAD, could be combined with 3D grid generators as gmsh; Using Commercial applications: Existing commercial applications could be used for CAD preparation only (combined with other mesher), or entirely for CAD and mesh preparation. Meshes can be generated using other packages and convert them into the format that OpenFOAM uses. There are numerous mesh conversion utilities as: o ansystofoam - converts an ANSYS input mesh file; o fluent3dmeshtofoam, fluentmeshtofoam, foammeshtofluent exchange with Fluent; o gambittofoam - converts a GAMBIT mesh to OpenFOAM format o sammtofoam, star4tofoam, startofoam, foamtostarmesh exchange with STAR-CD o other meshes, generated by KIVA, Adventure system, CFX 4, Gmsh, Netgen, etc. Some commercial preprocessors, as ANSA, could directly write an OpenFOAM case file, with mesh, fluid model information, boundary conditions and material properties included. There also other approaches, as for instance to use generated STEP model as input for surface mesher, as ANSA for instance, create surface mesh and generate STL file to be used by rather BlockMesh or snappyhexmesh utilities. Brief review of these different approaches is presented in Table 1 below. Type CAD input Used utility Notes Using BlockMesh OpenFOAM STL snappyhexmesh utilities Using Opensource utilities Using Commercial applications Combined approach 216 All exchange formats (STL, STEP, IGES, etc.) STEP, STL Blender BRL-CAD Netgen Gmsh STAR-CD ANSYS / Fluent Gambit ANSA ANSA STAR-Design BlockMesh snappyhexmesh Good application for simple geometry; Requires CAD or CAE tool for complex geometry preparation Open source tools are used; 4 stages modelling geometry export from original CAD system, geometry preparation in CAD open source utility, mesh generation and export to OpenFOAM Simpler data processing - export from original CAD system, geometry/mesh preprocessing in CAE software, import in OpenFOAM Direct OpenFOAM case definition (ANSA) Flexible approach, involving geometry data preparation in original CAD system, surface mesh generation in commercial preprocessor (ANSA or STAR-Design), import in OpenFOAM and volume meshing Table 1. Possible approaches for CFD optimisation module input definition

7 Generally, the combined approach, using native CAD system to prepare geometry (CATIA) input (STEP), commercial preprocessor (STAR-Design or ANSA for instance) to prepare initial mesh input (STL) and OpenFOAM mesh utilities (Block Mesh, snappyhexmesh) to prepare mesh model, is the most suitable for the developed optimisation system. Depending on the model complexity, different stages could be excluded. Thus, three sub-approaches could be stated: - for simple models direct definition, using OpenFOAM utilities; - for middle level of complexity geometry preparation in the native CAD system, STL transfer directly to OpenFOAM utility (snappyhexmesh); - for complex models geometry preparation in CAD native system or in specialized CAD tool, neutral export (STEP) to commercial preprocessor (STAR- Design or ANSA) for preparing surface mesh and additional meshing in snappyhexmesh via STL format transfer. 4 INTERFACE CONCEPTION Complete solution for interfaces conception is developed, based on the above described specific data formats and their parameters. Two interfaces are to be developed: PDP stage Refined Design to CAD Model (prepared to optimisation): This interface collects information, connected to CFD analysis, from PDM system. Two variants are possible: o Two separate models could be used, as it is shown on figure 3 Geometry model and Non geometry model. STEP AP 214 is well known and widely used format for geometry information transfer. Any other non geometric data could be saved in CGNS format or in similar to STEP AP 237 one. The non geometric data could be written in separate text files as to be o processed further to OpenFOAM required format. Possible another solution is to use single model, which will include both geometry and non geometry data. Anyway, it will be useful to use data definitions, as for STEP / CGNS formats. CAD Model (prepared to optimisation) to CFD model (for optimisation module input): This interface is based on already created interface, described above, and should contain next main data groups: o Meshed model(s); o Geometry data; o Design space (for optimisation); o Material properties (solid and fluid); o Boundary conditions; o Simulation model data (e.g. turbulence model, wall definitions, etc.). First three groups could be processed and described by a single file, while next data (mainly in text format), should be assigned as parameters and written in suitable file format. Combined approach could be used to generate mesh model, depending on the model complexity, as it was described in the previous chapter. 217

8 General data workflow could be seen in Figure 5 bellow. It describes possible data workflows, depending on the task complexity. Two different approaches are available to obtain CAD input to the mesher by definition of the design space by the original CAD tool, or using specialized CAD tool. Also, two different inputs in OpenFOAM should be available through STL formatted file for surface meshes that are to be processed further in snappyhexmesh utility, or direct 3D mesh input through the available in OpenFOAM conversion utilities. This structure gives flexibility concerning task level and time needed to prepare the optimisation. Depending on the task level of complexity, the user should be available to choose among various approaches as to reduce time to define the optimisation model in means of geometry description. Another important point is the processing of the case definition data. Described in external files data for materials, simulation models, etc. should be converted in OpenFOAM format. This will be performed using specialized GUI for needed files creation, which will be next task, outside the current project. Currently, direct files generation will be used as the project focus is mainly in the field of optimisation procedures. 218 Fig. 5. Combined approach for data interfaces

9 Above described approaches will be used for the planned demonstration cases as to probe their availability. 5 PRACTICAL EXAMPLES Two test cases, using practical samples, are described bellow, as to present discussed approaches and techniques. First test case includes air duct optimization, based on 2D geometry. Initial geometry is shown on figure 6, as it is defined according to surrounding geometry. 12 points are defined as positions initially. Possible variations in their positions are included in separate files. Thus, the design space is defined directly, by proper parameters values. The air duct generally has no complex geometry and the task is in 2D. This makes possible using simple approach by direct definition of the duct (descriptive text file - dictionary, that includes vertices, blocks, patches etc. information) to obtain initial mesh of the geometry. Fig. 6. 2D air duct. Geometry input Input text file and resulting initial mesh of the model are shown together on figure 7 bellow, opened in OpenFOAM visualization tool - ParaView. The mesh is generated using built-in mesh module of OpenFOAM BlockMesh. Generated mesh is used as a start point for further optimization purposes. 219

10 Fig. 7. 2D air duct. Prepared initial geometry mesh This approach is useful for simple geometries definition, where all entities could be defined easily, using available simplified descriptions by base primitives and objects. Nevermind, certain manual work is involved and future automation of the process should be provided. Similar task, but in 3D, is developed and previewed as sample for optimization input preporcessing. The geometry of the model, shown on figure 8 bellow, is not with high complexity, but is processed by two other possible approaches: o o By STL format conversion; By surface mesh generation in commercial preprocessor and input through available convertors in OpenFOAM. Direct geometry conversion approach by STL involves next steps: o Initial geometry clean-up and export in STL format involves certain manual operations, as to simplify geometry and set-up STL export settings; o Background hex mesh preparation, using blockmesh (defines the extent of the computational domain and a base level mesh density) o Combining of STL and background meshes by snappyhexmesh tool. This approach is illustrated by the generated STL file for the examined 3D duct, imported in OpenFOAM, shown also on figure 8 bellow, again in paraview tool. It is important to note that usually, STL format meshes flat surfaces roughly and subsequent mesh optimization should be required. Otherwise, this approach is relatively simple and is fast and applicable for cases where no significant geometry clean-up is needed. 220

11 Fig. 8. 3D air duct. Geometry and STL input Another possible approach, as it is included in chapter 3 above, is to use commercial utilities for the geometry clean-up and for preprocessing. This approach is illustrated again by a solution for the second demonstration case. Initially, the geometry could be cleaned-up using the preprocessor utilities (GAMBIT is used for this sample). Next step is to obtain mesh in the same tool and to input it in OpenFOAM media. Existing convertor is used for the last step gambittofoam. Various tools are available, including startofoam. The result is shown on figure 9 bellow, again in paraview tool, OpenFOAM. Next step is to combine the result with the generated by blockmesh background hex mesh. Fig. 9. 3D air duct. Mesh converted from preprocessor to input in OpenFOAM 221

12 This possible variant involves less manual operations and could be used also for simple cases. Its universality could be used as to be the sole approach for preparing of the input data for the optimization module. It will require two main interfaces: o Native CAD file-to-cae preprocessor: STEP file issued by CAD software to transfer data to CAE preprocessor; o CAE preprocessor-to-openfoam: Native preprocessor format or STL. 6 CONCLUSION Current state of the art of embedding CFD analysis data into the product development process is examined in the presented paper. This results in developed approach for embedding CFD workflows connected to optimisation process, where the main goal is to enhance the conventional development workflow by reducing iterations and time. This approach includes 3 possible methods for data extraction and delivery to the numerical analysis module, depending on model complexity. Particularly, the approach involves specifics of data transfer to OpenFOAM platform, which is basis of the developed in the FLOWHEAD project CFD optimisation module. Presented approach is illustrated by two samples test cases, extracted from real practice of leading automotive manufacturers. Performed tests show decreased time and efforts for data processing and will be used in future project development. Acknowledgments: This research study is performed by the support of 7 th Framework programme project Fluid Optimisation Workflows for Highly Effective Automotive Development Processes FLOWHEAD and of project D002 11/05 of National Science Fund, Ministery of Education, Youth and Science, Bulgaria. References: [1] Chroneer, Z. (2007). The CFD process for aerodynamics at Volvo cars using HARPOON- FLUENT, Proceedings of 3 rd European Automotive CFD Conference EACC 2007, pp , Frankfurt, Germany, 5-6 July 2007 [2] King, M. L.; Fisher, M. J. & Jensen, C. J. (2006). A CAD-centric approach to CFD analysis with discrete features, Computer-Aided Design & Applications, Vol. 3, Nos. 1-4, 2006, pp [3] Lescheticky, J.; Duddeck, F.; Willmes, L. & Girona, S. (2004). Efficient product development of car bodies using multi-disciplinary optimisation, Numerical Analysis and Simulation, VDI-Report No 1846, pp [4] Lewis, R.; Mosedale, A. & Annetts, I. (2009). Using OpenFOAM and ANSA for road and race car CFD, Proceedings of 3 rd ANSA and μeta International Conference, pp , Porto Carras, Halkidiki, Greece, 9-11 September 2009 [5] Sauter, J.; Lauber, B.; Haeussler, P. & Vieker, D. (2003). Structural optimisation integration and gaps in workflows of numerical simulation processes. Proceedings of NAFEMS seminar: Integration of Numerical Simulation into Development Process, pp , Wiesbaden, Germany, November 2003 Received:

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

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

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

f o r d e m a n d i n g C F D pre- & post-processing ANSA μετα p i o n e e r i n g software systems www.beta-cae.gr

f o r d e m a n d i n g C F D pre- & post-processing ANSA μετα p i o n e e r i n g software systems www.beta-cae.gr ANSA μετα p i o n e e r i n g software systems f o r d e m a n d i n g C F D pre- & post-processing TM www.beta-cae.gr ANSA with its powerful functionality provides high efficiency solutions for CFD applications.

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

Fully Automatic Hex Dominant Mesher. Paul Gilfrin Sharc Ltd

Fully Automatic Hex Dominant Mesher. Paul Gilfrin Sharc Ltd Fully Automatic Hex Dominant Mesher Paul Gilfrin Sharc Ltd Sharc Ltd UK About Sharc Developer of Harpoon Founded in 1997 Distributors of Ensight Engineers with CFD/FEA experience Specialise in the integration

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

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

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

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

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

More information

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

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

ANSA. www.beta-cae.gr. ANSA for demanding CFD pre-processing. for demanding CFD pre-processing. Model setup. software systems. Morphing & optimization

ANSA. www.beta-cae.gr. ANSA for demanding CFD pre-processing. for demanding CFD pre-processing. Model setup. software systems. Morphing & optimization Model setup - Specification of boundary condition types for ANSYS FLUENT, Star CD/CCM+ and UH-3D. - Complete solution setup for OpenFOAM cases, including initial and boundary condition specification, physical

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

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

Introduction to ANSYS

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

More information

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

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

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

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

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

CFturbo Modern turbomachinery design software

CFturbo Modern turbomachinery design software COMPRESSOR Tech Magazine CFturbo Modern turbomachinery design software Designing new compressors from scratch and compressor redesign By Ralph-Peter Mueller & Gero Kreuzfeld Ralph-Peter Mueller and Gero

More information

CAE DATA & PROCESS MANAGEMENT WITH ANSA

CAE DATA & PROCESS MANAGEMENT WITH ANSA CAE DATA & PROCESS MANAGEMENT WITH ANSA Srikanth RAGHOTHAM Volvo India Private Limited Volvo Group Bangalore INDIA KEYWORDS Enovia-2-Ansa, Ansa Data Management (Ansa-DM) TECHNICAL PAPER CAE Data & Process

More information

Integrative Optimization of injection-molded plastic parts. Multidisciplinary Shape Optimization including process induced properties

Integrative Optimization of injection-molded plastic parts. Multidisciplinary Shape Optimization including process induced properties Integrative Optimization of injection-molded plastic parts Multidisciplinary Shape Optimization including process induced properties Summary: Andreas Wüst, Torsten Hensel, Dirk Jansen BASF SE E-KTE/ES

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

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

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

OPEN-SOURCE CFD ANALYSIS OF MULTI-DOMAIN UNSTEADY HEATING WITH NATURAL CONVECTION

OPEN-SOURCE CFD ANALYSIS OF MULTI-DOMAIN UNSTEADY HEATING WITH NATURAL CONVECTION TASK QUARTERLY 13 No 4, 403 414 OPEN-SOURCE CFD ANALYSIS OF MULTI-DOMAIN UNSTEADY HEATING WITH NATURAL CONVECTION PAWEŁ SOSNOWSKI AND JACEK POZORSKI Institute of Fluid-Flow Machinery, Polish Academy of

More information

ANSA. www.beta-cae.gr. quality and performance in automatic mesh generation. p i o n e e r i n g software systems

ANSA. www.beta-cae.gr. quality and performance in automatic mesh generation. p i o n e e r i n g software systems ANSA p i o n e e r i n g software systems quality and performance in automatic mesh generation courtesy of Dr. Ing h.c.f. Porsche AG TM www.beta-cae.gr quality and performance in automatic mesh generation

More information

COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES ME469B - Spring 2007 COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES Gianluca Iaccarino Dept. Mechanical Engineering Bldg. 500 RM 204 (RM500-I) Ph. 650-723-9599 Email: jops@stanford.edu ME469B/1/GI

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

Technology Update: Workbench, Geometry, Meshing, Workflow. ANSYS Users Group Meeting Prague, 2011

Technology Update: Workbench, Geometry, Meshing, Workflow. ANSYS Users Group Meeting Prague, 2011 Technology Update: Workbench, Geometry, Meshing, Workflow ANSYS Users Group Meeting Prague, 2011 1 Andreas Kolms Hannover 2 Agenda Workbench Geometry Meshing Workflow 3 The Path to Robust Design Optimization

More information

Rapid Design of an optimized Radial Compressor using CFturbo and ANSYS

Rapid Design of an optimized Radial Compressor using CFturbo and ANSYS Rapid Design of an optimized Radial Compressor using CFturbo and ANSYS Enrique Correa, Marius Korfanty, Sebastian Stübing CFturbo Software & Engineering GmbH, Dresden (Germany) PRESENTATION TOPICS 1. Company

More information

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

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

More information

ANSYS Meshing User's Guide

ANSYS Meshing User's Guide ANSYS Meshing User's Guide ANSYS, Inc. Southpointe 275 Technology Drive Canonsburg, PA 15317 ansysinfo@ansys.com http://www.ansys.com (T) 724-746-3304 (F) 724-514-9494 Release 13.0 November 2010 ANSYS,

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

Experts in Computational Fluid Dynamics

Experts in Computational Fluid Dynamics Experts in Computational Fluid Dynamics TotalSim Background TotalSim is an independent CFD consultancy firm specialising in aerodynamic and hydrodynamic design and development through the use of open source

More information

Titelmasterformat durch Klicken bearbeiten

Titelmasterformat durch Klicken bearbeiten Titelmasterformat durch Klicken bearbeiten ANSYS AIM Product simulation for every engineer Erke Wang CADFEM GmbH Georg Scheuerer ANSYS Germany GmbH Christof Gebhardt CADFEM GmbH All products involve multiple

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

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

MULTIDISCIPLINARY DESIGN OPTIMIZATION (MDO) USING ANSA/µETA POSTPROCESSOR AND ISIGHT

MULTIDISCIPLINARY DESIGN OPTIMIZATION (MDO) USING ANSA/µETA POSTPROCESSOR AND ISIGHT MULTIDISCIPLINARY DESIGN OPTIMIZATION (MDO) USING ANSA/µETA POSTPROCESSOR AND ISIGHT Frederic KRABCHI Simulia, France Abstract: Increasingly, industries are using process automation tools in simulation-based

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

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

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

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

Volumetric Meshes for Real Time Medical Simulations

Volumetric Meshes for Real Time Medical Simulations Volumetric Meshes for Real Time Medical Simulations Matthias Mueller and Matthias Teschner Computer Graphics Laboratory ETH Zurich, Switzerland muellerm@inf.ethz.ch, http://graphics.ethz.ch/ Abstract.

More information

ADVANCED TOOL FOR FLUID DYNAMICS- CFD AND ITS APPLICATIONS IN AUTOMOTIVE, AERODYNAMICS AND MACHINE INDUSTRY

ADVANCED TOOL FOR FLUID DYNAMICS- CFD AND ITS APPLICATIONS IN AUTOMOTIVE, AERODYNAMICS AND MACHINE INDUSTRY International Journal of Mechanical Engineering and Technology (IJMET) Volume 7, Issue 2, March-April 2016, pp. 177 186, Article ID: IJMET_07_02_019 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=7&itype=2

More information

Automotive CAE Integration.

Automotive CAE Integration. WHITEPAPER Automotive CAE Integration.. 2010 AUDI AG BMW AG Daimler AG Dr. Ing. h. c. F. Porsche AG Volkswagen AG PROSTEP AG Automotive CAE Integration Addendum to Automotive CAE Integration: Requirements

More information

2.1 CFD PROJECT PLANNING. 2006 ANSYS, Inc. All rights reserved. ANSYS, Inc. Proprietary

2.1 CFD PROJECT PLANNING. 2006 ANSYS, Inc. All rights reserved. ANSYS, Inc. Proprietary 2.1 CFD PROJECT PLANNING 2006 ANSYS, Inc. All rights reserved. 2008 ANSYS, Inc. All rights reserved. 6-2 CFD PROJECT PLANNING Task definition Resources Timing and deliverables Design review Assumed part

More information

Tutorials from CAD through CFD for Beginners

Tutorials from CAD through CFD for Beginners Tutorials from CAD through CFD for Beginners John M. Cimbala, Professor Keith A. Martin, Graduate student Scott A. Richards, Graduate student Department of Mechanical and Nuclear Engineering, The Pennsylvania

More information

An Overview of the Finite Element Analysis

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

More information

Automated moving mesh techniques in CFD

Automated moving mesh techniques in CFD Unione Europea Repubblica Italiana Regione Autonoma della Sardegna Automated moving mesh techniques in CFD Application to fluid-structure interactions and rigid motions problems MANUELA PROFIR manuela@crs4.it

More information

How SolidWorks Speeds Consumer Product Design

How SolidWorks Speeds Consumer Product Design white paper How SolidWorks Speeds Consumer Product Design inspiration SUMMARY SolidWorks Premium bridges the gap between industrial design and engineering by providing powerful surfacing capabilities,

More information

Automotive CAE Integration.

Automotive CAE Integration. WHITEPAPER Automotive CAE Integration. Requirements and Evaluation. of Interfaces. 2009 AUDI AG BMW AG Daimler AG Dr. Ing. h. c. F. Porsche AG Volkswagen AG PROSTEP AG Automotive CAE Integration Contribution

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

Science Intensive Development (SID)

Science Intensive Development (SID) Science Intensive Development (SID) At, we develop custom software that requires specific scientific knowledge. We are experienced in realizing projects that had been considered impossible. The main guarantee

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

COMPUTATIONAL SIMULATION OF AIR

COMPUTATIONAL SIMULATION OF AIR CONFERENCE ABOUT THE STATUS AND FUTURE OF THE EDUCATIONAL AND R&D SERVICES FOR THE VEHICLE INDUSTRY COMPUTATIONAL SIMULATION OF AIR POLLUTION DISPERSION INDUCED BY URBAN TRAFFIC Zoltán Horváth, Széchenyi

More information

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

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

More information

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

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

More information

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

innovative solutions for durability and fatigue pre- & post-processing ANSA μετα p i o n e e r i n g software systems www.beta-cae.

innovative solutions for durability and fatigue pre- & post-processing ANSA μετα p i o n e e r i n g software systems www.beta-cae. ANSA μετα p i o n e e r i n g software systems innovative solutions for durability and fatigue pre- & post-processing TM www.beta-cae.gr ANSA is the only pre-processor capable of increasing the efficiency

More information

Meshing of a detailed DrivAer Body with ANSYS Meshing and ANSYS ICEM CFD

Meshing of a detailed DrivAer Body with ANSYS Meshing and ANSYS ICEM CFD Meshing of a detailed DrivAer Body with ANSYS Meshing and ANSYS ICEM CFD Dipl.-Ing. (FH) Jan Smedseng CFX Berlin Software GmbH 030 293 811 41 Jan.Smedseng@cfx-berlin.de Contents DrivAer Body Geometry preparation

More information

Design & Drafting Services

Design & Drafting Services Design & Drafting Services 1. Mechanical CAD Services 1. Mechanical CAD Services Mechanical Design Services: Custom machine design Packaging machine design Mechanism design Machine tool design Material

More information

IMPROVING ENERGY EFFICIENCY IN CEMENT PLANTS

IMPROVING ENERGY EFFICIENCY IN CEMENT PLANTS IMPROVING ENERGY EFFICIENCY IN CEMENT PLANTS USING COMPUTATIONAL FLUID DYNAMICS (CFD) For Bureau of Energy Efficiency Best Practices in Energy Efficiency in Cement Sector" Date : 23 rd June 2015 Jodhpur,

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

BBIPED: BCAM-Baltogar Industrial Platform for Engineering design

BBIPED: BCAM-Baltogar Industrial Platform for Engineering design BBIPED: BCAM-Baltogar Industrial Platform for Engineering design Carmen Alonso-Montes, Imanol García, Ali Ramezani, Lakhdar Remaki BCAM Basque Center for Applied Mathematics (Bilbao), Spain Motivation

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

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

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

3D-Visualization and Communication Solutions for CAE Workflows

3D-Visualization and Communication Solutions for CAE Workflows 3D-Visualization and Communication Solutions for CAE Workflows Tor Helge Hansen, Ceetron AS, Trondheim, Norway Armin Sager, Ceetron GmbH, Fellbach, Germany Stein Inge Dale, Ceetron AS, Norway Ketil Aamnes,

More information

Collaborative modelling and concurrent scientific data analysis:

Collaborative modelling and concurrent scientific data analysis: Collaborative modelling and concurrent scientific data analysis: Application case in space plasma environment with the Keridwen/SPIS- GEO Integrated Modelling Environment B. Thiebault 1, J. Forest 2, B.

More information

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt )($:(%$63 6WDNHKROGHU1HHGV,VVXH 5HYLVLRQ+LVWRU\ 'DWH,VVXH 'HVFULSWLRQ $XWKRU 04/07/2000 1.0 Initial Description Marco Bittencourt &RQILGHQWLDO DPM-FEM-UNICAMP, 2000 Page 2 7DEOHRI&RQWHQWV 1. Objectives

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

The Application of Process Automation and Optimisation in the Rapid Development of New Passenger Vehicles at SAIC Motor

The Application of Process Automation and Optimisation in the Rapid Development of New Passenger Vehicles at SAIC Motor The Application of Process Automation and Optimisation in the Rapid Development of New Passenger Vehicles at SAIC Motor Dave Husson Vehicle CAE Manager, SAIC Motor UK Technical Centre Lowhill Lane, Longbridge,

More information

Developing A Complete And Accessible CFD Simulation Platform For Building Applications

Developing A Complete And Accessible CFD Simulation Platform For Building Applications 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, 2665-305 Milharado,

More information

CAD Import Module and LiveLink for CAD V4.3a

CAD Import Module and LiveLink for CAD V4.3a CAD Import Module and LiveLink for CAD V4.3a LiveLink for AutoCAD, LiveLink for Creo Parametric, LiveLink for Inventor, LiveLink for Pro/ENGINEER, LiveLink for Solid Edge, LiveLink for SolidWorks, LiveLink

More information

Developing a Feature-based System for Automated Machining Feature Recognition (ISO 10303 AP 224) of Prismatic Components

Developing a Feature-based System for Automated Machining Feature Recognition (ISO 10303 AP 224) of Prismatic Components Developing a Feature-based System for Automated Machining Feature Recognition (ISO 10303 AP 224) of Prismatic Components Chen Wong Keong 1, a, Yusri Yusof 2,b 1 Department of Mechanical Engineering, Polytechnic

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

CFD SIMULATION OF NATURAL GAS COMBUSTION AND IST APPLICATION TO TUNNEL KILN FIRING

CFD SIMULATION OF NATURAL GAS COMBUSTION AND IST APPLICATION TO TUNNEL KILN FIRING CFD SIMULATION OF NATURAL GAS COMBUSTION AND IST APPLICATION TO TUNNEL KILN FIRING. R. Obenaus-Emler University of Leoben Contents 1. Intoduction to combustion models in OpenFOAM 2. The Flamelet-Model

More information

SOFTWARE FOR 3D IMAGE VISUALISATION, ANALYSIS AND MODEL GENERATION

SOFTWARE FOR 3D IMAGE VISUALISATION, ANALYSIS AND MODEL GENERATION SOFTWARE FOR 3D IMAGE VISUALISATION, ANALYSIS AND MODEL GENERATION Solutions for Life Sciences SIMPLEWARE SOFTWARE Simpleware provides easy-to-use software solutions for the processing of 3D image data

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

Extracting Business. Value From CAD. Model Data. Transformation. Sreeram Bhaskara The Boeing Company. Sridhar Natarajan Tata Consultancy Services Ltd.

Extracting Business. Value From CAD. Model Data. Transformation. Sreeram Bhaskara The Boeing Company. Sridhar Natarajan Tata Consultancy Services Ltd. Extracting Business Value From CAD Model Data Transformation Sreeram Bhaskara The Boeing Company Sridhar Natarajan Tata Consultancy Services Ltd. GPDIS_2014.ppt 1 Contents Data in CAD Models Data Structures

More information

3. Prescribe boundary conditions at all boundary Zones:

3. Prescribe boundary conditions at all boundary Zones: CFD ANALYSIS OF CHANGE IN SHAPE OF SUCTION MANIFOLD TO IMPROVE PERFORMANCE OF THE CENTRIFUGAL PUMP ABSTRACT Mr. Suraj K. Patil PG Student, Department of Mechanical Engineering /BIGCE, Solapur University,

More information

REV G D6-51991 Boeing Partner Network REFERENCE ONLY Copy 1 of 15

REV G D6-51991 Boeing Partner Network REFERENCE ONLY Copy 1 of 15 REV G D6-51991 Boeing Partner Network REFERENCE ONLY Copy 1 of 15 TABLE OF CONTENTS Section Page Table of Contents 2 Abstract 3 Maintenance 3 References 3 Purpose 4 Scope 4 Definitions 4 1.0 Digital Product

More information

The Influence of Aerodynamics on the Design of High-Performance Road Vehicles

The Influence of Aerodynamics on the Design of High-Performance Road Vehicles The Influence of Aerodynamics on the Design of High-Performance Road Vehicles Guido Buresti Department of Aerospace Engineering University of Pisa (Italy) 1 CONTENTS ELEMENTS OF AERODYNAMICS AERODYNAMICS

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

PRODUCT BROCHURE SPATIAL ANALYZER. Powerful, traceable and easy-to-use metrology and analysis software

PRODUCT BROCHURE SPATIAL ANALYZER. Powerful, traceable and easy-to-use metrology and analysis software PRODUCT BROCHURE SPATIAL ANALYZER Powerful, traceable and easy-to-use metrology and analysis software SPATIAL ANALYZER SpatialAnalyzer (SA) is a powerful, traceable and easy to use metrology and analysis

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

Development of Specialized Modelling Tools for Crystal Growth Processes

Development of Specialized Modelling Tools for Crystal Growth Processes International Scientific Colloquium Modelling for Material Processing Riga, June 8-9, 2006 Development of Specialized Modelling Tools for Crystal Growth Processes A. Rudevics, A. Muiznieks, B. Nacke, V.

More information

POLITECNICO DI MILANO Department of Energy

POLITECNICO DI MILANO Department of Energy 1D-3D coupling between GT-Power and OpenFOAM for cylinder and duct system domains G. Montenegro, A. Onorati, M. Zanardi, M. Awasthi +, J. Silvestri + ( ) Dipartimento di Energia - Politecnico di Milano

More information

Simulation Data and Process Management: Why PLM Integration is Critical?

Simulation Data and Process Management: Why PLM Integration is Critical? Simulation Data and Process Management: Why PLM Integration is Critical? NAFEMS September 27, 2007 Eric Riedy Teamcenter Proven Leadership Companies trust UGS to manage product knowledge 3,000,000 licenses

More information

Optical Digitizing by ATOS for Press Parts and Tools

Optical Digitizing by ATOS for Press Parts and Tools Optical Digitizing by ATOS for Press Parts and Tools Konstantin Galanulis, Carsten Reich, Jan Thesing, Detlef Winter GOM Gesellschaft für Optische Messtechnik mbh, Mittelweg 7, 38106 Braunschweig, Germany

More information

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

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

More information

Parametric Modeling: The New CAD Paradigm for Mechanical Designs Randy Shih

Parametric Modeling: The New CAD Paradigm for Mechanical Designs Randy Shih Parametric Modeling: The New CAD Paradigm for Mechanical Designs Randy Shih There is a new kid on the block in the arena of mechanical CAD technology, and that new kid has already formed a new paradigm

More information

TVM 4155 Numerical modelling and hydraulics 10. March 2014. OpenFOAM homework

TVM 4155 Numerical modelling and hydraulics 10. March 2014. OpenFOAM homework TVM 4155 Numerical modelling and hydraulics 10. March 2014 OpenFOAM homework OpenFOAM is the most popular open-source CFD program in the world today. In this homework we will use the program to determine

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

Importing Boundary and Volume Meshes

Importing Boundary and Volume Meshes Appendix A. Importing Boundary and Volume Meshes The volume mesh generation scheme of TGrid requires sets of line segments (2D) or triangular and/or quadrilateral elements (3D) defining the boundaries

More information

Simulation Data Management with Interoperability across domains

Simulation Data Management with Interoperability across domains Simulation Data Management with Interoperability across domains Matthias Grau PROSTEP PROSTEP AG Dolivostraße 11 64293 Darmstadt www.prostep.com PROSTEP AG 2007 Introduction CAE today is used increasingly

More information