NUMERICAL INVESTIGATION OF BUOY- ANCY DRIVEN FLOWS IN TIGHT LATTICE FUEL BUNDLES

Size: px
Start display at page:

Download "NUMERICAL INVESTIGATION OF BUOY- ANCY DRIVEN FLOWS IN TIGHT LATTICE FUEL BUNDLES"

Transcription

1 Fifth FreeFem workshop on Generic Solver for PDEs: FreeFem++ and its applications NUMERICAL INVESTIGATION OF BUOY- ANCY DRIVEN FLOWS IN TIGHT LATTICE FUEL BUNDLES Paris, December 12 th, 2013 Giuseppe Pitton 1 Hisashi Ninokata Davide Baroli 2 Energy department MOX, Mathematics department 1 giuseppe.pitton@gmail.com 2 davide.baroli@polimi.it

2 .. ACKNOWLEDGEMENTS Gianluigi Rozza All the people in the Cesnef-MOX collaboration: Marco Enrico Ricotti Lelio Luzzi Antonio Cammi Luca Formaggia SISSA-mathLab Energy dep. Energy dep. Energy dep. MOX, Math dep. 2

3 .. INDEX

4 INTRODUCTION

5 .. NEW SODIUM FAST REACTORS Generation-IV International Programme breeder or burner reactors low pitch-diameter ratio natural convection Reactor P (mm) D (mm) P/D BN FFTF Monju Phénix Superphénix S

6 Index.. EXAMPLE: SUPERPHÉNIX Nuclear Engineering Division, Department of Energy, Politecnico di Milano prof. M.E. Ricotti Figure: Detail of fuel assemblies for the Superphénix reactor. 16 6

7 .. NEW SODIUM FAST REACTORS low pitch-diameter ratio natural convection Thermohydraulic consequences: flow oscillations between subchannels increased heat, mass and momentum transfer between subchannels not shown by subchannel analysis codes (COBRA, RELAP, ) require modeling can CFD support subchannel analysis codes? 7

8 .. GOAL can CFD support subchannel analysis codes? Yes, without thermal coupling (Baglietto, Merzari, Ninokata) How about thermal coupling? H. Ninokata, E. Merzari and A. Khakim, Analysis of low Reynolds number turbulent flow phenomena in nuclear fuel pin subassemblies of tight lattice configuration. Nuclear Engineering and Design 239 (2009) 8

9 MATHEMATICAL MODEL

10 .. COMPUTATIONAL DOMAIN Krauss & Meyer experiment: 37-pin rod bundle P/D = 1.06 too expensive T. Krauss and L. Meyer, Experimental investigation of turbulent transport of momentum and energy in a heated rod bundle. Nuclear Engineering and Design 180 (1998) 10

11 .. COMPUTATIONAL DOMAIN Krauss & Meyer experiment: 37-pin rod bundle P/D = 1.06 too expensive simulate a small periodic part T. Krauss and L. Meyer, Experimental investigation of turbulent transport of momentum and energy in a heated rod bundle. Nuclear Engineering and Design 180 (1998) 11

12 .. MATHEMATICAL MODEL The hypotheses Incompressible flow Stokesian flow Boussinesq approximation The equations t u u ( u) (2νD(u)) + p T = gβ(ϑ ϑ 0 ) u = 0 t ϑ + u ϑ α ϑ = 0 + b.c. and i.c. 12

13 .. VARIATIONAL FORM Variational Navier-Stokes Find u H 1 (Ω), u = t on Γ D, p L 2 0 (Ω) such that t > 0, v H 1 0,Γ D (Ω), q L 2 (Ω) m(u, v) + a(u, v) + ĉ(u, u, v) + b(v, p) = F (v) b(u, q) = 0 u(t = 0, Ω) = u 0. Variational forms introduced: a(u, v) = ( v, ν u) b(v, p) = ( v, p) m(u, v) = (v, t u) ĉ(w, u, v) = (v, u ( w)) F (v) = (v, f) + v, d ΓN 13

