Motorbike Simulation with OpenFOAM

Slides:



Advertisements
Similar presentations
Open Source Field Operation and Manipulation
Advertisements

Outline Overview of Pipe Flow CFD Process ANSYS Workbench
Ulrich Heck, DHCAE-Tools UG ___________________________ CastNet: GUI based modeling and solution control environment for OpenFOAM® CastNet: CAD-based Pre-Processor.
Computer Aided Thermal Fluid Analysis Lecture 2 Dr. Ming-Jyh Chern ME NTUST.
Eu-NORSEWInD – Assessment Of Viability Of Open Source CFD Code For The Wind Industry Matt Stickland, Tom Scanlon, Sylvie Fabre, Abdul Ahmad University.
My Road to Supercomputing Holly Krutka The University of Oklahoma.
Workshop 6 Modeling of Catalytic Convertor
Workshop 5 Centrifugal Pump
CS320n – Elements of Visual Programming Introduction to Alice Mike Scott (Slides 1-1)
High Power Hg Target Conceptual Design Review Hg Jet Nozzle Analysis M. W. Wendel Oak Ridge National Laboratory February 7-8, 2005.
Computer Aided Thermal Fluid Analysis Lecture 7 Dr. Ming-Jyh Chern ME NTUST.
DETAILED TURBULENCE CALCULATIONS FOR OPEN CHANNEL FLOW
MAT 1234 Calculus I Introduction to Maple
CprE 288 – Quick intro for compiling C in Linux
Streaming Twitter. Install pycurl library Use a lab computer From the course website Download the links from pycurl and twitter streamer Extract site-packages.zip,
Copyright© 2003 Avaya Inc. All rights reserved Upgrade to Communication Manager 2.0 with Migration to Linux 8.0 Purpose: This presentation was prepared.
November 2014Prepared by the Computer Lab Montgomery County-Norristown Public Library.
A Project about: Molecular Dynamic Simulation (MDS) Prepared By Ahmad Lotfy Abd El-Fattah Grid Computing Group Supervisors Alexandr Uzhinskiy & Nikolay.
Next Class Final Project and Presentation – Prepare and me the ppt files 5-7 slides Introduce your problem (1-2 slides) – Problem – Why CFD? Methods.
WRF Domain Wizard A tool for the WRF Preprocessing System Jeff Smith Paula McCaslin July 17, 2008.
TransAT Tutorial Particle Tracking July 2015 ASCOMP
Catalytic Converter Simulation
Workshop 3 Room Temperature Study (Part 1)
How to upgrade SpeedUp SmartWatch ?
Shipping and Marine Technology Computational Hydrodynamics PhD course in CFD with OpenSource software Feb 4th, 2009 NaiXian LU 1 Solve Cavitating flow.
Aerospace Engineering Iowa State University 311L Fall 2003 CFD Exercises 1 Course : Aer E 311L Gas Dynamics Lab.
Computational Fluid Dynamics in OpenFOAM Henrik Kaald Melbø Supervisor: Heinz Preisig Department of Chemical Engineering.
Overview of MSWS Control of 212-LC July 15, 2006.
Virtual Room Simulator (VRSIM). Outline Introduction to VRSIM - What is CFD - What is VRSIM - VRSIM Application - Problem Analyzed by VRSIM Case Solved.
Lecture Objectives -Finish Particle dynamics modeling -See some examples of particle tracking -Eulerian Modeling -Define deposition velocity -Fluid Dynamics.
TransAT Tutorial Separation of Oil, Gas & Water July 2015 ASCOMP
PRESENTATION OF CFD ACTIVITIES IN CV GROUP Daniel Gasser.
SPH weekly meeting Free surface flows in Code Saturne Results 23/11/2009 Olivier Cozzi.
TransAT Tutorial Dam Break June 2015 ASCOMP
TransAT Tutorial Flow over a Cylinder (Re=150) June 2015 ASCOMP
Tutorial for Modelsim 1 Installation Download the Modelsim Student Edition: Follow the.
OpenFOAM  Open source CFD toolbox, which supplies preconfigured solvers, utilities and libraries.  Flexible set of efficient C++ modules---object-oriented.
AERODYNAMIC OPTIMIZATION OF REAR AND FRONT FLAPS ON A CAR UNIVERSITY OF GENOVA – POLYTECHNIC SCHOOL ADVANCED FLUID DYNAMICS COURSE 2015/2016 Student: Giannoni.
TransAT Tutorial Backward Step May 2015 ASCOMP
Chapter 6 Introduction to Hexa – Workshop 2 3D Pipe Junction
Using Installer CD from the book “Computer Accounting: A Systematic Approach” Certificate III in Financial Services_NSI.
Motion of a Fluid Particle (Kinematics)
bitcurator-access-webtools Quick Start Guide
Workshop 7 Tank Flushing
Simulation of Pipe Flow Using FlowLab 1.1 (PreLab 1)
Chapter 13 Solver .out File and CCL
2D Jet Simulation Testing
How to install VisualWorks?
Workshop 6 Modeling of Catalytic Convertor
Kratos 3D Structural Analysis Tutorial
Workshop 5 Cavitating Centrifugal Pump
Workshop 5 Centrifugal Pump
Once you are finished, DELETE THIS SLIDE and save your presentation.
Once you are finished, DELETE THIS SLIDE and save your presentation.
© Fluent Inc. 8/24/ Introductory FLUENT Notes FLUENT v6.0 Jan 2002 Fluent User Services Center Introduction to CFD Analysis.
GIS and SMS in Numerical Modeling of Open Channel Flow
Lecture Objectives Learn about Implementation of Boundary Conditions
Simulation of turbulent airfoil Flow Using FlowLab 1.1 (CFD PreLab 2)
Systems Thinking: Systems modeling quick start
Workshop 4 Flow Through Porous Media
Run Java file with Window cmd
Install Emu8086 TA.Amjad Alsuhaim.
Lecture 16B: Instructions on how to use Hadoop on Amazon Web Services
Lecture Objectives: Boundary Conditions Project 1 (software)
Once you are finished, DELETE THIS SLIDE and save your presentation.
bitcurator-access-webtools Quick Start Guide
Lecture Objectives: Start using CFD Software Class project 1
DAT2343 LMC Simulator Usage © Alan T. Pinck / Algonquin College; 2003.
14. Computational Fluid Dynamics
Computational Fluid Dynamics Simulation of a Baffle Valve in OpenFoam
Presentation transcript:

