open foam

9
Introduction to OpenFOAM A tutorial on how to use dynamic mesh solver IcoDyMFoam Performed by: Pirooz Moradnia Spring 2008, Göteborg-Sweden

Upload: rahul-shukla

Post on 28-Aug-2014

131 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Open Foam

Introduction to OpenFOAM

A tutorial on how to use dynamic mesh solver IcoDyMFoam

Performed by: Pirooz MoradniaSpring 2008, Göteborg-Sweden

Page 2: Open Foam

Table of Contents

- Basics of IcoDyMFoam- Mesh manipulation approaches- Mesh manipulation models- Point motion solvers- Diffusivity models- A few examples

Page 3: Open Foam

Basics of IcoDyMFoam

- Transient solver- Incompressible-Laminar flow- Newtonian fluids- Moving mesh

Page 4: Open Foam

Mesh manipulation approaches

- Fixed mesh topology; i.e. spacing between the nodes changes (Automatic approach in IcoDyMFoam)

- Variable mesh topology; with help of:- boundary attachment or detachment- Layer addition or removal-Sliding interfaces

Page 5: Open Foam

Mesh manipulation models

- dynamicFvMesh library models- staticFvMesh (no change in mesh)- dynamicMotionSolverFvMesh (solving for the cell motion equations)- dynamicInkJetFvMesh (harmonic mesh motion)

- topoChangerFvMesh library models- linearValveFvMesh (sliding interface)- linearValveLayersFvMesh (sliding interface with layer addition and removal)- mixerFvMesh (sliding interface in cylindrical coordinates)- movingConeTopoFvMesh (layer addition and removal)

Page 6: Open Foam

Point motion solvers

- displacementLaplacian- solving for the laplacian of the diffusivity and cell displacement

- velocityLaplacian- solving for the laplacian of the diffusivity and cell velocity

- SBRStress- a displacement solver, taking care of Solid Body Rotation

Page 7: Open Foam

Diffusivity models

- quality-based methods- uniform- directional- motion directional- inverseDistance

- distance-based methods- linear- quadratic- exponential

Page 8: Open Foam

A few examples

Page 9: Open Foam

Thank You!