14 .. VARIATIONAL FORM Variational energy equation Find ϑ H 1 (Ω), ϑ = ϑ D on Γ D, such that { (φ, dt ϑ) + e(ϑ, φ) = φ, α ϑ ΓN φ H 1 0,Γ D (Ω) ϑ(t = 0, Ω) = ϑ 0 where e(ϑ, φ) = ( φ, α ϑ) where d t denotes the total derivative: d t ϑ = t ϑ + u ϑ 14

15 .. WELL-POSEDNESS Before trying to solve a problem, see if it is correctly posed Hadamard definition A problem is well posed if: a solution exists the solution is unique the solution depends continuously on data 15

16 .. WELL-POSEDNESS Proved for energy equation, if u is sufficiently regular (Hille-Yosida). For Navier-Stokes, Caution existence of weak solutions shown uniqueness of weak solutions open problem (proved for small times or small data) regularity of weak solutions open problem (only partial regularity results) 16

17 NUMERICAL METHOD

18 .. GALERKIN PROJECTION Choose two finite dimensional spaces: V h H 1 (Ω) for velocity Q h L 2 (Ω) for pressure and project the continuous solution onto these spaces. How to choose V h and Q h? Many possibilities: Lagrangian elements P 0,., P 4 Discontinuous elements P 0dg,., P 4dg Boundary elements (implemented using P 0edge ) Mortar 18

19 .. GALERKIN PROJECTION Choose two finite dimensional spaces: V h H 1 (Ω) for velocity Q h L 2 (Ω) for pressure and project the continuous solution onto these spaces. How to choose V h and Q h? Many possibilities: Lagrangian elements P 0,., P 4 Discontinuous elements P 0dg,., P 4dg Boundary elements (implemented using P 0edge ) Mortar 19

20 .. TRIANGULATION With bamg and TetGen: 20

21 .. FINITE ELEMENT METHOD Write velocity and pressure as linear combination of the basis functions {ϕ j } and {ψ k } for each element: N u u h = u j ϕ j p h = p k ψ k. j=1 New unknowns: the nodal values {u j } and {p k }. Substituting into variational Navier-Stokes, and projecting on each dof (v h = ϕ j, p h = ψ k ): N p k=1 { m(vh, u h ) + a(v h, u h ) + ĉ(v h, u h, u h ) + b(v h, p h ) = F (v h ) b(u h, q h ) = 0 v h V h, q h Q h. 21

22 .. FINITE ELEMENT METHOD Still a nonlinear problem Implicit Euler in time + Picard linearization For each time step n + 1, solve the problem: u n+1 un t t un ( u n+1 ) (2νD(u n+1 )) p T = gβϑ n u n+1 = 0 ϑ n+1 ϑn t t + un ϑ n+1 α ϑ n+1 = 0. 22

23 .. FINITE ELEMENT METHOD Eventually, a linear algebra problem appeared: [ C n B T ] { U n+1} { G n+1} B 0 P n+1 = 0 Main difficulties saddle point problem pressure locking (incompressibility) non symmetric matrix 23

24 .. FINITE ELEMENT METHOD The algebraic formulation reads: [ C n B T ] { U n+1} { G n+1} = B 0 P n+1 0 Main difficulties saddle point problem bubble-stabilization on velocity pressure locking (incompressibility) add penalization non-symmetric matrix GMRES 24

25 .. TURBULENCE MODEL cannot resolve all the motions' scales (too expensive) solve only the large eddies, and model the small eddies Smagorinsky LES model the unresolved scales with subgrid diffusion: s(v h, u n h )un+1 h = ( v h, 2C 2 S 2 D(u n h ) D(un h ))un+1 h to be added to momentum balance equation similarly for energy balance equation: ( φ h, h) = ( φ h, ν T Pr T ϑ n+1 h ) 25

26 RESULTS

27 .. GENERAL PARAMETERS Main data P/D = 1.06 Re = Gr = 1181 q = Wm 2 Software used: FreeFem++-mpi 27

28 .. A NOTE ON PERIODICITY curved sides: no-slip for velocity and imposed heat flux for energy straight sides: periodic b.c. 28

29 .. A NOTE ON PERIODICITY velocity: fully periodic periodic pressure and temperature are not physical decompose pressure and temperature: p T (x, t) = p H z + p T(x, t) T (x, t) = T H z + T (x, t) and impose periodic b.c. only on the fluctuating part p T, T New equations: t u u u (2νD(u)) + p T = gβ(ϑ ϑ 0 ) p u = 0 t ϑ + u ϑ α ϑ = T H u z H κ 29

30 .. WALL TEMPERATURE ~T (K) φ ( ) Figure: Profile of time averaged wall temperature as computed (left) and from the results of Krauss and Meyer (right). 30

31 .. AVERAGED TEMPERATURE (a) Figure: Time averaged fluctuating temperature along the mid-height slice plane. (b) 31

32 .. TEMPERATURE TIME EVOLUTION ~T ( C) time (s) Oscillation frequency: 117 Hz, in line with experiment 32

33 .. VELOCITY TIME EVOLUTION 1 u x u y 0.8 u z 0.6 Velocity (m/s) Time (s) Oscillation frequency: 117 Hz, in line with experiment 33

34 .. COHERENT STRUCTURES Defined by Zaman and Hussain as Connected, large-scale turbulent fluid mass with a phase correlated velocity over its spatial extent. or, iso-value for the Q-factor: Q = II u = 1 (ΩΩ DD) 2 where Ω = 1 2 ( u ut ) D = 1 2 ( u + ut ) K. B. M. Q. Zaman and A. K. M. F. Hussain, Taylor hypothesis and large-scale coherent structures. Journal of Fluid Mechanics 112 (1981) 34

35 .. HOW TO TREAT THE CONVECTIVE TERM? Problem Matrix RHS Factorization Solution All 2d str A d str R d str L d str A d str R d str L d ustr A d ustr R d ustr L A : u ( u) R : u ( u) L : Du Dt 35

36 .. SCALABILITY 36

37 CONCLUSIONS

38 .. CONCLUSIONS agree quite well with experimental data: oscillations' frequency wall temperature distribution 38

39 .. PERSPECTIVES full fuel bundle simulation domain decomposition improve turbulence modeling (VMS) POD in time and Reduced Basis for optimal control 39

40 R. Sanzio et al., La Scuola di Atene, Musei Vaticani, Roma, 1510?. THANK YOU FOR YOUR ATTENTION QUESTIONS? SUGGESTIONS? NEW IDEAS?

41 R. Sanzio et al., La Scuola di Atene, Musei Vaticani, Roma, 1510?. THANK YOU FOR YOUR ATTENTION QUESTIONS? SUGGESTIONS? NEW IDEAS?

Unsteady RANS and LES Analyses of Hooper s Hydraulics Experiment in a Tight Lattice Bare Rod-bundle

Unsteady RANS and LES Analyses of Hooper s Hydraulics Experiment in a Tight Lattice Bare Rod-bundle Unsteady RANS and LES Analyses of Hooper s Hydraulics Experiment in a Tight Lattice Bare Rod-bundle L. Chandra* 1, F. Roelofs, E. M. J. Komen E. Baglietto Nuclear Research and consultancy Group Westerduinweg

More information

Some remarks on grad-div stabilization of incompressible flow simulations

Some remarks on grad-div stabilization of incompressible flow simulations Some remarks on grad-div stabilization of incompressible flow simulations Gert Lube Institute for Numerical and Applied Mathematics Georg-August-University Göttingen M. Stynes Workshop Numerical Analysis

More information

Solving PDEs with freefem++

Solving PDEs with freefem++ Solving PDEs with freefem++ Tutorials at Basque Center BCA Olivier Pironneau 1 with Frederic Hecht, LJLL-University of Paris VI 1 March 13, 2011 Do not forget That everything about freefem++ is at www.freefem.org

More information

Efficient Augmented Lagrangian-type Preconditioning for the Oseen Problem using Grad-Div Stabilization

Efficient Augmented Lagrangian-type Preconditioning for the Oseen Problem using Grad-Div Stabilization Efficient Augmented Lagrangian-type Preconditioning for the Oseen Problem using Grad-Div Stabilization Timo Heister, Texas A&M University 2013-02-28 SIAM CSE 2 Setting Stationary, incompressible flow problems

More information

Turbulence: Basic Physics and Engineering Modeling

Turbulence: Basic Physics and Engineering Modeling DEPARTMENT OF ENERGETICS Turbulence: Basic Physics and Engineering Modeling Numerical Heat Transfer Pietro Asinari, PhD Spring 2007, TOP UIC Program: The Master of Science Degree of the University of Illinois

More information

6.2 Governing Equations for Natural Convection

6.2 Governing Equations for Natural Convection 6. Governing Equations for Natural Convection 6..1 Generalized Governing Equations The governing equations for natural convection are special cases of the generalized governing equations that were discussed

More information

Une méthode de pénalisation par face pour l approximation des équations de Navier-Stokes à nombre de Reynolds élevé

Une méthode de pénalisation par face pour l approximation des équations de Navier-Stokes à nombre de Reynolds élevé Une méthode de pénalisation par face pour l approximation des équations de Navier-Stokes à nombre de Reynolds élevé CMCS/IACS Ecole Polytechnique Federale de Lausanne Erik.Burman@epfl.ch Méthodes Numériques

More information

A Multiphysics Strategy for Free Surface Flows

A Multiphysics Strategy for Free Surface Flows A Multiphysics Strategy for Free Surface Flows Edie Miglio, Simona Perotto, and Fausto Saleri MOX, Modeling and Scientific Computing, Department of Mathematics, Politecnico of Milano, via Bonardi 9, I-133

More information

CFD Simulation of Sodium Boiling in Heated Pipe using RPI Model

CFD Simulation of Sodium Boiling in Heated Pipe using RPI Model Proceedings of the 2 nd World Congress on Momentum, Heat and Mass Transfer (MHMT 17) Barcelona, Spain April 6 8, 2017 Paper No. ICMFHT 114 ISSN: 2371-5316 DOI: 10.11159/icmfht17.114 CFD Simulation of Sodium

More information

From Boltzmann Equations to Gas Dynamics: From DiPerna-Lions to Leray

From Boltzmann Equations to Gas Dynamics: From DiPerna-Lions to Leray From Boltzmann Equations to Gas Dynamics: From DiPerna-Lions to Leray C. David Levermore Department of Mathematics and Institute for Physical Science and Technology University of Maryland, College Park

More information

Lecture 30 Review of Fluid Flow and Heat Transfer

Lecture 30 Review of Fluid Flow and Heat Transfer Objectives In this lecture you will learn the following We shall summarise the principles used in fluid mechanics and heat transfer. It is assumed that the student has already been exposed to courses in

More information

Getting started: CFD notation

Getting started: CFD notation PDE of p-th order Getting started: CFD notation f ( u,x, t, u x 1,..., u x n, u, 2 u x 1 x 2,..., p u p ) = 0 scalar unknowns u = u(x, t), x R n, t R, n = 1,2,3 vector unknowns v = v(x, t), v R m, m =

More information

Robust Monolithic - Multigrid FEM Solver for Three Fields Formulation Rising from non-newtonian Flow Problems

Robust Monolithic - Multigrid FEM Solver for Three Fields Formulation Rising from non-newtonian Flow Problems Robust Monolithic - Multigrid FEM Solver for Three Fields Formulation Rising from non-newtonian Flow Problems M. Aaqib Afaq Institute for Applied Mathematics and Numerics (LSIII) TU Dortmund 13 July 2017

More information

Tectonic evolution at mid-ocean ridges: geodynamics and numerical modeling. Second HPC-GA Workshop

Tectonic evolution at mid-ocean ridges: geodynamics and numerical modeling. Second HPC-GA Workshop .. Tectonic evolution at mid-ocean ridges: geodynamics and numerical modeling. Second HPC-GA Workshop Marco Cuffaro, Edie Miglio, Mattia Penati, Marco Viganò Politecnico di Milano - MOX, Dipartimento di

More information

Code MIGALE state- of- the- art

Code MIGALE state- of- the- art Code MIGALE state- of- the- art A. Colombo HiOCFD4 4th International Workshop on High- Order CFD Method Foundation for Research and Technology Hellas (FORTH), Heraklion (Crete) 4th June 2016 1 with the

More information

Modeling of Humidification in Comsol Multiphysics 4.4

Modeling of Humidification in Comsol Multiphysics 4.4 Modeling of Humidification in Comsol Multiphysics 4.4 Indrajit Wadgaonkar *1 and Suresh Arikapudi 1 1 Tata Motors Ltd. Pimpri, Pune, India, 411018. *Corresponding author: Indrajit Wadgaonkar, Tata Motors

More information

Some recent developments on ROMs in computational fluid dynamics

Some recent developments on ROMs in computational fluid dynamics Some recent developments on ROMs in computational fluid dynamics F. Ballarin 1, S. Ali 1, E. Delgado 2, D. Torlo 1,3, T. Chacón 2, M. Gómez 2, G. Rozza 1 1 mathlab, Mathematics Area, SISSA, Trieste, Italy

More information

Turbulence Modeling I!

Turbulence Modeling I! Outline! Turbulence Modeling I! Grétar Tryggvason! Spring 2010! Why turbulence modeling! Reynolds Averaged Numerical Simulations! Zero and One equation models! Two equations models! Model predictions!

More information

Space-time XFEM for two-phase mass transport

Space-time XFEM for two-phase mass transport Space-time XFEM for two-phase mass transport Space-time XFEM for two-phase mass transport Christoph Lehrenfeld joint work with Arnold Reusken EFEF, Prague, June 5-6th 2015 Christoph Lehrenfeld EFEF, Prague,

More information

Finite Element Decompositions for Stable Time Integration of Flow Equations

Finite Element Decompositions for Stable Time Integration of Flow Equations MAX PLANCK INSTITUT August 13, 2015 Finite Element Decompositions for Stable Time Integration of Flow Equations Jan Heiland, Robert Altmann (TU Berlin) ICIAM 2015 Beijing DYNAMIK KOMPLEXER TECHNISCHER

More information

Universität des Saarlandes. Fachrichtung 6.1 Mathematik

Universität des Saarlandes. Fachrichtung 6.1 Mathematik Universität des Saarlandes U N I V E R S I T A S S A R A V I E N I S S Fachrichtung 6. Mathematik Preprint Nr. 228 A Variational Multiscale Method for Turbulent Flow Simulation with Adaptive Large Scale

More information

Final abstract for ONERA Taylor-Green DG participation

Final abstract for ONERA Taylor-Green DG participation 1st International Workshop On High-Order CFD Methods January 7-8, 2012 at the 50th AIAA Aerospace Sciences Meeting, Nashville, Tennessee Final abstract for ONERA Taylor-Green DG participation JB Chapelier,

More information

Adaptive C1 Macroelements for Fourth Order and Divergence-Free Problems

Adaptive C1 Macroelements for Fourth Order and Divergence-Free Problems Adaptive C1 Macroelements for Fourth Order and Divergence-Free Problems Roy Stogner Computational Fluid Dynamics Lab Institute for Computational Engineering and Sciences University of Texas at Austin March

More information

Weierstrass Institute for Applied Analysis and Stochastics, Mohrenstr. 39, Berlin, Germany,

Weierstrass Institute for Applied Analysis and Stochastics, Mohrenstr. 39, Berlin, Germany, Volker John On the numerical simulation of population balance systems Weierstrass Institute for Applied Analysis and Stochastics, Mohrenstr. 39, 10117 Berlin, Germany, Free University of Berlin, Department

More information

CFD STUDIES IN THE PREDICTION OF THERMAL STRIPING IN AN LMFBR

CFD STUDIES IN THE PREDICTION OF THERMAL STRIPING IN AN LMFBR CFD STUDIES IN THE PREDICTION OF THERMAL STRIPING IN AN LMFBR K. Velusamy, K. Natesan, P. Selvaraj, P. Chellapandi, S. C. Chetal, T. Sundararajan* and S. Suyambazhahan* Nuclear Engineering Group Indira

More information

Study of Forced and Free convection in Lid driven cavity problem

Study of Forced and Free convection in Lid driven cavity problem MIT Study of Forced and Free convection in Lid driven cavity problem 18.086 Project report Divya Panchanathan 5-11-2014 Aim To solve the Navier-stokes momentum equations for a lid driven cavity problem

More information

CFD Analysis for Thermal Behavior of Turbulent Channel Flow of Different Geometry of Bottom Plate

CFD Analysis for Thermal Behavior of Turbulent Channel Flow of Different Geometry of Bottom Plate International Journal Of Engineering Research And Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 13, Issue 9 (September 2017), PP.12-19 CFD Analysis for Thermal Behavior of Turbulent

More information

FEniCS Course. Lecture 6: Incompressible Navier Stokes. Contributors Anders Logg André Massing

FEniCS Course. Lecture 6: Incompressible Navier Stokes. Contributors Anders Logg André Massing FEniCS Course Lecture 6: Incompressible Navier Stokes Contributors Anders Logg André Massing 1 / 11 The incompressible Navier Stokes equations u + u u ν u + p = f in Ω (0, T ] u = 0 in Ω (0, T ] u = g

More information

The hybridized DG methods for WS1, WS2, and CS2 test cases

The hybridized DG methods for WS1, WS2, and CS2 test cases The hybridized DG methods for WS1, WS2, and CS2 test cases P. Fernandez, N.C. Nguyen and J. Peraire Aerospace Computational Design Laboratory Department of Aeronautics and Astronautics, MIT 5th High-Order

More information

Investigation of velocity gradient as driving force of flow pulsation in fuel assemblies

Investigation of velocity gradient as driving force of flow pulsation in fuel assemblies Investigation of velocity gradient as driving force of flow pulsation in fuel assemblies by Patrick F. Everett SUBMITTED TO THE DEPARTMENT OF NUCLEAR SCIENCE AND ENGINEERING IN PARTIAL FULFILLMENT OF THE

More information

WELL POSEDNESS OF PROBLEMS I

WELL POSEDNESS OF PROBLEMS I Finite Element Method 85 WELL POSEDNESS OF PROBLEMS I Consider the following generic problem Lu = f, where L : X Y, u X, f Y and X, Y are two Banach spaces We say that the above problem is well-posed (according

More information

Open boundary conditions in numerical simulations of unsteady incompressible flow

Open boundary conditions in numerical simulations of unsteady incompressible flow Open boundary conditions in numerical simulations of unsteady incompressible flow M. P. Kirkpatrick S. W. Armfield Abstract In numerical simulations of unsteady incompressible flow, mass conservation can

More information

A Review of Preconditioning Techniques for Steady Incompressible Flow

A Review of Preconditioning Techniques for Steady Incompressible Flow Zeist 2009 p. 1/43 A Review of Preconditioning Techniques for Steady Incompressible Flow David Silvester School of Mathematics University of Manchester Zeist 2009 p. 2/43 PDEs Review : 1984 2005 Update

More information

Implementation of 3D Incompressible N-S Equations. Mikhail Sekachev

Implementation of 3D Incompressible N-S Equations. Mikhail Sekachev Implementation of 3D Incompressible N-S Equations Mikhail Sekachev Navier-Stokes Equations The motion of a viscous incompressible fluid is governed by the Navier-Stokes equations u + t u = ( u ) 0 Quick

More information

Probability density function (PDF) methods 1,2 belong to the broader family of statistical approaches

Probability density function (PDF) methods 1,2 belong to the broader family of statistical approaches Joint probability density function modeling of velocity and scalar in turbulence with unstructured grids arxiv:6.59v [physics.flu-dyn] Jun J. Bakosi, P. Franzese and Z. Boybeyi George Mason University,

More information

A Two-Grid Stabilization Method for Solving the Steady-State Navier-Stokes Equations

A Two-Grid Stabilization Method for Solving the Steady-State Navier-Stokes Equations A Two-Grid Stabilization Method for Solving the Steady-State Navier-Stokes Equations Songul Kaya and Béatrice Rivière Abstract We formulate a subgrid eddy viscosity method for solving the steady-state

More information

Needs work : define boundary conditions and fluxes before, change slides Useful definitions and conservation equations

Needs work : define boundary conditions and fluxes before, change slides Useful definitions and conservation equations Needs work : define boundary conditions and fluxes before, change slides 1-2-3 Useful definitions and conservation equations Turbulent Kinetic energy The fluxes are crucial to define our boundary conditions,

More information

AMS subject classifications. Primary, 65N15, 65N30, 76D07; Secondary, 35B45, 35J50

AMS subject classifications. Primary, 65N15, 65N30, 76D07; Secondary, 35B45, 35J50 A SIMPLE FINITE ELEMENT METHOD FOR THE STOKES EQUATIONS LIN MU AND XIU YE Abstract. The goal of this paper is to introduce a simple finite element method to solve the Stokes equations. This method is in

More information

Turbulence modulation by fully resolved particles using Immersed Boundary Methods

Turbulence modulation by fully resolved particles using Immersed Boundary Methods Turbulence modulation by fully resolved particles using Immersed Boundary Methods Abouelmagd Abdelsamie and Dominique Thévenin Lab. of Fluid Dynamics & Technical Flows University of Magdeburg Otto von

More information

Status and Future Challenges of CFD for Liquid Metal Cooled Reactors

Status and Future Challenges of CFD for Liquid Metal Cooled Reactors Status and Future Challenges of CFD for Liquid Metal Cooled Reactors IAEA Fast Reactor Conference 2013 Paris, France 5 March 2013 Ferry Roelofs roelofs@nrg.eu V.R. Gopala K. Van Tichelen X. Cheng E. Merzari

More information

Math background. Physics. Simulation. Related phenomena. Frontiers in graphics. Rigid fluids

Math background. Physics. Simulation. Related phenomena. Frontiers in graphics. Rigid fluids Fluid dynamics Math background Physics Simulation Related phenomena Frontiers in graphics Rigid fluids Fields Domain Ω R2 Scalar field f :Ω R Vector field f : Ω R2 Types of derivatives Derivatives measure

More information

Simulating Drag Crisis for a Sphere Using Skin Friction Boundary Conditions

Simulating Drag Crisis for a Sphere Using Skin Friction Boundary Conditions Simulating Drag Crisis for a Sphere Using Skin Friction Boundary Conditions Johan Hoffman May 14, 2006 Abstract In this paper we use a General Galerkin (G2) method to simulate drag crisis for a sphere,

More information

need to improve the plant availability enhancing the performance for Nuclear Power Plants (NPPs) + a more and more ability to follow grid demands

need to improve the plant availability enhancing the performance for Nuclear Power Plants (NPPs) + a more and more ability to follow grid demands need to improve the plant availability enhancing the performance for Nuclear Power Plants (NPPs) + a more and more ability to follow grid demands Classic control techniques Example: Proportional-Integral-

More information

Vorticity and Dynamics

Vorticity and Dynamics Vorticity and Dynamics In Navier-Stokes equation Nonlinear term ω u the Lamb vector is related to the nonlinear term u 2 (u ) u = + ω u 2 Sort of Coriolis force in a rotation frame Viscous term ν u = ν

More information

Advanced Simulation: applications for fast reactors

Advanced Simulation: applications for fast reactors Advanced Simulation: applications for fast reactors Andrew Siegel Argonne National Laboratory 12/18/2009 FR09 1 Two approaches to reactor modeling Yesterday s computers Device modeling "I would rather

More information

A Two-grid Method for Coupled Free Flow with Porous Media Flow

A Two-grid Method for Coupled Free Flow with Porous Media Flow A Two-grid Method for Coupled Free Flow with Porous Media Flow Prince Chidyagwai a and Béatrice Rivière a, a Department of Computational and Applied Mathematics, Rice University, 600 Main Street, Houston,

More information

arxiv: v1 [math.na] 30 Jul 2018

arxiv: v1 [math.na] 30 Jul 2018 The Effort of Increasing Reynolds Number in Projection-Based Reduced Order Methods: from Laminar to Turbulent Flows Saddam Hijazi, Shafqat Ali, Giovanni Stabile, Francesco Ballarin and Gianluigi Rozza

More information

Numerical Simulation of Turbulent Buoyant Helium Plume by Algebraic Turbulent Mass Flux Model

Numerical Simulation of Turbulent Buoyant Helium Plume by Algebraic Turbulent Mass Flux Model Numerical Simulation of Turbulent Buoyant Helium Plume by Algebraic Turbulent Mass Flux Model Hitoshi Sugiyama 1),Naoto Kato 1), Masahiro Ouchi 1) 1) Graduate School of Engineering,Utsunomiya University

