computational fluid dynamics using commercial cfd codes

14
1 ME469B/1/GI 1 COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES Gianluca Iaccarino Center for Turbulence Research Dept. Mechanical Engineering Bldg. 500 RM 204 Ph. 650-723-9599 Email: [email protected] ME469B - Spring 2004 ME469B/1/GI 2 ME469B - Topics Introduction to CFD Analysis and CFD Codes Geometry Modeling and (Unstructured) Grid Generation Solution Algorithms for Incompressible Flows (Steady/Unsteady, Flow Adaptivity, Moving Meshes) Advanced Physical Models (Turbulence, Multiphase Flows, Heat Transfer) User Programming and Automation

Upload: aminzargaran

Post on 25-Dec-2015

240 views

Category:

Documents


4 download

DESCRIPTION

COMPUTATIONAL FLUID DYNAMICSUSING COMMERCIAL CFD CODES

TRANSCRIPT

Page 1: COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

1

ME469B/1/GI 1

COMPUTATIONAL FLUID DYNAMICSUSING COMMERCIAL CFD CODES

Gianluca Iaccarino

Center for Turbulence ResearchDept. Mechanical Engineering

Bldg. 500 RM 204Ph. 650-723-9599

Email: [email protected]

ME469B - Spring 2004

ME469B/1/GI 2

ME469B - Topics

Introduction to CFD Analysis and CFD Codes

Geometry Modeling and (Unstructured) Grid Generation

Solution Algorithms for Incompressible Flows (Steady/Unsteady, Flow Adaptivity, Moving Meshes)

Advanced Physical Models (Turbulence, Multiphase Flows, Heat Transfer)

User Programming and Automation

Page 2: COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

2

ME469B/1/GI 3

ME469B - Outline

Theoretical Background: 50%

Applications and Examples: 50%

Lectures:Regular lectures Tue 9:00-10:50 / Thu: 9:00-9:50Tutorials/Lab Thu 9:00-10:50

Final Project

Software is accessible on Stanford NetworkSeveral Linux Workstations are Available

ME469B/1/GI 4

ME469B - Grades

No Formal Final Exam at the End of the Quarter

Grade is:

60% Final Project40% Homeworks (3 or 4)

Additional exercises are optional!

Page 3: COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

3

ME469B/1/GI 5

ME469B - Final Project

The final project is a “complete” CFD project…from problem statement to discussion of results…

Proposals for projects are welcome…let’s discuss them in due time.

Lectures end early to leave enough time for the final project…do not start at the last minute!

ME469B/1/GI 6

ME469B - General Information

Class WEB site:http://me469b.stanford.edu

• Announcements• Lecture Notes• Homeworks and Exercises• Examples• Additional References• Software User Manuals

Page 4: COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

4

ME469B/1/GI 7

In ME469A:

• Grid generation• Basic information

• Numerical Methods• Detailed theoretical background• Analysis of discretization schemes• Implicit/explicit solvers• Convergence acceleration techniques (i.e. multigrid)

• Simple codes for specific problems• Burgers equations• Advection/diffusion problem• …

ME469B/1/GI 8

In ME469B:

• Grid generation• Background information• Emphasis on unstructured-mesh techniques

• Numerical Methods• Background information• Discretization accuracy• Efficiency and Acceleration techniques

• Commercial “general-purpose” CFD packages• Complex problems• Real-world engineering tools

Page 5: COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

5

ME469B/1/GI 9

In ME469B (cont’d):

• Advanced CFD Techniques• Grid adaptivity• Moving Meshes & Coorsinate systems

• Advanced Physical Models• Turbulence Models• Multiphase Flow Models• Heat Transfer

• Credibility of CFD solutions• Validation: Are we solving the correct equations?• Verification: Are we solving the equations correctly?

ME469B/1/GI 10

• Basic Fluid Dynamics• Laminar/Turbulent Flows• Compressible/Incompressible Fluids• Navier-Stokes equations

