Spacetime Computing. A Dynamical Systems Approach to Turbulence. Bruce M. Boghosian. Department of Mathematics, Tufts University

Size: px
Start display at page:

Download "Spacetime Computing. A Dynamical Systems Approach to Turbulence. Bruce M. Boghosian. Department of Mathematics, Tufts University"

Transcription

1 Spacetime Computing A Dynamical Systems Approach to Turbulence Bruce M. Boghosian, Tufts University Presented at 3rd NA-HPC Roadmap Workshop, Royal Society, London January 26, 2009 Acknowledgements: Hui Tang, Aaron Brown (Tufts Math), Spencer Smith (Tufts Physics) Luis Fazendeiro, Peter Coveney (UCL CCS) National Science Foundation

2 Outline Algorithmic: Spacetime computing, Parareal algorithm Application: Fluid turbulence Physics: Why turbulent flow difficult to simulate Mathematics: Dynamical systems, unstable periodic orbits Ongoing work: Spacetime computing for unstable orbits Lessons learned: Challenges and opportunities for NA/HPC January 26,

3 Not a new idea: Spacetime Computing J. Nievergelt, Comm. ACM 7 (1964) W. L. Miranker & W. Liniger, Math. Comp. 21 (1967) Both papers named Parallel methods for the numerical integration of ODEs. Experienced resurgence in 2001 with the Parareal Algorithm: J.-L., Lions, Y. Maday, G. Turinici, C.R. Acad Sci. Paris Sér. I Math 332 (2001) G. Bal, Y. Maday, In L.F. Pavarino and A. Toselli, eds., Recent Developments in domain Decomposition Methods, Vol. 23 of Lecture Notes in Computational Science and Engineering, Springer (2002) January 26,

4 The Parareal Algorithm Coarse gridpoints and fine gridpoints in time Predictor-corrector arrangement whereby results of fine-grid steps steer coarse-grid steps, and vice versa Evolution of coarse gridpoints is purely sequential Evolution of fine gridpoints can be done in parallel Achieves domain decomposition in time May be the only way to compute evolution equations faster than real time With periodic boundary conditions in time, it finds periodic orbits. January 26,

5 Example: ODE periodic orbits Initial-value problem: u t = Lu on t [0, T] with u(0) = u(t) Subdomain size τ = T/N Solve u (n) t = Lu (n) for t [nτ, (n + 1)τ] for n = 0,...,N 1. Boundary conds. u (n) (nτ) = λ n and u (n) (nτ + τ) = λ n+1 Periodicity λ 0 = λ N Next use coarse discretization, with grid step τ, to obtain coarse evolution equations for the λ n, given the u (n) (t). Iterate previous two steps. January 26,

6 The equations of motion of a fluid Viscous, incompressible flow The Navier-Stokes equations (Navier, 1823; Stokes, 1845) t u + u u = p + ν 2 u + F and u = 0 ν is the viscosity of the fluid (constant) Partial differential equations for velocity, pressure Only one free parameter Reynolds number : Re = Lu ν This is why wind tunnels work. January 26,

7 Laminar flow (low Re) M. van Dyke, Album of Fluid Motion, Parabolic Press (1982) January 26,

8 Periodic flow (intermediate Re) M. van Dyke, Album of Fluid Motion, Parabolic Press (1982) January 26,

9 Periodic flow in nature National Aeronautics and Space Administration January 26,

10 Turbulent flow (high Re) Reference: N.T. Ouellette, J.P. Gollub, Curvature Fields, Topology, and the Dynamics of Spatiotemporal Chaos, Phys. Rev. Lett. 99 (2007) Periodic flow in square domain Periodic force F = A sin(2πmx) sin(2πny)e x + A cos(2πmx) cos(2πny)e y Flow closely follows F for low Re Turbulent for high Re Show simulation January 26,

11 Problem: Algorithmic Complexity Grid-based algorithm Direct Numerical Simulation (DNS) Evolve one cubic unit of fluid for one unit of time Resolve smallest eddy: N x (Re) 3/4 Size of spatial grid: Nx 3 (Re) 9/4 Number of time steps: N t (Re) 3/4 Algorithmic Complexity C NxN 3 t (Re) 3 January 26,

12 State of the Art Best current DNS yields Re 10, , 000 Flow past aircraft requires Re 10, 000, , 000, 000 Desired increase in Re: 10 3 Required increase in computational power: 10 9 Hence Large Eddy Simulation (LES) but not a priori... No fully satisfactory a priori theory of turbulence exists today January 26,

13 Lorenz equations: Lorenz Attractor 8 >< >: ẋ = σ(y x) ẏ = xz + Rx y ż = xy bz State space is R 3 40 x, y, z t Much smaller-dimension state space than fluid, but has attractor, periodic orbits Attractor for Navier-Stokes equations in finite-dimensional (Constantin, Foias, Temam, 1985). January 26,

14 Unstable Periodic Orbits of Lorenz Attractor Correspond to any binary sequence (e.g., 11110) Dense in the attractor System is hyperbolic y 0 S 50. e T e F e z x 20 If you know all UPOs with period < T, you can make statistical predictions of any observable (DZF formalism). UPOs and their properties can be tabulated and stored in a curated database. January 26,

15 Results for 2d Navier-Stokes equations From LUPO code using Parareal algorithm Higher-order differencing needed Local spline fitting to orbit needed Method formulated using variational principle Show simulation January 26,