More information

Implicit Solution of Viscous Aerodynamic Flows using the Discontinuous Galerkin Method

Implicit Solution of Viscous Aerodynamic Flows using the Discontinuous Galerkin Method Implicit Solution of Viscous Aerodynamic Flows using the Discontinuous Galerkin Method Per-Olof Persson and Jaime Peraire Massachusetts Institute of Technology 7th World Congress on Computational Mechanics

More information

20. A Dual-Primal FETI Method for solving Stokes/Navier-Stokes Equations

20. A Dual-Primal FETI Method for solving Stokes/Navier-Stokes Equations Fourteenth International Conference on Domain Decomposition Methods Editors: Ismael Herrera, David E. Keyes, Olof B. Widlund, Robert Yates c 23 DDM.org 2. A Dual-Primal FEI Method for solving Stokes/Navier-Stokes

More information

Large Eddy Simulations for the Flame Describing Function of a premixed turbulent swirling flame

Large Eddy Simulations for the Flame Describing Function of a premixed turbulent swirling flame Large Eddy Simulations for the Flame Describing Function of a premixed turbulent swirling flame Davide LAERA, and Aimee S. MORGANS Department of Mechanical Engineering, Imperial College London, London,

More information

Chapter 2. General concepts. 2.1 The Navier-Stokes equations

