OpenFOAM open source CFD on ANSELM

Size: px
Start display at page:

Download "OpenFOAM open source CFD on ANSELM"

Transcription

1 OpenFOAM Tomáš Brzobohatý Supercomputing for industry SC4Industry Research Programme 3 - Libraries for Parallel Computing, VŠB-TU Ostrava

2 OpenFOAM - Introduction - Features - OpenFOAM Case Outline OpenFOAM on ANSELM - Running applications - Running applications in parallel - Compiling applications and libraries Benchmarks

3 What OpenFOAM is? OpenFOAM - Introduction The OpenFOAM (Open Field Operation and Manipulation) CFD Toolbox based on C++. OpenFOAM is free and open source software, released under the GNU General Public License. OpenFOAM includes over 80 solver applications that simulate specific problems in engineering mechanics and over 170 utility applications that perform pre- and post-processing tasks, e.g. meshing, data visualization, etc. Friendly syntax for partial differential equations Unstructured polyhedral grid capabilities Automatic parallelization of applications written using OpenFOAM high-level syntax Commercial support and training provided by the developers

4 OpenFOAM - Introduction OpenFOAM syntax for tensor operations and partial differential equations ρu t For example the equation is represented by the code: + φu- μ U = p Solve ( ); fvm::ddt(rho,u) + fvm::div(phi,u) - fvm::laplacian(mu,u) == - fvc::grad(p)

5 History OpenFOAM - Introduction The original development of OpenFOAM started in the late 1980s at Imperial College, London. The FOAM, was sold by UK company Nabla Ltd. before being released as open source in On 15 August 2011, OpenCFD announced its acquisition by Silicon Graphics International (SGI). On September 12, 2012, the ESI Group announced the acquisition of OpenFOAM Ltd from SGI. Where we can find info? Homepage - Wiki - CFD Forum -

6 OpenFOAM Features

7 Incompressible flows OpenFOAM - Features adjointshapeoptimizationfoam icofoam MRFSimpleFoam nonnewtonianicofoam pimpledymfoam pimplefoam pisofoam poroussimplefoam simplefoam SRFSimpleFoam

8 Incompressible flows OpenFOAM - Features adjointshapeoptimizationfoam icofoam MRFSimpleFoam nonnewtonianicofoam pimpledymfoam pimplefoam pisofoam poroussimplefoam simplefoam SRFSimpleFoam Multiphase flows bubblefoam cavitatingfoam compressibleinterfoam interfoam interdymfoam intermixingfoam interphasechangefoam LTSInterFoam MRFInterFoam MRFMultiphaseInterFoam multiphaseinterfoam porousinterfoam settlingfoam twoliquidmixingfoam twophaseeulerfoam simplefoam SRFSimpleFoam

9 Compressible flows OpenFOAM - Features rhocentralfoam rhocentraldymfoam rhopimplefoam rhoporousmrfltspimplefoam rhoporoussimplefoam rhoporousmrfpimplefoam rhosimplecfoam rhosimplefoam sonicdymfoam sonicliquidfoam

10 Compressible flows OpenFOAM - Features rhocentralfoam rhocentraldymfoam rhopimplefoam rhoporousmrfltspimplefoam rhoporousmrfsimplefoam rhoporousmrfpimplefoam rhosimplecfoam rhosimplefoam sonicdymfoam sonicliquidfoam chemfoam coldenginefoam dieselenginefoam dieselfoam enginefoam firefoam PDRFoam reactingfoam Combustion rhoreactingfoam XiFoam

11 Compressible flows OpenFOAM - Features rhocentralfoam rhocentraldymfoam rhopimplefoam rhoporousmrfltspimplefoam rhoporousmrfsimplefoam rhoporousmrfpimplefoam rhosimplecfoam rhosimplefoam sonicdymfoam sonicliquidfoam chemfoam coldenginefoam dieselenginefoam dieselfoam enginefoam firefoam PDRFoam reactingfoam Combustion rhoreactingfoam XiFoam Conjugate Heat Transfer buoyantbafflesimplefoam buoyantboussinesqpimplefoam buoyantboussinesqsimplefoam buoyantpimplefoam buoyantsimplefoam chtmultiregionfoam