16 Symbol sequences and UPOs UPOs correspond to binary sequences Set of prime strings inequivalent to within cyclic shifts is the set of Lyndon words Length 1: 0, 1 Length 2: 01 Length 3: 001, 011 Length 4: 0001, 0011, 0111 Length 5: 00001, 00011, 00101, 00111, 01011, Lyndon words label Lorenz attractor UPOs January 26,

17 Symbolic dynamics of a turbulent fluid Boundaries determined by scalar functionals of velocity field e.g., energy, helicity We have extracted symbolic sequences Not a Markov partition, but still potentially useful Can we determine forbidden words from this sequence? Use learning algorithms e.g., hidden Markov models January 26,

18 Work in Progress I Time sequence Plot of t,t Clustering algs. HMM Buhl Kennel Initial guess for UPOs Conjugate gradient Orr Somerfeld equation Symbolic dynamics Kennel Mees UPOs Statistical error N 1 2 Pseudospectra Improved accuracy Monodromy matrix Dimension of attractor Ζ function Turbulent averages January 26,

19 Work in Progress II LUPO: Laboratory for unstable periodic orbits Shell models of turbulence (Tang, Boghosian) 2D Navier-Stokes (Lätt, Smith, Boghosian) 3D Navier-Stokes (Faizendeiro, Coveney, Boghosian) January 26,

20 Conclusions We are on the verge of an era in which the partial differential equations of the mathematical sciences may be simulated in spacetime Thanks to this, large-scale computation of hydrodynamic UPOs is becoming possible now. Improved understanding of fluid UPOs will soon lead to the first a priori statistical descriptions of turbulence This improved approach to turbulence modeling arose by taking results from numerical analysis, the mathematics of dynamical systems, and physics, and uniting people with expertise in each of these areas with computer scientists and software engineers. January 26,

Unstable Periodic Orbits as a Unifying Principle in the Presentation of Dynamical Systems in the Undergraduate Physics Curriculum

Unstable Periodic Orbits as a Unifying Principle in the Presentation of Dynamical Systems in the Undergraduate Physics Curriculum Unstable Periodic Orbits as a Unifying Principle in the Presentation of Dynamical Systems in the Undergraduate Physics Curriculum Bruce M. Boghosian 1 Hui Tang 1 Aaron Brown 1 Spencer Smith 2 Luis Fazendeiro

More information

Parallel spacetime approach to turbulence: computation of unstable periodic orbits and the dynamical zeta function

Parallel spacetime approach to turbulence: computation of unstable periodic orbits and the dynamical zeta function Parallel spacetime approach to turbulence: computation of unstable periodic orbits and the dynamical zeta function Peter V. Coveney 1, Bruce M. Boghosian 2, Luis Fazendeiro 1, Derek Groen 1 Lorentz Center

More information

Parallel spacetime approach to turbulence

Parallel spacetime approach to turbulence Parallel spacetime approach to turbulence Peter V. Coveney1, Bruce M. Boghosian2, 1 1 Luis Fazendeiro, Derek Groen DEISA PRACE Symposium 2011, April 13-14 2011, Helsinki, Finland p.v.coveney@ucl.ac.uk

More information

Stability of the Parareal Algorithm

Stability of the Parareal Algorithm Stability of the Parareal Algorithm Gunnar Andreas Staff and Einar M. Rønquist Norwegian University of Science and Technology Department of Mathematical Sciences Summary. We discuss the stability of the

More information

Parareal Methods. Scott Field. December 2, 2009

Parareal Methods. Scott Field. December 2, 2009 December 2, 2009 Outline Matlab example : Advantages, disadvantages, and survey of usage in literature Overview Overview Notation Algorithm Model equation example Proposed by Lions, Maday, Turinici in

More information

Chapter 7 The Time-Dependent Navier-Stokes Equations Turbulent Flows

Chapter 7 The Time-Dependent Navier-Stokes Equations Turbulent Flows Chapter 7 The Time-Dependent Navier-Stokes Equations Turbulent Flows Remark 7.1. Turbulent flows. The usually used model for turbulent incompressible flows are the incompressible Navier Stokes equations

More information

Time-Parallel Algorithms for Weather Prediction and Climate Simulation

Time-Parallel Algorithms for Weather Prediction and Climate Simulation Time-Parallel Algorithms for Weather Prediction and Climate Simulation Jean Côté Adjunct Prof. ESCER Centre (Étude et la Simulation du Climat à l Échelle Régionale) Sciences de la Terre & de l Atmosphère

More information

Parallel in Time Algorithms for Multiscale Dynamical Systems using Interpolation and Neural Networks

Parallel in Time Algorithms for Multiscale Dynamical Systems using Interpolation and Neural Networks Parallel in Time Algorithms for Multiscale Dynamical Systems using Interpolation and Neural Networks Gopal Yalla Björn Engquist University of Texas at Austin Institute for Computational Engineering and

More information

Time-Parallel Algorithms for Weather Prediction and Climate Simulation

Time-Parallel Algorithms for Weather Prediction and Climate Simulation Time-Parallel Algorithms for Weather Prediction and Climate Simulation Jean Côté Adjunct Prof. ESCER Centre (Étude et la Simulation du Climat à l Échelle Régionale) Sciences de la Terre & de l Atmosphère

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