• Numerical Methods• Upwind/Central discretizations• Implicit/Explicit schemes• Convergence/Stability/Accuracy

• Software• Basic Unix/Linux• Basic Networking• Basic of C Programming

Requirements:

Page 6: COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

6

ME469B/1/GI 11

A Typical CFD Project

• Formulate the basic assumptions• Compressible/Incompressible fluid (Mach number)• Viscous/Inviscid Flow (Reynolds Number)• …

• Define the physical and computational problem• Geometry definition• Grid generation• Boundary condition set-up

• Choose a solution strategy• Space/Time Discretization scheme• Set-up Simulation Monitors

• Analyze the results• Evaluate convergence• Evaluate grid dependence• Postprocess data of interest

ME469B/1/GI 12

Flow in a Jet Engine

Pratt & Whitney PW6000

Combustor

Page 7: COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

7

ME469B/1/GI 13

Geometry Definition

Both the interior andexterior of the Fuel Injectorare modeled

ME469B/1/GI 14

Grid Generation

It requires from few days to several months.

Page 8: COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

8

ME469B/1/GI 15

Flow Solution

Typically it consists of aniterative procedure…

…it might require several thousand CPU hoursof a dedicated supercomputers!!!

ME469B/1/GI 16

Analysis of the Results

Flow Features in Cross Sections of the Combustor

Page 9: COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

9

ME469B/1/GI 17

ME469B/1/GI 18

Software Tools

SolidWorks Cubit CFX TecplotProE ICEM Phoenix EnsightAutoCAD GridPro StarCD FieldView… … … …

Gambit Fluent

GeometryModeler

GridGenerator

FlowSolver

FlowAnalysis

PreProcessing Post Processing

Page 10: COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

10

ME469B/1/GI 19

Software Tools

Several Codes with “similar” capabilitiesare in the market

FLUENT/GAMBIT are provided

Use of other codes is welcome(CFX. StarCD, CFDRC have been usedin the past)

ME469B/1/GI 20

Software Tools

• Other codes available at ME StanfordStarCDCFXPowerFlow

• Main differences will be outlined• Results obtained with different codes will be presented

Software access is limited to FLUENT and GAMBIT to facilitate exchange of examples and tutorials

Page 11: COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

11

ME469B/1/GI 21

Grid generation: Gambit• GUI based• Geometry definition • CAD geometry import (IGES, STL, etc.)• Structured & unstructured meshes• Viscous layers clustering• Export grids in various format• Journal files for automation

Grid Quality• Metric measures• Mesh improvement and smoothing

Introduction to CFD Commercial Codes

ME469B/1/GI 22

GAMBIT

GUI Snapshot

Page 12: COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

12

ME469B/1/GI 23

GAMBIT

gambit -id <namefile>Interactive execution with GUI

gambit -inp <journalfile>Batch execution without GUI

Geometry & Grid are saved in a database file (*.dbs)The mesh is saved into a solver-dependent file (*.msh)

ME469B/1/GI 24

• Solver: Fluent• GUI based• Widely used• Several features (physical & numerical models)• User-Defined programming• Postprocessing capabilities• Export results in various format• Journal files for automation

• Grid adaptation• Mesh refinement schemes• Adaptation functions

Introduction to CFD Commercial Codes

Page 13: COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

13

ME469B/1/GI 25

FLUENT

GUI & GraphicWindow

ME469B/1/GI 26

FLUENT

fluent 3dInteractive execution with GUI

fluent 3d -g -i <journalfile>Batch execution without GUI

Case set-up and boundary conditions are saved in a case file (*.cas)The solution is saved in a data file (*.dat)Selected data can be exported into other formats

Page 14: COMPUTATIONAL FLUID DYNAMICS USING COMMERCIAL CFD CODES

14

ME469B/1/GI 27

Software/Computer Access

Next week Accounts will be opened

Please contact me if you have already access to computationalResources

For anything else contact me directly:

[email protected]