12 RAS Turbulence Models OpenFOAM - Features laminar kepsilon komega komegasst RNGkEpsilon NonlinearKEShih LienCubicKE qzeta LaunderSharmaKE LamBremhorstKE LienCubicKELowRe LienLeschzinerLowRe LaunderGibsonRSTM realizableke SpalartAllmaras

13 RAS Turbulence Models OpenFOAM - Features laminar kepsilon komega komegasst RNGkEpsilon NonlinearKEShih LienCubicKE qzeta LaunderSharmaKE LamBremhorstKE LienCubicKELowRe LienLeschzinerLowRe LaunderGibsonRSTM realizableke SpalartAllmaras LES Turbulence Models laminar Smagorinsky Smagorinsky2 dynsmagorinsky dynlagrangian scalesimilarity mixedsmagorinsky dynmixedsmagorinsky komegasstsas oneeqeddy dynoneeqeddy locdynoneeqeddy specteddyvisc LRDDiffStress DeardorffDiffStress SpalartAllmaras SpalartAllmarasDDES SpalartAllmarasIDDES

14 Transport models OpenFOAM - Features Newtonian CrossPowerLaw BirdCarreau HerschelBulkley powerlaw interfaceproperties

15 Transport models OpenFOAM - Features Newtonian CrossPowerLaw BirdCarreau HerschelBulkley powerlaw interfaceproperties ThermoProperties icopolynomial perfectgas hconstthermo janafthermo speciethermo consttransport polynomialtransport sutherlandtransport hpolynomialthermo

16 Transport models OpenFOAM - Features Newtonian CrossPowerLaw BirdCarreau HerschelBulkley powerlaw interfaceproperties ThermoProperties icopolynomial perfectgas hconstthermo janafthermo speciethermo consttransport polynomialtransport sutherlandtransport hpolynomialthermo Radiation Models P1 fvdom viewfactor

17 Transport models OpenFOAM - Features Newtonian CrossPowerLaw BirdCarreau HerschelBulkley powerlaw interfaceproperties ThermoProperties icopolynomial perfectgas hconstthermo janafthermo speciethermo consttransport polynomialtransport sutherlandtransport hpolynomialthermo Radiation Models Reaction Models P1 fvdom viewfactor hpsimixturethermo hspsimixturethermo hrhomixturethermo hsrhomixturethermo homogeneousmixture inhomogeneousmixture veryinhomogeneousmixture dieselmixture basicmulticomponentmixture multicomponentmixture reactingmixture egrmixture

18 Mesh Generation OpenFOAM - Features blockmesh extrudemesh extrude2dmesh extrudetoregionmesh snappyhexmesh

19 Mesh Generation OpenFOAM - Features blockmesh extrudemesh extrude2dmesh extrudetoregionmesh snappyhexmesh Mesh Manipulation checkmesh mergemeshes movemesh polydualmesh refinemesh renumbermesh splitmesh transformpoints autorefinemesh modifymesh refinehexmesh refinementlevel refinewalllayer

20 Mesh Generation OpenFOAM - Features blockmesh extrudemesh extrude2dmesh extrudetoregionmesh snappyhexmesh Mesh Conversion Mesh Manipulation checkmesh mergemeshes movemesh polydualmesh refinemesh renumbermesh splitmesh transformpoints autorefinemesh modifymesh refinehexmesh refinementlevel refinewalllayer ansystofoam cfx4tofoam fluentmeshtofoam foammeshtofluent foamtostarmesh gambittofoam gmshtofoam ideasunvtofoam mshtofoam netgenneutraltofoam plot3dtofoam star4tofoam tetgentofoam writemeshobj

21 Pre-Processing OpenFOAM - Features applyboundarylayer applywallboundaryconditions changedictionary mapfields setfields viewfactorsgen

22 Pre-Processing OpenFOAM - Features applyboundarylayer applywallboundaryconditions changedictionary mapfields setfields viewfactorsgen Post-Processing foamdatatofluent foamtoensight foamtoensightparts foamtogmv foamtotecplot360 foamtovtk Co Lambda2 Mach

23 OpenFOAM case OpenFOAM case Constant - contains a full description of the case mesh in a subdirectory polymesh and files specifying physical properties for the application concerned, e.g.transportproperties. System - for setting parameters associated with the solution procedure itself. Time directories - containing individual files of data for particular fields Processors - directories are named processorn where N=0,1 represents a processor number and contains a time directory, containing the decomposed field descriptions, and a constant/polymesh directory containing the decomposed mesh description. properties polymesh constant Points Faces Cells boundary processors* case system controldict fvschemes fvsolution decomposepardict 0 time directories > 0