The Big, Big Picture (Bifurcations II)

The Big, Big Picture (Bifurcations II) The Big, Big Picture (Bifurcations II) Reading for this lecture: NDAC, Chapter 8 and Sec. 10.0-10.4. 1 Beyond fixed points: Bifurcation: Qualitative change in behavior as a control parameter is (slowly)

More information

Direct Numerical Simulation of fractal-generated turbulence

Direct Numerical Simulation of fractal-generated turbulence Direct Numerical Simulation of fractal-generated turbulence S. Laizet and J.C. Vassilicos Turbulence, Mixing and Flow Control Group, Department of Aeronautics and Institute for Mathematical Sciences, Imperial

More information

Introduction Knot Theory Nonlinear Dynamics Topology in Chaos Open Questions Summary. Topology in Chaos

Introduction Knot Theory Nonlinear Dynamics Topology in Chaos Open Questions Summary. Topology in Chaos Introduction Knot Theory Nonlinear Dynamics Open Questions Summary A tangled tale about knot, link, template, and strange attractor Centre for Chaos & Complex Networks City University of Hong Kong Email:

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

Introduction to Turbulence AEEM Why study turbulent flows?

Introduction to Turbulence AEEM Why study turbulent flows? Introduction to Turbulence AEEM 7063-003 Dr. Peter J. Disimile UC-FEST Department of Aerospace Engineering Peter.disimile@uc.edu Intro to Turbulence: C1A Why 1 Most flows encountered in engineering and

More information