Chapter 2. General concepts. 2.1 The Navier-Stokes equations Chapter 2 General concepts 2.1 The Navier-Stokes equations The Navier-Stokes equations model the fluid mechanics. This set of differential equations describes the motion of a fluid. In the present work

More information

MULTIDIMENSIONAL TURBULENCE SPECTRA - STATISTICAL ANALYSIS OF TURBULENT VORTICES

MULTIDIMENSIONAL TURBULENCE SPECTRA - STATISTICAL ANALYSIS OF TURBULENT VORTICES Ninth International Conference on CFD in the Minerals and Process Industries CSIRO, Melbourne, Australia 10-12 December 2012 MULTIDIMENSIONAL TURBULENCE SPECTRA - STATISTICAL ANALYSIS OF TURBULENT VORTICES

More information

Validation of an Entropy-Viscosity Model for Large Eddy Simulation

Validation of an Entropy-Viscosity Model for Large Eddy Simulation Validation of an Entropy-Viscosity Model for Large Eddy Simulation J.-L. Guermond, A. Larios and T. Thompson 1 Introduction A primary mainstay of difficulty when working with problems of very high Reynolds

More information

OpenFOAM selected solver

OpenFOAM selected solver OpenFOAM selected solver Roberto Pieri - SCS Italy 16-18 June 2014 Introduction to Navier-Stokes equations and RANS Turbulence modelling Numeric discretization Navier-Stokes equations Convective term {}}{

More information

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS 1 / 29 AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS Hierarchy of Mathematical Models 1 / 29 AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS 2 / 29

More information

Hybrid Discontinuous Galerkin methods for incompressible flow problems

Hybrid Discontinuous Galerkin methods for incompressible flow problems Hybrid Discontinuous Galerkin methods incompressible flow problems Christoph Lehrenfeld, Joachim Schöberl MathCCES Computational Mathematics in Engineering Workshop Linz, May 31 - June 1, 2010 Contents

More information

APPLICATION OF THE COUPLED THREE DIMENSIONAL THERMAL- HYDRAULICS AND NEUTRON KINETICS MODELS TO PWR STEAM LINE BREAK ANALYSIS

APPLICATION OF THE COUPLED THREE DIMENSIONAL THERMAL- HYDRAULICS AND NEUTRON KINETICS MODELS TO PWR STEAM LINE BREAK ANALYSIS APPLICATION OF THE COUPLED THREE DIMENSIONAL THERMAL- HYDRAULICS AND NEUTRON KINETICS MODELS TO PWR STEAM LINE BREAK ANALYSIS Michel GONNET and Michel CANAC FRAMATOME Tour Framatome. Cedex 16, Paris-La

More information

Implicit Finite Difference Solution of Boundary Layer Heat Flow over a Flat Plate

Implicit Finite Difference Solution of Boundary Layer Heat Flow over a Flat Plate ISSN : 48-96, Vol. 3, Issue 6, Nov-Dec 03, 6-66 www.iera.com RESEARCH ARTICLE OPEN ACCESS Implicit Finite Difference Solution of Boundary Layer Heat Flow over a Flat Plate Satish V Desale*, V.H.Pradhan**

More information

FINITE ELEMENT ANALYSIS OF MIXED CONVECTION HEAT TRANSFER ENHANCEMENT OF A HEATED SQUARE HOLLOW CYLINDER IN A LID-DRIVEN RECTANGULAR ENCLOSURE

FINITE ELEMENT ANALYSIS OF MIXED CONVECTION HEAT TRANSFER ENHANCEMENT OF A HEATED SQUARE HOLLOW CYLINDER IN A LID-DRIVEN RECTANGULAR ENCLOSURE Proceedings of the International Conference on Mechanical Engineering 2011 (ICME2011) 18-20 December 2011, Dhaka, Bangladesh ICME11-TH-014 FINITE ELEMENT ANALYSIS OF MIXED CONVECTION HEAT TRANSFER ENHANCEMENT

More information

POTENTIAL TURBULENCE MODEL PREDICTIONS OF FLOW PAST A TRIANGULAR CYLINDER USING AN UNSTRUCTURED STAGGERED MESH METHOD

POTENTIAL TURBULENCE MODEL PREDICTIONS OF FLOW PAST A TRIANGULAR CYLINDER USING AN UNSTRUCTURED STAGGERED MESH METHOD POTENTIAL TURBULENCE MODEL PREDICTIONS OF FLOW PAST A TRIANGULAR CYLINDER USING AN UNSTRUCTURED STAGGERED MESH METHOD Xg Zhang Blair Perot Department of Mechanical and Industrial Engeerg, University of

More information

Fundamentals of Fluid Dynamics: Elementary Viscous Flow

Fundamentals of Fluid Dynamics: Elementary Viscous Flow Fundamentals of Fluid Dynamics: Elementary Viscous Flow Introductory Course on Multiphysics Modelling TOMASZ G. ZIELIŃSKI bluebox.ippt.pan.pl/ tzielins/ Institute of Fundamental Technological Research

More information

Minimal stabilization techniques for incompressible flows

Minimal stabilization techniques for incompressible flows Minimal stabilization tecniques for incompressible flows G. Lube 1, L. Röe 1 and T. Knopp 2 1 Numerical and Applied Matematics Georg-August-University of Göttingen D-37083 Göttingen, Germany 2 German Aerospace

More information

Computational and Experimental Studies of Fluid flow and Heat Transfer in a Calandria Based Reactor

Computational and Experimental Studies of Fluid flow and Heat Transfer in a Calandria Based Reactor Computational and Experimental Studies of Fluid flow and Heat Transfer in a Calandria Based Reactor SD Ravi 1, NKS Rajan 2 and PS Kulkarni 3 1 Dept. of Aerospace Engg., IISc, Bangalore, India. ravi@cgpl.iisc.ernet.in

More information

Analysis of Heat Transfer in Pipe with Twisted Tape Inserts

Analysis of Heat Transfer in Pipe with Twisted Tape Inserts Proceedings of the 2 nd International Conference on Fluid Flow, Heat and Mass Transfer Ottawa, Ontario, Canada, April 30 May 1, 2015 Paper No. 143 Analysis of Heat Transfer in Pipe with Twisted Tape Inserts

More information

CFD as a Tool for Thermal Comfort Assessment

CFD as a Tool for Thermal Comfort Assessment CFD as a Tool for Thermal Comfort Assessment Dimitrios Koubogiannis dkoubog@teiath.gr G. Tsimperoudis, E. Karvelas Department of Energy Technology Engineering Technological Educational Institute of Athens

More information

Multigrid Methods and their application in CFD

Multigrid Methods and their application in CFD Multigrid Methods and their application in CFD Michael Wurst TU München 16.06.2009 1 Multigrid Methods Definition Multigrid (MG) methods in numerical analysis are a group of algorithms for solving differential

More information

Is My CFD Mesh Adequate? A Quantitative Answer

Is My CFD Mesh Adequate? A Quantitative Answer Is My CFD Mesh Adequate? A Quantitative Answer Krzysztof J. Fidkowski Gas Dynamics Research Colloqium Aerospace Engineering Department University of Michigan January 26, 2011 K.J. Fidkowski (UM) GDRC 2011

More information

HIGH TEMPERATURE THERMAL HYDRAULICS MODELING

HIGH TEMPERATURE THERMAL HYDRAULICS MODELING HIGH TEMPERATURE THERMAL HYDRAULICS MODELING OF A MOLTEN SALT: APPLICATION TO A MOLTEN SALT FAST REACTOR (MSFR) P. R. Rubiolo, V. Ghetta, J. Giraud, M. Tano Retamales CNRS/IN2P3/LPSC - Grenoble Workshop

More information

Implementation of a symmetry-preserving discretization in Gerris

Implementation of a symmetry-preserving discretization in Gerris Implementation of a symmetry-preserving discretization in Gerris Daniel Fuster Cols: Pierre Sagaut, Stephane Popinet Université Pierre et Marie Curie, Institut Jean Le Rond D Alembert Introduction 10/11:

More information

An Introduction to Theories of Turbulence. James Glimm Stony Brook University

An Introduction to Theories of Turbulence. James Glimm Stony Brook University An Introduction to Theories of Turbulence James Glimm Stony Brook University Topics not included (recent papers/theses, open for discussion during this visit) 1. Turbulent combustion 2. Turbulent mixing

More information

Boundary layer flows The logarithmic law of the wall Mixing length model for turbulent viscosity

Boundary layer flows The logarithmic law of the wall Mixing length model for turbulent viscosity Boundary layer flows The logarithmic law of the wall Mixing length model for turbulent viscosity Tobias Knopp D 23. November 28 Reynolds averaged Navier-Stokes equations Consider the RANS equations with

More information

Numerical Methods in Aerodynamics. Turbulence Modeling. Lecture 5: Turbulence modeling

Numerical Methods in Aerodynamics. Turbulence Modeling. Lecture 5: Turbulence modeling Turbulence Modeling Niels N. Sørensen Professor MSO, Ph.D. Department of Civil Engineering, Alborg University & Wind Energy Department, Risø National Laboratory Technical University of Denmark 1 Outline

More information

A PWR HOT-ROD MODEL: RELAP5/MOD3.2.2Y AS A SUBCHANNEL CODE I.C. KIRSTEN (1), G.R. KIMBER (2), R. PAGE (3), J.R. JONES (1) ABSTRACT

A PWR HOT-ROD MODEL: RELAP5/MOD3.2.2Y AS A SUBCHANNEL CODE I.C. KIRSTEN (1), G.R. KIMBER (2), R. PAGE (3), J.R. JONES (1) ABSTRACT FR0200515 9 lh International Conference on Nuclear Engineering, ICONE-9 8-12 April 2001, Nice, France A PWR HOT-ROD MODEL: RELAP5/MOD3.2.2Y AS A SUBCHANNEL CODE I.C. KIRSTEN (1), G.R. KIMBER (2), R. PAGE

More information

Calculating equation coefficients

Calculating equation coefficients Fluid flow Calculating equation coefficients Construction Conservation Equation Surface Conservation Equation Fluid Conservation Equation needs flow estimation needs radiation and convection estimation

More information

A Domain Decomposition Method for Quasilinear Elliptic PDEs Using Mortar Finite Elements

A Domain Decomposition Method for Quasilinear Elliptic PDEs Using Mortar Finite Elements W I S S E N T E C H N I K L E I D E N S C H A F T A Domain Decomposition Method for Quasilinear Elliptic PDEs Using Mortar Finite Elements Matthias Gsell and Olaf Steinbach Institute of Computational Mathematics

More information

Electronic Transactions on Numerical Analysis Volume 32, 2008

Electronic Transactions on Numerical Analysis Volume 32, 2008 Electronic Transactions on Numerical Analysis Volume 32, 2008 Contents 1 On the role of boundary conditions for CIP stabilization of higher order finite elements. Friedhelm Schieweck. We investigate the

More information

(U c. t)/b (U t)/b

(U c. t)/b (U t)/b DYNAMICAL MODELING OF THE LARGE-SCALE MOTION OF A PLANAR TURBULENT JET USING POD MODES. S. Gordeyev 1 and F. O. Thomas 1 University of Notre Dame, Notre Dame, USA University of Notre Dame, Notre Dame,

More information

Numerical simulations of heat transfer in plane channel flow

Numerical simulations of heat transfer in plane channel flow Numerical simulations of heat transfer in plane channel flow Najla EL GHARBI 1, 3, a, Rafik ABSI 2, b and Ahmed BENZAOUI 3, c 1 Renewable Energy Development Center, BP 62 Bouzareah 163 Algiers, Algeria

More information

OPTIMIZATION OF HEAT TRANSFER ENHANCEMENT IN PLANE COUETTE FLOW

OPTIMIZATION OF HEAT TRANSFER ENHANCEMENT IN PLANE COUETTE FLOW OPTIMIZATION OF HEAT TRANSFER ENHANCEMENT IN PLANE COUETTE FLOW Shingo Motoki, Genta Kawahara and Masaki Shimizu Graduate School of Engineering Science Osaka University 1-3 Machikaneyama, Toyonaka, Osaka

More information

A note on accurate and efficient higher order Galerkin time stepping schemes for the nonstationary Stokes equations

A note on accurate and efficient higher order Galerkin time stepping schemes for the nonstationary Stokes equations A note on accurate and efficient higher order Galerkin time stepping schemes for the nonstationary Stokes equations S. Hussain, F. Schieweck, S. Turek Abstract In this note, we extend our recent work for

More information

Finite Element LES and VMS Methods on Tetrahedral Meshes

Finite Element LES and VMS Methods on Tetrahedral Meshes Finite Element LES and VMS Methods on Tetrahedral Meshes Volker John 1 Adela Kindl 2 and Carina Suciu 3 FR 6.1 Mathematik, Universität des Saarlandes, Postfach 15 11 50, 66041 Saarbrücken, Germany Abstract

More information

ADVANCED DES SIMULATIONS OF OXY-GAS BURNER LOCATED INTO MODEL OF REAL MELTING CHAMBER

ADVANCED DES SIMULATIONS OF OXY-GAS BURNER LOCATED INTO MODEL OF REAL MELTING CHAMBER ADVANCED DES SIMULATIONS OF OXY-GAS BURNER LOCATED INTO MODEL OF REAL MELTING CHAMBER Ing. Vojtech Betak Ph.D. Aerospace Research and Test Establishment Department of Engines Prague, Czech Republic Abstract

More information

DEVELOPMENT OF COMPUTATIONAL MULTIFLUID DYNAMICS MODELS FOR NUCLEAR REACTOR APPLICATIONS

DEVELOPMENT OF COMPUTATIONAL MULTIFLUID DYNAMICS MODELS FOR NUCLEAR REACTOR APPLICATIONS DEVELOPMENT OF COMPUTATIONAL MULTIFLUID DYNAMICS MODELS FOR NUCLEAR REACTOR APPLICATIONS Henry Anglart Royal Institute of Technology, Department of Physics Division of Nuclear Reactor Technology Stocholm,

More information

Modeling of Multi-Physics Phenomena in Fast Reactors Design/Safety and Experimental Validation

Modeling of Multi-Physics Phenomena in Fast Reactors Design/Safety and Experimental Validation 2013.02.05 FR13, Paris 2013.03.05 FR13, Paris International Conference on Fast Reactors and Related Fuel Cycles (FR13) 4-7 March 2013, Paris, France Hisashi Ninokata, Hideki Kamide, Marco Pellegrini Marco

More information

Turbulent Boundary Layers & Turbulence Models. Lecture 09

Turbulent Boundary Layers & Turbulence Models. Lecture 09 Turbulent Boundary Layers & Turbulence Models Lecture 09 The turbulent boundary layer In turbulent flow, the boundary layer is defined as the thin region on the surface of a body in which viscous effects

More information

Post-processing of solutions of incompressible Navier Stokes equations on rotating spheres

Post-processing of solutions of incompressible Navier Stokes equations on rotating spheres ANZIAM J. 50 (CTAC2008) pp.c90 C106, 2008 C90 Post-processing of solutions of incompressible Navier Stokes equations on rotating spheres M. Ganesh 1 Q. T. Le Gia 2 (Received 14 August 2008; revised 03

More information

Application of He s homotopy perturbation method to boundary layer flow and convection heat transfer over a flat plate

Application of He s homotopy perturbation method to boundary layer flow and convection heat transfer over a flat plate Physics Letters A 37 007) 33 38 www.elsevier.com/locate/pla Application of He s homotopy perturbation method to boundary layer flow and convection heat transfer over a flat plate M. Esmaeilpour, D.D. Ganji

More information

Zonal modelling approach in aerodynamic simulation

Zonal modelling approach in aerodynamic simulation Zonal modelling approach in aerodynamic simulation and Carlos Castro Barcelona Supercomputing Center Technical University of Madrid Outline 1 2 State of the art Proposed strategy 3 Consistency Stability

More information

Tdyn Theory Manual - 2 -

Tdyn Theory Manual - 2 - - 2 - 1. INTRODUCTION... 4 2. NAVIER STOKES SOLVER (RANSOL MODULE)... 5 2.1 Governing equations... 5 2.2 CFD algorithms and stability... 5 2.2.1 Finite calculus (FIC)formulation... 6 2.2.2 Stabilized Navier-Stokes

More information

Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow

Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow F. Piscaglia, A. Montorfano Dipartimento di Energia, POLITECNICO DI MILANO Content Introduction

More information

Chapter 9: Differential Analysis

Chapter 9: Differential Analysis 9-1 Introduction 9-2 Conservation of Mass 9-3 The Stream Function 9-4 Conservation of Linear Momentum 9-5 Navier Stokes Equation 9-6 Differential Analysis Problems Recall 9-1 Introduction (1) Chap 5: Control

More information

AER1310: TURBULENCE MODELLING 1. Introduction to Turbulent Flows C. P. T. Groth c Oxford Dictionary: disturbance, commotion, varying irregularly

AER1310: TURBULENCE MODELLING 1. Introduction to Turbulent Flows C. P. T. Groth c Oxford Dictionary: disturbance, commotion, varying irregularly 1. Introduction to Turbulent Flows Coverage of this section: Definition of Turbulence Features of Turbulent Flows Numerical Modelling Challenges History of Turbulence Modelling 1 1.1 Definition of Turbulence

More information

Computational Fluid Dynamics 2

Computational Fluid Dynamics 2 Seite 1 Introduction Computational Fluid Dynamics 11.07.2016 Computational Fluid Dynamics 2 Turbulence effects and Particle transport Martin Pietsch Computational Biomechanics Summer Term 2016 Seite 2

More information

Direct numerical simulation of interfacial instability in gas-liquid flows

Direct numerical simulation of interfacial instability in gas-liquid flows Direct numerical simulation of interfacial instability in gas-liquid flows Iain Bethune 1, Lennon Ó Náraigh 2, David Scott 1, Peter Spelt 3,4, Prashant Valluri 5, Zlatko Solomenko 3 1 Edinburgh Parallel

More information

1. Introduction. The Stokes problem seeks unknown functions u and p satisfying

1. Introduction. The Stokes problem seeks unknown functions u and p satisfying A DISCRETE DIVERGENCE FREE WEAK GALERKIN FINITE ELEMENT METHOD FOR THE STOKES EQUATIONS LIN MU, JUNPING WANG, AND XIU YE Abstract. A discrete divergence free weak Galerkin finite element method is developed

More information

Modelling of turbulent flows: RANS and LES

Modelling of turbulent flows: RANS and LES Modelling of turbulent flows: RANS and LES Turbulenzmodelle in der Strömungsmechanik: RANS und LES Markus Uhlmann Institut für Hydromechanik Karlsruher Institut für Technologie www.ifh.kit.edu SS 2012

More information

Development of a Parallel, 3D, Lattice Boltzmann Method CFD Solver for Simulation of Turbulent Reactor Flow

Development of a Parallel, 3D, Lattice Boltzmann Method CFD Solver for Simulation of Turbulent Reactor Flow DOE-FIU SCIENCE & TECHNOLOGY WORKFORCE DEVELOPMENT PROGRAM STUDENT SUMMER INTERNSHIP TECHNICAL REPORT June 4, 2012 to August 10, 2012 Development of a Parallel, 3D, Lattice Boltzmann Method CFD Solver

More information

Numerical Methods for Problems with Moving Fronts Orthogonal Collocation on Finite Elements

Numerical Methods for Problems with Moving Fronts Orthogonal Collocation on Finite Elements Electronic Text Provided with the Book Numerical Methods for Problems with Moving Fronts by Bruce A. Finlayson Ravenna Park Publishing, Inc., 635 22nd Ave. N. E., Seattle, WA 985-699 26-524-3375; ravenna@halcyon.com;www.halcyon.com/ravenna

More information

Numerical Simulation of Powder Flow

Numerical Simulation of Powder Flow Numerical Simulation of Powder Flow Stefan Turek, Abderrahim Ouazzi Institut für Angewandte Mathematik, Univ. Dortmund http://www.mathematik.uni-dortmund.de/ls3 http://www.featflow.de Models for granular

More information