24 OpenFOAM on ANSELM

25 Available engineering modules ~]$ module avail /opt/modules/modulefiles/engineering ansys/14.5.x matlab/r2013a-edu comsol/43b-com openfoam/2.2.1-gcc481-openmpi1.6.5-dp comsol/43b-edu openfoam/2.2.1-gcc481-openmpi1.6.5-sp lsdyna/7.x.x openfoam/2.2.1-icc-openmpi1.6.5-dp matlab/r2013a-com To create OpenFOAM environment on ANSELM give the commands: ~]$ module load openfoam/2.2.1-icc-openmpi1.6.5-dp ~]$ source $FOAM_BASHRC

26 Getting Started Create a project directory within the $HOME/OpenFOAM directory named <USER> and create a directory named run within it, e.g. by typing: [brz021@login2.anselm ~]$ mkdir -p $FOAM_RUN Project directory is now available by typing [brz021@login2.anselm ~]$ cd /home/brz021/openfoam/brz /run or [brz021@login2.anselm ~]$ cd $FOAM_RUN Copy the tutorial examples directory in the OpenFOAM distribution to the run directory [brz021@login2.anselm ~]$ cp -r $FOAM_TUTORIALS $FOAM_RUN Run the first example case of incompressible laminar flow in a cavity: [brz021@login2.anselm ~]$ cd $FOAM_RUN/tutorials/incompressible/icoFoam/cavity [brz021@login2.anselm ~]$ blockmesh [brz021@login2.anselm ~]$ icofoam

27 Running Serial Applications Create a Bash script: pokus.sh #!/bin/bash module load openfoam/2.2.1-icc-openmpi1.6.5-dp source $FOAM_BASHRC # source to run functions. $WM_PROJECT_DIR/bin/tools/RunFunctions cd $FOAM_RUN/tutorials/incompressible/icoFoam/cavity runapplication blockmesh runapplication icofoam Job Submission $ qsub -A OPEN-0-0 -q qprod -l select=1:ncpus=1,walltime=03:00:00 pokus.sh

28 OpenFOAM on ANSELM Running applications in parallel

29 Running applications in parallel #!/bin/bash #PBS N motorbike #PBS l select=2:ncpus=16 #PBS l walltime=01:00:00 #PBS q qprod #PBS A IT4I-1-4 pokusparallel.pbs module load openfoam/2.2.1-icc-openmpi1.6.5-dp source $FOAM_BASHRC cd $FOAM_RUN/tutorials/incompressible/simpleFoam/motorBike nproc = 32 mpirun hostfile ${PBS_NODEFILE} np $nproc snappyhexmesh overwrite parallel tee snappyhexmesh.log mpirun hostfile ${PBS_NODEFILE} np $nproc potentialfoam -nofunctionobject-writep parallel tee potentialfoam.log mpirun hostfile ${PBS_NODEFILE} np $nproc simplefoam parallel tee simplefoam.log

30 Running applications in parallel decomposepardict The mesh and fields are decomposed using the decomposepar utility. constant case system properties polymesh Points Faces Cells boundary 0 controldict fvschemes fvsolution decomposepardict time directories > 0 processors*

31 Running applications in parallel numberofsubdomains 32; method simple; decomposepardict simplecoeffs { n ( ); delta 0.001; } hierarchicalcoeffs { n ( ); delta 0.001; order xyz; } manualcoeffs { datafile ""; }

32 Running applications in parallel simple - simple geometric decomposition in which the domain is split into pieces by direction hierarchical - hierarchical geometric decomposition which is the same as simple except the user specifies the order in which the directional split is done scotch - scotch decomposition which requires no geometric input from the user and attempts to minimise the number of processor boundaries. manual - manual decomposition, where the user directly specifies the allocation of each cell to a particular processor.