Active Control of Instabilities in Laminar Boundary-Layer Flow { Part II: Use of Sensors and Spectral Controller. Ronald D. Joslin

Active Control of Instabilities in Laminar Boundary-Layer Flow { Part II: Use of Sensors and Spectral Controller. Ronald D. Joslin Active Control of Instabilities in Laminar Boundary-Layer Flow { Part II: Use of Sensors and Spectral Controller Ronald D. Joslin Fluid Mechanics and Acoustics Division, NASA Langley Research Center R.

More information

EE222 - Spring 16 - Lecture 2 Notes 1

EE222 - Spring 16 - Lecture 2 Notes 1 EE222 - Spring 16 - Lecture 2 Notes 1 Murat Arcak January 21 2016 1 Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Essentially Nonlinear Phenomena Continued

More information

PHYSFLU - Physics of Fluids

PHYSFLU - Physics of Fluids Coordinating unit: 230 - ETSETB - Barcelona School of Telecommunications Engineering Teaching unit: 748 - FIS - Department of Physics Academic year: Degree: 2018 BACHELOR'S DEGREE IN ENGINEERING PHYSICS

More information

Application of Chimera Grids in Rotational Flow

Application of Chimera Grids in Rotational Flow CES Seminar Write-up Application of Chimera Grids in Rotational Flow Marc Schwalbach 292414 marc.schwalbach@rwth-aachen.de Supervisors: Dr. Anil Nemili & Emre Özkaya, M.Sc. MATHCCES RWTH Aachen University

More information

PARAREAL TIME DISCRETIZATION FOR PARABOLIC CONTROL PROBLEM

PARAREAL TIME DISCRETIZATION FOR PARABOLIC CONTROL PROBLEM PARAREAL TIME DISCRETIZATION FOR PARABOLIC CONTROL PROBLEM Daoud S Daoud Dept. of Mathematics Eastern Mediterranean University Famagusta-North Cyprus via Mersin 10-Turkey. e mail: daoud.daoud@emu.edu.tr

More information

The Johns Hopkins Turbulence Databases (JHTDB)

The Johns Hopkins Turbulence Databases (JHTDB) The Johns Hopkins Turbulence Databases (JHTDB) HOMOGENEOUS BUOYANCY DRIVEN TURBULENCE DATA SET Data provenance: D. Livescu 1 Database Ingest and Web Services: C. Canada 1, K. Kalin 2, R. Burns 2 & IDIES

More information

Scenarios for the transition to chaos

Scenarios for the transition to chaos Scenarios for the transition to chaos Alessandro Torcini alessandro.torcini@cnr.it Istituto dei Sistemi Complessi - CNR - Firenze Istituto Nazionale di Fisica Nucleare - Sezione di Firenze Centro interdipartimentale

More information

Segment Description of Turbulence

Segment Description of Turbulence Dynamics of PDE, Vol.4, No.3, 283-291, 2007 Segment Description of Turbulence Y. Charles Li Communicated by Y. Charles Li, received August 25, 2007. Abstract. We propose a segment description for turbulent

More information

Introduction to Turbulence and Turbulence Modeling

Introduction to Turbulence and Turbulence Modeling Introduction to Turbulence and Turbulence Modeling Part I Venkat Raman The University of Texas at Austin Lecture notes based on the book Turbulent Flows by S. B. Pope Turbulent Flows Turbulent flows Commonly

More information

Scalable solution of non-linear time-dependent systems

Scalable solution of non-linear time-dependent systems Scalable solution of non-linear time-dependent systems Mark Maienschein-Cline and L.R. Scott April 13, 211 Abstract We study parallel solution methods for time-dependent problems where the domain decomposition

More information

CHAPTER 7 SEVERAL FORMS OF THE EQUATIONS OF MOTION

CHAPTER 7 SEVERAL FORMS OF THE EQUATIONS OF MOTION CHAPTER 7 SEVERAL FORMS OF THE EQUATIONS OF MOTION 7.1 THE NAVIER-STOKES EQUATIONS Under the assumption of a Newtonian stress-rate-of-strain constitutive equation and a linear, thermally conductive medium,

More information

RATIO BASED PARALLEL TIME INTEGRATION (RAPTI) FOR INITIAL VALUE PROBLEMS

RATIO BASED PARALLEL TIME INTEGRATION (RAPTI) FOR INITIAL VALUE PROBLEMS RATIO BASED PARALLEL TIME INTEGRATION (RAPTI) FOR INITIAL VALUE PROBLEMS Nabil R. Nassif Noha Makhoul Karam Yeran Soukiassian Mathematics Department, American University of Beirut IRISA, Campus Beaulieu,

More information

Reconstruction Deconstruction:

Reconstruction Deconstruction: Reconstruction Deconstruction: A Brief History of Building Models of Nonlinear Dynamical Systems Jim Crutchfield Center for Computational Science & Engineering Physics Department University of California,

More information

Numerical methods in molecular dynamics and multiscale problems

Numerical methods in molecular dynamics and multiscale problems Numerical methods in molecular dynamics and multiscale problems Two examples T. Lelièvre CERMICS - Ecole des Ponts ParisTech & MicMac project-team - INRIA Horizon Maths December 2012 Introduction The aim

More information

dynamical zeta functions: what, why and what are the good for?

dynamical zeta functions: what, why and what are the good for? dynamical zeta functions: what, why and what are the good for? Predrag Cvitanović Georgia Institute of Technology November 2 2011 life is intractable in physics, no problem is tractable I accept chaos

More information

Pressure-velocity correction method Finite Volume solution of Navier-Stokes equations Exercise: Finish solving the Navier Stokes equations

Pressure-velocity correction method Finite Volume solution of Navier-Stokes equations Exercise: Finish solving the Navier Stokes equations Today's Lecture 2D grid colocated arrangement staggered arrangement Exercise: Make a Fortran program which solves a system of linear equations using an iterative method SIMPLE algorithm Pressure-velocity

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

System Control Engineering 0

System Control Engineering 0 System Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear Control Systems Analysis and Design, Wiley Author: Horacio J. Marquez Web: http://www.ic.is.tohoku.ac.jp/~koichi/system_control/

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

1. Introduction Some Basic Concepts

1. Introduction Some Basic Concepts 1. Introduction Some Basic Concepts 1.What is a fluid? A substance that will go on deforming in the presence of a deforming force, however small 2. What Properties Do Fluids Have? Density ( ) Pressure

More information

Takens embedding theorem for infinite-dimensional dynamical systems

Takens embedding theorem for infinite-dimensional dynamical systems Takens embedding theorem for infinite-dimensional dynamical systems James C. Robinson Mathematics Institute, University of Warwick, Coventry, CV4 7AL, U.K. E-mail: jcr@maths.warwick.ac.uk Abstract. Takens

More information

Before we consider two canonical turbulent flows we need a general description of turbulence.

Before we consider two canonical turbulent flows we need a general description of turbulence. Chapter 2 Canonical Turbulent Flows Before we consider two canonical turbulent flows we need a general description of turbulence. 2.1 A Brief Introduction to Turbulence One way of looking at turbulent

More information

Complex Dynamics of Microprocessor Performances During Program Execution

Complex Dynamics of Microprocessor Performances During Program Execution Complex Dynamics of Microprocessor Performances During Program Execution Regularity, Chaos, and Others Hugues BERRY, Daniel GRACIA PÉREZ, Olivier TEMAM Alchemy, INRIA, Orsay, France www-rocq.inria.fr/

More information

( ) II. Why statistics? SIO 221B, Rudnick adapted from Davis!1

( ) II. Why statistics? SIO 221B, Rudnick adapted from Davis!1 SIO 221B, Rudnick adapted from Davis 1 II. Why statistics? This course addresses the analysis of oceanographic observations and, as they become more complex, ocean models. Much of the material involves

More information

The Existence of Chaos in the Lorenz System

The Existence of Chaos in the Lorenz System The Existence of Chaos in the Lorenz System Sheldon E. Newhouse Mathematics Department Michigan State University E. Lansing, MI 48864 joint with M. Berz, K. Makino, A. Wittig Physics, MSU Y. Zou, Math,

More information

J. Szantyr Lecture No. 4 Principles of the Turbulent Flow Theory The phenomenon of two markedly different types of flow, namely laminar and

J. Szantyr Lecture No. 4 Principles of the Turbulent Flow Theory The phenomenon of two markedly different types of flow, namely laminar and J. Szantyr Lecture No. 4 Principles of the Turbulent Flow Theory The phenomenon of two markedly different types of flow, namely laminar and turbulent, was discovered by Osborne Reynolds (184 191) in 1883

More information

11 Chaos in Continuous Dynamical Systems.

11 Chaos in Continuous Dynamical Systems. 11 CHAOS IN CONTINUOUS DYNAMICAL SYSTEMS. 47 11 Chaos in Continuous Dynamical Systems. Let s consider a system of differential equations given by where x(t) : R R and f : R R. ẋ = f(x), The linearization

More information

Lecture 14. Turbulent Combustion. We know what a turbulent flow is, when we see it! it is characterized by disorder, vorticity and mixing.

Lecture 14. Turbulent Combustion. We know what a turbulent flow is, when we see it! it is characterized by disorder, vorticity and mixing. Lecture 14 Turbulent Combustion 1 We know what a turbulent flow is, when we see it! it is characterized by disorder, vorticity and mixing. In a fluid flow, turbulence is characterized by fluctuations of

More information

THE POINCARÉ RECURRENCE PROBLEM OF INVISCID INCOMPRESSIBLE FLUIDS

THE POINCARÉ RECURRENCE PROBLEM OF INVISCID INCOMPRESSIBLE FLUIDS ASIAN J. MATH. c 2009 International Press Vol. 13, No. 1, pp. 007 014, March 2009 002 THE POINCARÉ RECURRENCE PROBLEM OF INVISCID INCOMPRESSIBLE FLUIDS Y. CHARLES LI Abstract. Nadirashvili presented a

More information

Scale interactions and scaling laws in rotating flows at moderate Rossby numbers and large Reynolds numbers

Scale interactions and scaling laws in rotating flows at moderate Rossby numbers and large Reynolds numbers Scale interactions and scaling laws in rotating flows at moderate Rossby numbers and large Reynolds numbers P.D. Mininni NCAR, Boulder, Colorado, USA, and Departamento de Física, Facultad de Cs. Exactas

More information

Nonlinear Prediction for Top and Bottom Values of Time Series

Nonlinear Prediction for Top and Bottom Values of Time Series Vol. 2 No. 1 123 132 (Feb. 2009) 1 1 Nonlinear Prediction for Top and Bottom Values of Time Series Tomoya Suzuki 1 and Masaki Ota 1 To predict time-series data depending on temporal trends, as stock price

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

Time Parallel Time Integration

Time Parallel Time Integration Time Inegraion marin.gander@unige.ch Universiy of Geneva SSSTC Symposium, Geneva, Augus 17 Solving Evoluion Problems in Parallel? The Lorenz equaions: d d dy d dz d = σ +σy = z +r y = y bz 4 4 15 1 5 5

More information

An Adjoint Approach for Stabilizing the Parareal Method

An Adjoint Approach for Stabilizing the Parareal Method An Adjoint Approach for Stabilizing the Parareal Method Feng Chen a, Jan S Hesthaven b, Yvon Maday c, Allan Nielsen b a Department of Mathematics, Baruch College, New York, NY 10010, USA b Mathematics

More information

Multistability in the Lorenz System: A Broken Butterfly

Multistability in the Lorenz System: A Broken Butterfly International Journal of Bifurcation and Chaos, Vol. 24, No. 10 (2014) 1450131 (7 pages) c World Scientific Publishing Company DOI: 10.1142/S0218127414501314 Multistability in the Lorenz System: A Broken

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

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

Simulations for Enhancing Aerodynamic Designs

Simulations for Enhancing Aerodynamic Designs Simulations for Enhancing Aerodynamic Designs 2. Governing Equations and Turbulence Models by Dr. KANNAN B T, M.E (Aero), M.B.A (Airline & Airport), PhD (Aerospace Engg), Grad.Ae.S.I, M.I.E, M.I.A.Eng,

More information

Concentration and segregation of particles and bubbles by turbulence : a numerical investigation

Concentration and segregation of particles and bubbles by turbulence : a numerical investigation Concentration and segregation of particles and bubbles by turbulence : a numerical investigation Enrico Calzavarini Physics of Fluids Group University of Twente The Netherlands with Massimo Cencini CNR-ISC

More information

Construction of a New Domain Decomposition Method for the Stokes Equations

Construction of a New Domain Decomposition Method for the Stokes Equations Construction of a New Domain Decomposition Method for the Stokes Equations Frédéric Nataf 1 and Gerd Rapin 2 1 CMAP, CNRS; UMR7641, Ecole Polytechnique, 91128 Palaiseau Cedex, France 2 Math. Dep., NAM,

More information

The Extended Malkus-Robbins dynamo as a perturbed Lorenz system

The Extended Malkus-Robbins dynamo as a perturbed Lorenz system The Extended Malkus-Robbins dynamo as a perturbed Lorenz system Irene M. Moroz Mathematical Institute 24-29 St Giles, Oxford OX1 3LB UK March 26, 2004 For correspondence: moroz@maths.ox.ac.uk 1 Abstract

More information

Least-Squares Spectral Collocation with the Overlapping Schwarz Method for the Incompressible Navier Stokes Equations

Least-Squares Spectral Collocation with the Overlapping Schwarz Method for the Incompressible Navier Stokes Equations Least-Squares Spectral Collocation with the Overlapping Schwarz Method for the Incompressible Navier Stokes Equations by Wilhelm Heinrichs Universität Duisburg Essen, Ingenieurmathematik Universitätsstr.

More information

Local null controllability of the N-dimensional Navier-Stokes system with N-1 scalar controls in an arbitrary control domain

Local null controllability of the N-dimensional Navier-Stokes system with N-1 scalar controls in an arbitrary control domain Local null controllability of the N-dimensional Navier-Stokes system with N-1 scalar controls in an arbitrary control domain Nicolás Carreño Université Pierre et Marie Curie-Paris 6 UMR 7598 Laboratoire

More information

Lecture 1 Monday, January 14

Lecture 1 Monday, January 14 LECTURE NOTES FOR MATH 7394 ERGODIC THEORY AND THERMODYNAMIC FORMALISM INSTRUCTOR: VAUGHN CLIMENHAGA Lecture 1 Monday, January 14 Scribe: Vaughn Climenhaga 1.1. From deterministic physics to stochastic

More information

EXACT SOLUTIONS TO THE NAVIER-STOKES EQUATION FOR AN INCOMPRESSIBLE FLOW FROM THE INTERPRETATION OF THE SCHRÖDINGER WAVE FUNCTION

EXACT SOLUTIONS TO THE NAVIER-STOKES EQUATION FOR AN INCOMPRESSIBLE FLOW FROM THE INTERPRETATION OF THE SCHRÖDINGER WAVE FUNCTION EXACT SOLUTIONS TO THE NAVIER-STOKES EQUATION FOR AN INCOMPRESSIBLE FLOW FROM THE INTERPRETATION OF THE SCHRÖDINGER WAVE FUNCTION Vladimir V. KULISH & José L. LAGE School of Mechanical & Aerospace Engineering,

More information

Dynamical analysis and circuit simulation of a new three-dimensional chaotic system

Dynamical analysis and circuit simulation of a new three-dimensional chaotic system Dynamical analysis and circuit simulation of a new three-dimensional chaotic system Wang Ai-Yuan( 王爱元 ) a)b) and Ling Zhi-Hao( 凌志浩 ) a) a) Department of Automation, East China University of Science and