Motorbike Simulation with OpenFOAM Hasret Türkeri 9 December 2016

OpenFOAM Computer software Solves equation for flows Momentum Pressure Energy … Developed for Linux No graphic interface Run with commands

The Concepts CFD : Computational Fluid Dynamics Initial and boundary conditions Mesh - Grid Numerical Methods …

Steps in CFD Pre-Processing Processing Post-Processing Preparation of grid Setting initial and boundary conditions Selecting numerical schemes Processing Solving the equation using computer software, OpenFOAM Post-Processing Plotting and analyzing the results

Pre-Processing in OpenFOAM Case directory U, p, rho,… Constant System blockMesh fvSchemes, fvSolutions

Pre-Processing in OpenFOAM blockMesh vertices ( ( -5 -4 0) (15 -4 0) (15 4 0) ( -5 4 0) ( -5 -4 8) (15 -4 8) (15 4 8) ( -5 4 8) ); blocks hex (0 1 2 3 4 5 6 7) (20 8 8) simpleGrading (1 1 1)

Pre-Processing in OpenFOAM Setting the motorbike velocity 0.org/U => fixedValues => initialConditions -> flowVelocity (20 0 0) Setting the grid size In system/blockMesh change the values in green box blocks ( hex (0 1 2 3 4 5 6 7) (20 8 8) simpleGrading (1 1 1) );

Processing with OpenFOAM OpenFOAM runs with commands ln motorbike case directory ./Allrun wait until it finishes, it may take a couple of ten minutes Check log.* files in case of any problem

Post-Processing with OpenFOAM run the command in the motorbike directory paraFoam Using parafoam draw countor plots, and streamlines to analyze your results For tutorial about post-processing you can refer to the post- processing section http://cfd.direct/openfoam/user-guide/tutorials/

How to Start OpenFOAM on Windows I strongly recommend to download and install OpenfOAM from the link below http://www.cfdsupport.com/install-openfoam-for-windows.html Follow the instruction on the webpage

How to Start OpenFOAM on Windows Open OpenFOAMforWindows 16.10 C:/OpenFOAM/16.10/Faruk-3.0.x/run

How to Start OpenFOAM on Windows Copy motorBike case dir From C:\OpenFOAM\16.10\cygwin64\opt\OpenFOAM\OpenFOAM- 3.0.x\tutorials\incompressible\simpleFoam To C:/OpenFOAM/16.10/Faruk-3.0.x/run

How to Start OpenFOAM on Windows Open 0.org/initialConditions and set the flow velocity flowVelocity (20 0 0) Important: The dimension here is m/s Open system/blockMesh change the values in green box blocks ( hex (0 1 2 3 4 5 6 7) (20 8 8) simpleGrading (1 1 1) ); The number of cells in x, y, z, direction respectively

How to Start OpenFOAM on Windows In terminal, change your directory into motorBike cd motorBike In terminal, run the commands ./Allclean ./Allrun Wait until it finishes, it may takes a couple ten minutes Once it completes, in terminal, run paraFoam

How to Start OpenFOAM on Windows In terminal, change your directory into motorBike cd motorBike In terminal, run the commands ./Allclean ./Allrun Wait until it finishes, it may takes a couple ten minutes Once it completes, in terminal, run paraFoam

How to Start OpenFOAM on Windows Follow the tutorial for paraFoam at the link http://cfd.direct/openfoam/user-guide/tutorials/ Plot contour plots Stream lines ….