33 Running applications in parallel Create a Bash script: pokus.sh #!/bin/bash module load openfoam/2.2.1-icc-openmpi1.6.5-dp source $FOAM_BASHRC # source to run functions. $WM_PROJECT_DIR/bin/tools/RunFunctions cd $FOAM_RUN/tutorials/incompressible/simpleFoam/motorBike runapplication blockmesh runapplication decomposepar Job Submission $ qsub -A OPEN-0-0 -q qprod -l select=1:ncpus=1,walltime=03:00:00 pokus.sh $ qsub pokusparallel.pbs

34 OpenFOAM on ANSELM Compile an own solvers

35 Compile an own solver Initialize OpenFOAM environment before compiling your solver ~]$ module load openfoam/2.2.1-icc-openmpi1.6.5-dp ~]$ source $FOAM_BASHRC $ cd $FOAM_RUN/ Create directory applications/solvers in user directory $ mkdir p applications/solvers $ cd applications/solvers Copy icofoam solver s source files $ cp r $FOAM_SOLVERS/incompressible/icoFoam/ My_icoFoam $ cd My_icoFoam Rename icofoam.c to My_icoFOAM.C $ mv icofoam.c My_icoFoam.C

36 Compile an own solver Edit files file in Make directory: icofoam.c EXE = $(FOAM_APPBIN)/icoFoam My_icoFoam.C EXE = $(FOAM_USER_APPBIN)/My_icoFoam In directory My_icoFoam give the compilation command: $ wmake

37 BENCHMARKS

38 Boeing 787 Dreamliner Benchmarks

39 Boeing 787 Dreamliner Benchmarks M Cells M Unknowns Mesh generated by snappyhexmesh simplefoam k-omegasst 2000 time step iter. solver parameters p U k omega - GAMG - smoothsolver - smoothsolver - smoothsolver Tolerance 1e-7 relativetolerance 0.1

40 Boeing 787 Dreamliner Benchmarks

41 Lamborghini Aventador Benchmarks

42 Lamborghini Aventador M Cells M Unknowns Mesh generated by snappyhexmesh simplefoam k-omegasst 2000 time step iter. Benchmarks solver parameters p U k omega - GAMG - smoothsolver - smoothsolver - smoothsolver Tolerance 1e-8 relativetolerance 0.001

43 Lamborghini Aventador Benchmarks

44 Hydraulic Valve Benchmarks 52.3 M Cells Mesh generated by ANSYS Workbench simplefoam k-omegasst 1000 time step iter.

45 Hydraulic Valve Benchmarks

46 Time [s] Hydraulic Valve Benchmarks N Cells [M]

47 Thermal Sensor Benchmarks 5.3 M Cells Mesh generated by ANSYS Workbench chtmultiregionsimplefoam k-epsilon 1000 time step iter. 11 regions

48 Thermal Sensor Benchmarks

49 Lamp Benchmarks 17.3 M Cells Mesh generated by ANSYS Workbench chtmultiregionsimplefoam fvdom Radiation Model laminar time step iter. 6 Regions

50 Lamp Benchmarks

51 Lamborghini Aventador Benchmarks Transient solver - pisofoam 23 M Cells ncorrectors 2 k-omegasst solver parameters p - PCG U - PBiCG k - PBiCG omega - PBiCG

52 Lamborghini Aventador Benchmarks time steps solution time - 40 hr 256 cores

53 VSB Campus Benchmarks

54 VSB Campus Benchmarks 18 M Cells Mesh generated by snappyhexmesh simplefoam k-epsilon 2000 time step iter.

55 VSB Campus Benchmarks

56 snappyhexmesh

57 Stonavka - Olše Benchmarks

58 Stonavka - Olše Benchmarks

59 snappyhexmesh Benchmarks VSB Campus 1,51 1,01 0,51 0,

60 Boeing 787 Dreamliner Benchmarks snappyhexmesh scalability N cores Time [h]

61 Lamborghini Aventador Benchmarks snappyhexmesh scalability N cores Time [h]

62 Supermarine Spitfire Benchmarks

63 VW Beetle Benchmarks

64 Other Open Source Benchmarks Elmer Code Aster Code Saturne Palabos SU 2

65 benchmarket.it4i.cz Benchmarks

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

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

How To Run A Steady Case On A Creeper

How To Run A Steady Case On A Creeper Crash Course Introduction to OpenFOAM Artur Lidtke University of Southampton akl1g09@soton.ac.uk November 4, 2014 Artur Lidtke Crash Course Introduction to OpenFOAM 1 / 32 What is OpenFOAM? Using OpenFOAM