More information

Colloquium FLUID DYNAMICS 2012 Institute of Thermomechanics AS CR, v.v.i., Prague, October 24-26, 2012 p.

Colloquium FLUID DYNAMICS 2012 Institute of Thermomechanics AS CR, v.v.i., Prague, October 24-26, 2012 p. Colloquium FLUID DYNAMICS 212 Institute of Thermomechanics AS CR, v.v.i., Prague, October 24-26, 212 p. ON A COMPARISON OF NUMERICAL SIMULATIONS OF ATMOSPHERIC FLOW OVER COMPLEX TERRAIN T. Bodnár, L. Beneš

More information

A simple and compact approach to hydrodynamic using geometric algebra. Abstract

A simple and compact approach to hydrodynamic using geometric algebra. Abstract A simple and compact approach to hydrodynamic using geometric algebra Xiong Wang (a) Center for Chaos and Complex Networks (b) Department of Electronic Engineering, City University of Hong Kong, Hong Kong

More information

Mathematical Hydrodynamics

Mathematical Hydrodynamics Mathematical Hydrodynamics Ya G. Sinai 1. Introduction Mathematical hydrodynamics deals basically with Navier-Stokes and Euler systems. In the d-dimensional case and incompressible fluids these are the

More information

Turbulence (January 7, 2005)