More information

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

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

More information

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

This offering is not approved or endorsed by OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM and OpenCFD trade marks.

This offering is not approved or endorsed by OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM and OpenCFD trade marks. Disclaimer This offering is not approved or endorsed by OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM and OpenCFD trade marks. Introductory OpenFOAM Course From 14 th

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

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

Open Source Computational Fluid Dynamics

Open Source Computational Fluid Dynamics Open Source Computational Fluid Dynamics An MSc course to gain extended knowledge in Computational Fluid Dynamics (CFD) using open source software. Teachers: Miklós Balogh and Zoltán Hernádi Department

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

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

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

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

This offering is not approved or endorsed by OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM and OpenCFD trade marks.

This offering is not approved or endorsed by OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM and OpenCFD trade marks. Disclaimer This offering is not approved or endorsed by OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM and OpenCFD trade marks. Introductory OpenFOAM Course From 13 th

More information

A simplefoam tutorial

A simplefoam tutorial CFD with OpenSource software A course at Chalmers University of Technology Taught by Håkan Nilsson Project work: A simplefoam tutorial Developed for OpenFOAM-1.7.x Author: Hamidreza Abedi Peer reviewed

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

CFD Simulation of Subcooled Flow Boiling using OpenFOAM

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

More information

Incorporation of OpenFOAM software into Computational Fluid Dynamics process in Volvo Technology

Incorporation of OpenFOAM software into Computational Fluid Dynamics process in Volvo Technology Technical report, IDE1136, June 2011 Incorporation of OpenFOAM software into Computational Fluid Dynamics process in Volvo Technology Master s Thesis in Computational Science and Engineering Alexander

More information

STUDY OF MESH DEFORMATION FEATURES OF AN OPEN SOURCE CFD PACKAGE AND APPLICATION TO A GEAR PUMP SIMULATION

STUDY OF MESH DEFORMATION FEATURES OF AN OPEN SOURCE CFD PACKAGE AND APPLICATION TO A GEAR PUMP SIMULATION Escola Tècnica Superior d'enginyerires Industrial i Aeronàutica de Terrassa UNIVERSITAT POLITÈCNICA DE CATALUNYA Titulació: Enginyeria Aeronàutica Alumne: Títol PFC: STUDY OF MESH DEFORMATION FEATURES

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

Open source Computational Fluid Dynamics using OpenFOAM

Open source Computational Fluid Dynamics using OpenFOAM Light Aircraft Design: Methods and Tools 2015 (invited paper) Royal Aeronautical Society, General Aviation Conference, London, November 2015 Open source Computational Fluid Dynamics using OpenFOAM H. Medina

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

OpenFOAM. The Open Source CFD Toolbox. User Guide

OpenFOAM. The Open Source CFD Toolbox. User Guide OpenFOAM The Open Source CFD Toolbox User Guide Version 3.0.1 13th December 2015 U-2 Copyright c 2011-2015 OpenFOAM Foundation Ltd. Author: Christopher J. Greenshields, CFD Direct Ltd. This work is licensed

More information

Marine CFD applications using OpenFOAM

Marine CFD applications using OpenFOAM Marine CFD applications using OpenFOAM Andrea Penza, CINECA 27/03/2014 Contents Background at CINECA: LRC experience CFD skills Automatic workflow Reliability workflow OpenFOAM solvers for marine CFD analysis

More information

Accelerating CFD using OpenFOAM with GPUs

Accelerating CFD using OpenFOAM with GPUs Accelerating CFD using OpenFOAM with GPUs Authors: Saeed Iqbal and Kevin Tubbs The OpenFOAM CFD Toolbox is a free, open source CFD software package produced by OpenCFD Ltd. Its user base represents a wide

More information

OpenFOAM postprocessing and advanced running options

OpenFOAM postprocessing and advanced running options OpenFOAM postprocessing and advanced running options Tommaso Lucchini Department of Energy Politecnico di Milano The post processing tool: parafoam The main post-processing tool provided with OpenFOAM

More information

HPC Deployment of OpenFOAM in an Industrial Setting

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

More information

Solver Development in OpenFOAM

Solver Development in OpenFOAM Solver Development in OpenFOAM OpenFOAM Course 2 nd Edition C. Fernandes, L.L. Ferrás, J.M.Nóbrega i3n/ipc Institute for Polymers and Composites, University of Minho, Campus de Azurém, Guimarães, Portugal

More information

Draft Version. For personal use. c Copyright 2011 - Máté Márton LOHÁSZ. Tutorial for Channel Flow by LES using Open Source CFD

Draft Version. For personal use. c Copyright 2011 - Máté Márton LOHÁSZ. Tutorial for Channel Flow by LES using Open Source CFD Tutorial for Channel Flow by LES using Open Source CFD Máté Márton Lohász February 2011 i CONTENTS ii Contents 1 Overview 1 2 Set up your environment 1 3 Very short intro to OpenFOAM 1 3.1 Simulation set-up............................

More information

Getting started with CFD packages. OpenFOAM R and FLUENT R

Getting started with CFD packages. OpenFOAM R and FLUENT R Getting started with CFD packages OpenFOAM R and FLUENT R Copyright c 2015 Contents I Automotive 1 Ahmed Body................................................. 13 1.1 CREO R 13 1.1.1 Geometry.....................................................

More information

Simulating Wind Over Terrain: How to Build an OpenFOAM Case from GRASS GIS Digital Elevation Models

Simulating Wind Over Terrain: How to Build an OpenFOAM Case from GRASS GIS Digital Elevation Models Simulating Wind Over Terrain: How to Build an OpenFOAM Case from GRASS GIS Digital Elevation Models Eric Hardin hardinej@gmail.com April 26, 2013 Abstract This document describes the process for generating

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

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

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

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

The Multiphase Capabilities of the CFD Toolbox OpenFOAM for Hydraulic Engineering Applications

The Multiphase Capabilities of the CFD Toolbox OpenFOAM for Hydraulic Engineering Applications ICHE 2014, Hamburg - Lehfeldt & Kopmann (eds) - 2014 Bundesanstalt für Wasserbau ISBN 978-3-939230-32-8 The Multiphase Capabilities of the CFD Toolbox OpenFOAM for Hydraulic Engineering Applications L.

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

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

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

HPC enabling of OpenFOAM R for CFD applications

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

More information

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

Introduction to ANSYS Academic Research

Introduction to ANSYS Academic Research Introduction to ANSYS Academic Research bwgrid meeting University of Heidelberg 05.10.2011 Steinbuch Centre for Computing (SCC) Dr. Scientific Computing Services (SCS) Zirkel 2, Bldg. 20.21 76131 Karlsruhe,

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

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

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

OpenFOAM at FM LTH. Erdzan Hodzic. FM Seminars: 16-march-2016. Division of Fluid Mechanics, Department of Energy Sciences, Lund University

OpenFOAM at FM LTH. Erdzan Hodzic. FM Seminars: 16-march-2016. Division of Fluid Mechanics, Department of Energy Sciences, Lund University FM Seminars: 16-march-2016 OpenFOAM at FM LTH Erdzan Hodzic Division of Fluid Mechanics, Department of Energy Sciences, Lund University This offering is not approved or endorsed by ESI Group, ESI-OpenCFD

More information

GPGPU accelerated Computational Fluid Dynamics

GPGPU accelerated Computational Fluid Dynamics t e c h n i s c h e u n i v e r s i t ä t b r a u n s c h w e i g Carl-Friedrich Gauß Faculty GPGPU accelerated Computational Fluid Dynamics 5th GACM Colloquium on Computational Mechanics Hamburg Institute

More information

DANSIS 2007 New Trends in CFD. OpenFOAM and STAR-CD. Integration, Interoperability and Symbiosis. Dr. Mark Olesen. Mark.Olesen@emconTechnologies.

DANSIS 2007 New Trends in CFD. OpenFOAM and STAR-CD. Integration, Interoperability and Symbiosis. Dr. Mark Olesen. Mark.Olesen@emconTechnologies. DANSIS 2007 New Trends in CFD Integration, Interoperability and Symbiosis Dr. Mark Olesen Mark.Olesen@emconTechnologies.com Overview Choosing a CFD code Motivation Costs Concerns Phase-In Requirements:

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

OpenFOAM Tutorial. 4. Units

OpenFOAM Tutorial. 4. Units External Incompressible 3D floww CFD Analysis OpenFOAM Tutorial 1. Background 2. Case Introduction 3. 3d Modeling 4. Units 5. Physical Parameters 6. Meshing with Gmsh 7. Structuring the case folders 8.

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

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