Turbulence (January 7, 2005) http://www.tfd.chalmers.se/gr-kurs/mtf071 70 Turbulence (January 7, 2005) The literature for this lecture (denoted by LD) and the following on turbulence models is: L. Davidson. An Introduction to Turbulence

More information

Energy spectrum in the dissipation range of fluid turbulence

Energy spectrum in the dissipation range of fluid turbulence J. Plasma Physics (1997), vol. 57, part 1, pp. 195 201 Copyright 1997 Cambridge University Press 195 Energy spectrum in the dissipation range of fluid turbulence D. O. MARTI NEZ,,, S. CHEN,, G. D. DOOLEN,

More information

INSTITUTTET FOR BYGNINGSTEKNIK DEPT. OF BUILDING TECHNOLOGY AND STRUCTURAL ENGINEERING AALBORG UNIVERSITET AAU AALBORG DANMARK

INSTITUTTET FOR BYGNINGSTEKNIK DEPT. OF BUILDING TECHNOLOGY AND STRUCTURAL ENGINEERING AALBORG UNIVERSITET AAU AALBORG DANMARK INSTITUTTET FOR BYGNINGSTEKNIK DEPT. OF BUILDING TECHNOLOGY AND STRUCTURAL ENGINEERING AALBORG UNIVERSITET AAU AALBORG DANMARK Lars Davidson and Peter V. Nielsen A Study of Laminar Backward-Facing Step

More information

Exercises in Combustion Technology

Exercises in Combustion Technology Exercises in Combustion Technology Exercise 4: Turbulent Premixed Flames Turbulent Flow: Task 1: Estimation of Turbulence Quantities Borghi-Peters diagram for premixed combustion Task 2: Derivation of

More information

Several forms of the equations of motion

Several forms of the equations of motion Chapter 6 Several forms of the equations of motion 6.1 The Navier-Stokes equations Under the assumption of a Newtonian stress-rate-of-strain constitutive equation and a linear, thermally conductive medium,

More information

Global well-posedness of the primitive equations of oceanic and atmospheric dynamics

Global well-posedness of the primitive equations of oceanic and atmospheric dynamics Global well-posedness of the primitive equations of oceanic and atmospheric dynamics Jinkai Li Department of Mathematics The Chinese University of Hong Kong Dynamics of Small Scales in Fluids ICERM, Feb

More information

O. A Survey of Critical Experiments

O. A Survey of Critical Experiments O. A Survey of Critical Experiments 1 (A) Visualizations of Turbulent Flow Figure 1: Van Dyke, Album of Fluid Motion #152. Generation of turbulence by a grid. Smoke wires show a uniform laminar stream

More information

DNS Study on Small Length Scale in Turbulent Flow

DNS Study on Small Length Scale in Turbulent Flow DNS Study on Small ength Scale in Turbulent Flow Yonghua Yan Jie Tang Chaoqun iu Technical Report 2014-11 http://www.uta.edu/math/preprint/ DNS Study on Small ength Scale in Turbulent Flow Yonghua Yan,

More information

Overlapping Schwarz preconditioners for Fekete spectral elements

Overlapping Schwarz preconditioners for Fekete spectral elements Overlapping Schwarz preconditioners for Fekete spectral elements R. Pasquetti 1, L. F. Pavarino 2, F. Rapetti 1, and E. Zampieri 2 1 Laboratoire J.-A. Dieudonné, CNRS & Université de Nice et Sophia-Antipolis,

More information

Parallel-in-time integrators for Hamiltonian systems

Parallel-in-time integrators for Hamiltonian systems Parallel-in-time integrators for Hamiltonian systems Claude Le Bris ENPC and INRIA Visiting Professor, The University of Chicago joint work with X. Dai (Paris 6 and Chinese Academy of Sciences), F. Legoll

More information

DIRECTION OF VORTICITY AND A REFINED BLOW-UP CRITERION FOR THE NAVIER-STOKES EQUATIONS WITH FRACTIONAL LAPLACIAN

DIRECTION OF VORTICITY AND A REFINED BLOW-UP CRITERION FOR THE NAVIER-STOKES EQUATIONS WITH FRACTIONAL LAPLACIAN DIRECTION OF VORTICITY AND A REFINED BLOW-UP CRITERION FOR THE NAVIER-STOKES EQUATIONS WITH FRACTIONAL LAPLACIAN KENGO NAKAI Abstract. We give a refined blow-up criterion for solutions of the D Navier-

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

Multi-Scale Modeling of Turbulence and Microphysics in Clouds. Steven K. Krueger University of Utah

Multi-Scale Modeling of Turbulence and Microphysics in Clouds. Steven K. Krueger University of Utah Multi-Scale Modeling of Turbulence and Microphysics in Clouds Steven K. Krueger University of Utah 10,000 km Scales of Atmospheric Motion 1000 km 100 km 10 km 1 km 100 m 10 m 1 m 100 mm 10 mm 1 mm Planetary

More information

Statistical studies of turbulent flows: self-similarity, intermittency, and structure visualization

Statistical studies of turbulent flows: self-similarity, intermittency, and structure visualization Statistical studies of turbulent flows: self-similarity, intermittency, and structure visualization P.D. Mininni Departamento de Física, FCEyN, UBA and CONICET, Argentina and National Center for Atmospheric

More information

FINITE TIME BLOW-UP FOR A DYADIC MODEL OF THE EULER EQUATIONS

FINITE TIME BLOW-UP FOR A DYADIC MODEL OF THE EULER EQUATIONS TRANSACTIONS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 357, Number 2, Pages 695 708 S 0002-9947(04)03532-9 Article electronically published on March 12, 2004 FINITE TIME BLOW-UP FOR A DYADIC MODEL OF

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

Stochastic Shear Thickening Fluids: Strong Convergence of the Galerkin Approximation and the Energy Equality 1

Stochastic Shear Thickening Fluids: Strong Convergence of the Galerkin Approximation and the Energy Equality 1 Stochastic Shear Thickening Fluids: Strong Convergence of the Galerkin Approximation and the Energy Equality Nobuo Yoshida Contents The stochastic power law fluids. Terminology from hydrodynamics....................................

More information

Reynolds Averaging. Let u and v be two flow variables (which might or might not be velocity components), and suppose that. u t + x uv ( ) = S u,

Reynolds Averaging. Let u and v be two flow variables (which might or might not be velocity components), and suppose that. u t + x uv ( ) = S u, ! Revised January 23, 208 7:7 PM! Reynolds Averaging David Randall Introduction It is neither feasible nor desirable to consider in detail all of the small-scale fluctuations that occur in the atmosphere.

More information

Calculating Fractal Dimension of Attracting Sets of the Lorenz System

Calculating Fractal Dimension of Attracting Sets of the Lorenz System Dynamics at the Horsetooth Volume 6, 2014. Calculating Fractal Dimension of Attracting Sets of the Lorenz System Jamie Department of Mathematics Colorado State University Report submitted to Prof. P. Shipman

More information

Hamiltonian aspects of fluid dynamics

Hamiltonian aspects of fluid dynamics Hamiltonian aspects of fluid dynamics CDS 140b Joris Vankerschaver jv@caltech.edu CDS 01/29/08, 01/31/08 Joris Vankerschaver (CDS) Hamiltonian aspects of fluid dynamics 01/29/08, 01/31/08 1 / 34 Outline

More information

A new statistical tool to study the geometry of intense vorticity clusters in turbulence

A new statistical tool to study the geometry of intense vorticity clusters in turbulence Journal of Physics: Conference Series PAPER OPEN ACCESS A new statistical tool to study the geometry of intense vorticity clusters in turbulence To cite this article: Alberto Vela-Martin and Takashi Ishihara