Moving boundary in openfoam

Moving boundary in openfoam Moving boundary in openfoam Linear motion - OpenFoam #2 Julien Réveillon University of Rouen and CORIA Julien.reveillon@coria.fr http://www.cfdandco.com 7 juin 2012 Intent: The objective is to present

More information

bluecape s Official Website

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

More information

OpenFOAM for Computational Fluid Dynamics

OpenFOAM for Computational Fluid Dynamics OpenFOAM for Computational Fluid Dynamics Goong Chen, Qingang Xiong, Philip J. Morris, Eric G. Paterson, Alexey Sergeev, and Yi-Ching Wang Introduction There is a revolution going on, impacting and transforming

More information

AeroFluidX: A Next Generation GPU-Based CFD Solver for Engineering Applications

AeroFluidX: A Next Generation GPU-Based CFD Solver for Engineering Applications AeroFluidX: A Next Generation GPU-Based CFD Solver for Engineering Applications Dr. Bjoern Landmann Dr. Kerstin Wieczorek Stefan Bachschuster 18.03.2015 FluiDyna GmbH, Lichtenbergstr. 8, 85748 Garching

More information

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

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

More information

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

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

How To Create A Cdf Optimisation System

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

More information

HPC at IU Overview. Abhinav Thota Research Technologies Indiana University

HPC at IU Overview. Abhinav Thota Research Technologies Indiana University HPC at IU Overview Abhinav Thota Research Technologies Indiana University What is HPC/cyberinfrastructure? Why should you care? Data sizes are growing Need to get to the solution faster Compute power is

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

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

Auxiliary Processing swak4foam and PyFoam

Auxiliary Processing swak4foam and PyFoam Auxiliary Processing swak4foam and PyFoam Bruno Santos and Nelson Marques BlueCAPE, http://joomla.bluecape.com.pt/ bruno.santos@bluecape.com.pt nelson.marques@bluecape.com.pt El proyecto CloudPYME (id:

More information

Simulation of Fluid-Structure Interactions in Aeronautical Applications

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

More information

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

Investigation of the influence of turbine-to-turbine interaction on their performance using OpenFOAM

Investigation of the influence of turbine-to-turbine interaction on their performance using OpenFOAM Investigation of the influence of turbine-to-turbine interaction on their performance using OpenFOAM Dr Gavin Tabor, Mulualem Gebreslassie, Prof Mike Belmont CEMPS, University of Exeter Background: Lift/Drag

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

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

Simple beginning 3D OpenFOAM Tutorial

Simple beginning 3D OpenFOAM Tutorial Eng. Sebastian Rodriguez www.libremechanics.com Background. 1 Case definition. 1 3D modeling. 2 Units. 4 Physical parameters. 4 Meshing. 6 Structuring the case folders. 7 Boundary conditions. 7 Solving

More information

Tomasz STELMACH. WindSim Annual User Meeting 16 June 2011

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

More information

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

How To Run A Cdef Simulation

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

More information

A comparison of CFD Software packages to find the. suitable one for numerical modeling of gasification. process

A comparison of CFD Software packages to find the. suitable one for numerical modeling of gasification. process A comparison of CFD Software packages to find the suitable one for numerical modeling of gasification process CMPT 898(02) Progress Report by Mohammad Reza Haghgoo April 29, 2013 1 Abstract The increasing

More information

Coupling micro-scale CFD simulations to meso-scale models

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

More information

OPTIMISE TANK DESIGN USING CFD. Lisa Brown. Parsons Brinckerhoff

OPTIMISE TANK DESIGN USING CFD. Lisa Brown. Parsons Brinckerhoff OPTIMISE TANK DESIGN USING CFD Paper Presented by: Lisa Brown Authors: Lisa Brown, General Manager, Franz Jacobsen, Senior Water Engineer, Parsons Brinckerhoff 72 nd Annual Water Industry Engineers and

More information

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

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

More information

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

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

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

Development of a wake model for wind farms based on an open source CFD solver. Strategies on parabolization and turbulence modeling