More information

Efficient BDF time discretization of the Navier Stokes equations with VMS LES modeling in a High Performance Computing framework

Efficient BDF time discretization of the Navier Stokes equations with VMS LES modeling in a High Performance Computing framework Introduction VS LES/BDF Implementation Results Conclusions Swiss Numerical Analysis Day 2015, Geneva, Switzerland, 17 April 2015. Efficient BDF time discretization of the Navier Stokes equations with VS

More information

Math 575-Lecture Viscous Newtonian fluid and the Navier-Stokes equations

Math 575-Lecture Viscous Newtonian fluid and the Navier-Stokes equations Math 575-Lecture 13 In 1845, tokes extended Newton s original idea to find a constitutive law which relates the Cauchy stress tensor to the velocity gradient, and then derived a system of equations. The

More information

Some notes about PDEs. -Bill Green Nov. 2015

Some notes about PDEs. -Bill Green Nov. 2015 Some notes about PDEs -Bill Green Nov. 2015 Partial differential equations (PDEs) are all BVPs, with the same issues about specifying boundary conditions etc. Because they are multi-dimensional, they can

More information

Steady-state Force Balance in the DEBS Code

Steady-state Force Balance in the DEBS Code Steady-state Force Balance in the DEBS Code D. D. Schnack Department of Physics University of Wisconsin - Madison Madison, WI 53706 November 10, 2013 The DEBS code advances the induction equation, the

More information

Turbulent drag reduction by wavy wall

Turbulent drag reduction by wavy wall 10 th International Symposium on Turbulence and Shear Flow Phenomena (TSFP10), Chicago, USA, July, 2017 Turbulent drag reduction by wavy wall Sacha Ghebali Department of Aeronautics Imperial College London

More information

No. 6 Determining the input dimension of a To model a nonlinear time series with the widely used feed-forward neural network means to fit the a

No. 6 Determining the input dimension of a To model a nonlinear time series with the widely used feed-forward neural network means to fit the a Vol 12 No 6, June 2003 cfl 2003 Chin. Phys. Soc. 1009-1963/2003/12(06)/0594-05 Chinese Physics and IOP Publishing Ltd Determining the input dimension of a neural network for nonlinear time series prediction

More information

Chaos, Complexity, and Inference (36-462)

Chaos, Complexity, and Inference (36-462) Chaos, Complexity, and Inference (36-462) Lecture 5: Symbolic Dynamics; Making Discrete Stochastic Processes from Continuous Deterministic Dynamics Cosma Shalizi 27 January 2009 Symbolic dynamics Reducing

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

Masters in Mechanical Engineering Aerodynamics 1 st Semester 2015/16

Masters in Mechanical Engineering Aerodynamics 1 st Semester 2015/16 Masters in Mechanical Engineering Aerodynamics st Semester 05/6 Exam st season, 8 January 06 Name : Time : 8:30 Number: Duration : 3 hours st Part : No textbooks/notes allowed nd Part : Textbooks allowed

More information

PH36010: Numerical Methods - Evaluating the Lorenz Attractor using Runge-Kutta methods Abstract

PH36010: Numerical Methods - Evaluating the Lorenz Attractor using Runge-Kutta methods Abstract PH36010: Numerical Methods - Evaluating the Lorenz Attractor using Runge-Kutta methods Mr. Benjamen P. Reed (110108461) IMPACS, Aberystwyth University January 31, 2014 Abstract A set of three coupled ordinary

More information

Mathematical Model of Drag Coefficient of Tandem Configuration on R e = 100

Mathematical Model of Drag Coefficient of Tandem Configuration on R e = 100 Proceeding South East Asian Conference on Mathematics and its Application (SEACMA 2013) ISBN 978-979-96152-8-2 Mathematical Model of Drag Coefficient of Tandem Configuration on R e = 100 Chairul Imorn

More information

Hybrid LES RANS Method Based on an Explicit Algebraic Reynolds Stress Model

Hybrid LES RANS Method Based on an Explicit Algebraic Reynolds Stress Model Hybrid RANS Method Based on an Explicit Algebraic Reynolds Stress Model Benoit Jaffrézic, Michael Breuer and Antonio Delgado Institute of Fluid Mechanics, LSTM University of Nürnberg bjaffrez/breuer@lstm.uni-erlangen.de

More information

p + µ 2 u =0= σ (1) and

p + µ 2 u =0= σ (1) and Master SdI mention M2FA, Fluid Mechanics program Hydrodynamics. P.-Y. Lagrée and S. Zaleski. Test December 4, 2009 All documentation is authorized except for reference [1]. Internet access is not allowed.

More information

Applications of parabolized stability equation for predicting transition position in boundary layers

Applications of parabolized stability equation for predicting transition position in boundary layers Appl. Math. Mech. -Engl. Ed., 33(6), 679 686 (2012) DOI 10.1007/s10483-012-1579-7 c Shanghai University and Springer-Verlag Berlin Heidelberg 2012 Applied Mathematics and Mechanics (English Edition) Applications

More information

ACD2503 Aircraft Aerodynamics

ACD2503 Aircraft Aerodynamics ACD2503 Aircraft Aerodynamics Session delivered by: Prof. M. D. Deshpande 1 Aims and Summary PEMP It is intended dto prepare students for participation i i in the design process of an aircraft and its

More information