Development of a wake model for wind farms based on an open source CFD solver. Strategies on parabolization and turbulence modeling Development of a wake model for wind farms based on an open source CFD solver. Strategies on parabolization and turbulence modeling PhD Thesis Daniel Cabezón Martínez Departamento de Ingeniería Energética

More information

Validations Of Openfoam Steady State Compressible Solver Rhosimplefoam

Validations Of Openfoam Steady State Compressible Solver Rhosimplefoam Validations Of Openfoam Steady State Compressible Solver Rhosimplefoam Umran Abdul Rahman, and Faizal Mustapha Abstract OpenFOAM steady state solver rhosimplefoam was tested. Reynolds Average Navier Stokes

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

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

A Guide to the free mesh program Discretizer with OpenFOAM for CFD (Computational Fluid Dynamics)

A Guide to the free mesh program Discretizer with OpenFOAM for CFD (Computational Fluid Dynamics) Discretizer Manual Release date 09/01/10 Side 1 of 13 A Guide to the free mesh program Discretizer with OpenFOAM for CFD (Computational Fluid Dynamics) Homepage: http://www.discretizer.org/ Creator of

More information

GPGPU acceleration in OpenFOAM

GPGPU acceleration in OpenFOAM Carl-Friedrich Gauß Faculty GPGPU acceleration in OpenFOAM Northern germany OpenFoam User meeting Braunschweig Institute of Technology Thorsten Grahs Institute of Scientific Computing/move-csc 2nd October

More information

Inºenýrský software na Anselmu

Inºenýrský software na Anselmu Inºenýrský software na Anselmu Pouºití programového balíku Ansys na Anselmu Tomá² Karásek Národní superpo íta ové centrum IT4Innovations tomas.karasek@vsb.cz 1. listopadu 2013 Tomá² Karásek (IT4I) Inºenýrský

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

Grid Engine Users Guide. 2011.11p1 Edition

Grid Engine Users Guide. 2011.11p1 Edition Grid Engine Users Guide 2011.11p1 Edition Grid Engine Users Guide : 2011.11p1 Edition Published Nov 01 2012 Copyright 2012 University of California and Scalable Systems This document is subject to the

More information

Visualization and Post Processing of OpenFOAM results a Brie. a Brief Introduction to VTK

Visualization and Post Processing of OpenFOAM results a Brie. a Brief Introduction to VTK Visualization and Post Processing of OpenFOAM results a Brief Introduction to VTK December 13:th 2007 OpenFOAM Introdutory Course Chalmers University of Technology Post Processing in OF No built in post

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

Best practices for efficient HPC performance with large models

Best practices for efficient HPC performance with large models Best practices for efficient HPC performance with large models Dr. Hößl Bernhard, CADFEM (Austria) GmbH PRACE Autumn School 2013 - Industry Oriented HPC Simulations, September 21-27, University of Ljubljana,

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

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

A DEVELOPMENT AND VERIFICATION OF DENSITY BASED SOLVER USING LU-SGS ALGORITHM IN OPENFOAM

A DEVELOPMENT AND VERIFICATION OF DENSITY BASED SOLVER USING LU-SGS ALGORITHM IN OPENFOAM A DEVELOPMENT AND VERIFICATION OF DENSITY BASED SOLVER USING LU-SGS ALGORITHM IN OPENFOAM Junghyun Kim*, Kyuhong Kim** *Korea Aerospace Research Institute(KARI), **Seoul National University Abstract A

More information

Which strategy to move the mesh in the Computational Fluid Dynamic code OpenFOAM

Which strategy to move the mesh in the Computational Fluid Dynamic code OpenFOAM Which strategy to move the mesh in the Computational Fluid Dynamic code OpenFOAM Christophe Kassiotis April 12, 2008 École Normale Supérieure de Cachan, Laboratoire de Mécanique et Technologies (LMT) Secteur

More information

Tutorial 1. Introduction to Using ANSYS FLUENT in ANSYS Workbench: Fluid Flow and Heat Transfer in a Mixing Elbow

Tutorial 1. Introduction to Using ANSYS FLUENT in ANSYS Workbench: Fluid Flow and Heat Transfer in a Mixing Elbow Tutorial 1. Introduction to Using ANSYS FLUENT in ANSYS Workbench: Fluid Flow and Heat Transfer in a Mixing Elbow Introduction This tutorial illustrates using ANSYS Workbench to set up and solve a three-dimensional

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