SENR: A Super-Efficient Numerical Relativity Code for the Age of Gravitational Wave Astrophysics. Zachariah B. Etienne Ian Ruchlin

Size: px
Start display at page:

Download "SENR: A Super-Efficient Numerical Relativity Code for the Age of Gravitational Wave Astrophysics. Zachariah B. Etienne Ian Ruchlin"

Transcription

1 SENR: A Super-Efficient Numerical Relativity Code for the Age of Gravitational Wave Astrophysics Zachariah B. Etienne Ian Ruchlin in collaboration with Thomas W. Baumgarte

2 Moore's Law Is Slowing Down Intel CEO Brian Krzanich,, 2015: Our cadence today is closer to two and a half years than two. Intel CEO Brian Gordon Moore,, 2015: I I see Moore s law dying here in the next decade or so. Gordon Moore Computational Astrophysics needs to shift to smarter algorithms!

3 Case in Point: Enormous Inefficiencies Exist in Numerical Relativity Codes AMR Adaptive Mesh Refinement (Most Popular Method in NR) BH dx BH dx 2 dx 4 dx 8 dx 16 dx, etc

4 Case in Point: Enormous Inefficiencies Exist in Numerical Relativity Codes AMR Adaptive Mesh Refinement (Most Popular Method in NR) BH dx BH dx 2 dx 4 dx 8 dx 16 dx, etc

5 Case in Point: Enormous Inefficiencies Exist in Numerical Relativity Codes BH dx

6 Case in Point: Enormous Inefficiencies Exist in Numerical Relativity Codes Near-Spherical Object Highest res needed in radial dirn, need 1/3 1/10 points in angular directions Cost: Nr*Ntheta*Nphi ~ 1/100 Nr 3 1/10 Nr 3 Cartesian grid: need dx=dy=dz=dr. Cost: Nx*Ny*Nz ~ Nr 3 So far, spherical polar grid ~ x more efficient than Cartesian BH dy=dx=dr

7 Case in Point: Enormous Inefficiencies Exist in Numerical Relativity Codes Near-Spherical Object Highest res needed in radial dirn, need 1/3 1/10 points in angular directions Cost: Nr*Ntheta*Nphi ~ 1/100 Nr 3 1/10 Nr 3 Cartesian grid: need dx=dy=dz=dr. Cost: Nx*Ny*Nz ~ Nr 3 So far, spherical polar grid ~ x more efficient than Cartesian BH dy=dx=dr What about dr along diagonal? Cube diagonal = 3*sidelength to get dr resolution in all directions, need to reduce dx,dy,dz,dt by 3 Since simulation cost ~1/dx 4, fitting the round peg in a square hole increases cost by another factor of ( 3) 4 =9x!

8 Case in Point: Enormous Inefficiencies Exist in Numerical Relativity Codes Near-Spherical Object Highest res needed in radial dirn, need 1/3 1/10 points in angular directions Cost: Nr*Ntheta*Nphi ~ 1/100 Nr 3 1/10 Nr 3 Cartesian grid: need dx=dy=dz=dr. Cost: Nx*Ny*Nz ~ Nr 3 So far, spherical polar grid ~ x more efficient than Cartesian BH dy=dx=dr Inefficiencies so far: ~100-1,000x What about dr along diagonal? Cube diagonal = 3*sidelength to get dr resolution in all directions, need to reduce dx,dy,dz,dt by 3 Since simulation cost ~1/dx 4, fitting the round peg in a square hole increases cost by another factor of ( 3) 4 =9x!

9 Case in Point: Enormous Inefficiencies Exist in Numerical Relativity Codes AMR Box Boundary is a Cube... but fields fall off radially! region outside orange circle is over-resolved by 2x Total volume of over-resolved region = 8-4/3 pi ~ 3.8 = about half the cube! So we gain by about another factor of 1.9x. BH AMR Box side- length = 2 Round Peg in Square Hole ~200-2,000x Costlier!

10 Baumgarte et al., Phys. Rev. D 87, (2012) arxiv: Idea: Move to Spherical Polar Coordinates! Cartesian Coords: Inefficient by ~200 2,000x, in computational cost ~100 1,000x inefficient in memory overhead

11 Baumgarte et al., Phys. Rev. D 87, (2012) arxiv: Idea: Move to Spherical Polar Coordinates! Cartesian Coords: Inefficient by ~200 2,000x, in computational cost ~100 1,000x inefficient in memory overhead Spherical-Polar Coords: Not a Panacea Coord singularities at r=0, sin(th)=0 num. instabilities Solved: PIRK! r = 0 focusing + high-resolution + CFL condition timestep reduced ~200 2,000x, even with cell-centering What can be done?

12 Baumgarte et al., Phys. Rev. D 87, (2012) arxiv: Idea: Move to Spherical Polar Coordinates! Cartesian Coords: Inefficient by ~200 2,000x, in computational cost ~100 1,000x inefficient in memory overhead Spherical-Polar Coords: Not a Panacea Coord singularities at r=0, sin(th)=0 num. instabilities Solved: PIRK! r = 0 focusing + high-resolution + CFL condition timestep reduced ~200 2,000x, even with cell-centering What can be done?

13 Improved Spherical Polar Coords. Problem: Focusing of gridpoints near r = 0 in Spherical Polar Coords + CFL condition 200 2,000x smaller timestep than Cartesian coords, despite being 100 1,000x more memory efficient Solutions: Magnify r coord near r = 0 ~10x timestep! Baumgarte et al., Phys. Rev. D 87, (2012) arxiv:

14 Improved Spherical Polar Coords. Problem: Focusing of gridpoints near r = 0 in Spherical Polar Coords + CFL condition 200 2,000x smaller timestep than Cartesian coords, despite being 100 1,000x more memory efficient Solutions: Baumgarte et al., Phys. Rev. D 87, (2012) arxiv: Magnify r coord near r = 0 ~10x timestep! Skip over angular points closest to r = 0 get another ~10x

15 Improved Spherical Polar Coords. Problem: Focusing of gridpoints near r = 0 in Spherical Polar Coords + CFL condition 200 2,000x smaller timestep than Cartesian coords, despite being 100 1,000x more memory efficient Solutions: Baumgarte et al., Phys. Rev. D 87, (2012) arxiv: Magnify r coord near r = 0 ~10x timestep! Skip over angular points closest to r = 0 get another ~10x Exploit memory efficiency move to GPU Get another ~100x speed-up! Per-GPU ~5 50x faster than Cartesian AMR

16 Improved Spherical Polar Coords. Problem: Focusing of gridpoints near r = 0 in Spherical Polar Coords + CFL condition 200 2,000x smaller timestep than Cartesian coords, despite being 100 1,000x more memory efficient Solutions: Baumgarte et al., Phys. Rev. D 87, (2012) arxiv: Magnify r coord near r = 0 ~10x timestep! Skip over angular points closest to r = 0 get another ~10x Exploit memory efficiency move to GPU Get another ~100x speed-up! Get gamers involved 1,000x speed-up

17 Improved Spherical Polar Coords. Problem: Focusing of gridpoints near r = 0 in Spherical Polar Coords + CFL condition 200 2,000x smaller timestep than Cartesian coords, despite being 100 1,000x more memory efficient Solutions: Baumgarte et al., Phys. Rev. D 87, (2012) arxiv: Magnify r coord near r = 0 ~10x timestep! Skip over angular points closest to r = 0 get another ~10x Exploit memory efficiency move to GPU Get another ~100x speed-up! Get gamers involved 1,000x speed-up Per-GPU ~5 50x faster than Cartesian AMR With gamers, 5,000 50,000x faster GW throughput

18 Current Literature Re: NR in Spherical Polar Coords Movie courtesy T. Baumgarte

19 Our Basic Strategy Numerical Relativity: strongly hyperbolic formalisms of GR Step 1: Solve scalar wave eq. in given coord system Demonstrate stability & convergence Step 2: Implement in new, easily-extensible NR (BSSN) code New coordinate systems Dynamical, co-rotating spherical polar coordinates Ideal for CCSNe; logarithmic radial coord beyond r = 0 Bispherical-like coords + co-rotation & linear rescaling Ideal for DNS + BHB simulations

20 Our Basic Strategy Numerical Relativity: strongly hyperbolic formalisms of GR Step 1: Solve scalar wave eq. in given coord system Demonstrate stability & convergence Step 2: Implement in new, easily-extensible NR (BSSN) code New coordinate systems Dynamical, co-rotating spherical polar coordinates Ideal for CCSNe; logarithmic radial coord beyond r = 0 Bispherical-like coords + co-rotation & linear rescaling Ideal for DNS + BHB simulations

21 Scalar Wave Evolutions in Rotating, Logarithmic-Radius Spherical Polar Coords

22 Scalar Wave Evolutions in Rotating, Logarithmic-Radius Spherical Polar Coords Exponential convergence with increased FD order

23 Our Basic Strategy Numerical Relativity: strongly hyperbolic formalisms of GR Step 1: Solve scalar wave eq. in given coord system Demonstrate stability & convergence Step 2: Implement in new, easily-extensible NR (BSSN) code New coordinate systems Dynamical, co-rotating spherical polar coordinates Ideal for CCSNe; logarithmic radial coord beyond r = 0 Bispherical-like coords + co-rotation & linear rescaling Ideal for DNS + BHB simulations

24 Scalar Wave Evolutions in Bispherical-Like Coordinates Optimal coordinate system for BHBs & DNSs: Spherical-polar coordinates near BHs/NSs Uniform spherical polar coords far from the binary system.

25 Scalar Wave Evolutions in Bispherical-Like Coordinates Optimal coordinate system for BHBs & DNSs: Spherical-polar coordinates near BHs/NSs Uniform spherical polar coords far from the binary system. TwoPunctures coords = great near BHs/NSs, but radial grid far from the binary compactified GWs under-resolved Uncompactify radial coords problem solved! Original TwoPunctures coordinates:

26 Scalar Wave Evolutions in Bispherical-Like Coordinates Exponential convergence with increased FD order

27 Movie: Bispherical-like Coordinate Improvement & Dynamics

28 Numerical Relativity (SENR) Code Extensive automatic code generation: Extensive automatic code generation: Arbitrary-order finite differencing Simple Mathematica interface for generating NR (BSSN) code in arbitrary coordinates: Simple Mathematica interface for generating NR (BSSN)

29 Numerical Relativity (SENR) Code Validated against industry-standard Kranc code for Cartesian coordinates (agrees( to roundoff error). Validated against industry-standard Kranc code for Validation against Baumgarte's spherical polar code: in progress. Validation against Baumgarte's spherical polar code: Extension to more sophisticated coords planned

30 Numerical Relativity (SENR) Code Validated against industry-standard Kranc code for Cartesian coordinates (agrees( to roundoff error). Validated against industry-standard Kranc code for Validation against Baumgarte's spherical polar code: in progress. Validation against Baumgarte's spherical polar code: Extension to more sophisticated coords planned Bottom Line: Rapid progress being made toward goals Rapid progress being made toward goals Codes maximize user-friendliness, rapid- prototyping of ideas, and extensibility Codes maximize user-friendliness, rapid- Join the open development! Join the open development!

Electromagnetic Counterparts to Gravitational Wave Detections: Bridging the Gap between Theory and Observation

Electromagnetic Counterparts to Gravitational Wave Detections: Bridging the Gap between Theory and Observation Electromagnetic Counterparts to Gravitational Wave Detections: Bridging the Gap between Theory and Observation Prof. Zach Etienne, West Virginia University 4 km General Relativity, Briefly Special Relativity:

More information

Numerical Relativity in Spherical Polar Coordinates: Calculations with the BSSN Formulation

Numerical Relativity in Spherical Polar Coordinates: Calculations with the BSSN Formulation Numerical Relativity in Spherical Polar Coordinates: Calculations with the BSSN Formulation Pedro Montero Max-Planck Institute for Astrophysics Garching (Germany) 28/01/13 in collaboration with T.Baumgarte,

More information

Toward Binary Black Hole Simulations in Numerical Relativity

Toward Binary Black Hole Simulations in Numerical Relativity Toward Binary Black Hole Simulations in Numerical Relativity Frans Pretorius California Institute of Technology BIRS Workshop on Numerical Relativity Banff, April 19 2005 Outline generalized harmonic coordinates

More information

Introduction to Numerical Relativity I. Erik Schnetter, Pohang, July 2007

Introduction to Numerical Relativity I. Erik Schnetter, Pohang, July 2007 Introduction to Numerical Relativity I Erik Schnetter, Pohang, July 2007 Lectures Overview I. The Einstein Equations (Formulations and Gauge Conditions) II. Analysis Methods (Horizons and Gravitational

More information

DYNAMICS OF MIXED BINARIES

DYNAMICS OF MIXED BINARIES DYNAMICS OF MIXED BINARIES Luciano Rezzolla Albert Einstein Institute, Golm, Germany In collaboration with Frank Löffler & Marcus Ansorg [Phys. Rev. D 74 104018 (2006)] SISSA (Trieste, Italy), AEI (Golm,

More information

CONTENTS. 1. Introduction. 2. General Relativistic Hydrodynamics. 3. Collapse of Differentially Rotating Stars. 4. Summary

CONTENTS. 1. Introduction. 2. General Relativistic Hydrodynamics. 3. Collapse of Differentially Rotating Stars. 4. Summary Collapse of Differentially Rotating Supermassive Stars: Post Black Hole Formation Stage Motoyuki Saijo (Rikkyo University, Japan) Ian Hawke (University of Southampton, UK) CONTENTS 1. Introduction 2. General

More information

First order BSSN formulation of Einstein s field equations

First order BSSN formulation of Einstein s field equations David Brown 1 Peter Diener 2 3 Jan Hesthaven 4 Frank Herrmann 3 Abdul Mroué 5 Olivier Sarbach 6 Erik Schnetter 7 Manuel Tiglio 3 Michael Wagman 4 1 North Carolina State University 2 Louisiana State University

More information

Studies of self-gravitating tori around black holes and of self-gravitating rings

Studies of self-gravitating tori around black holes and of self-gravitating rings Studies of self-gravitating tori around black holes and of self-gravitating rings Pedro Montero Max Planck Institute for Astrophysics Garching (Germany) Collaborators: Jose Antonio Font (U. Valencia) Masaru

More information

Mixed Black Hole - Neutron Star Simulations with Whisky

Mixed Black Hole - Neutron Star Simulations with Whisky Mixed Black Hole - Neutron Star Simulations with Whisky Roland Haas (Georgia Tech) Center for Relativistic Astrophysics Collaborators: Tanja Bode, Jim Healy, Pablo Laguna, Deirdre Shoemaker Oct 06, 2009

More information

Threshold of singularity formation in the semilinear wave equation

Threshold of singularity formation in the semilinear wave equation PHYSICAL REVIEW D 71, 044019 (2005) Threshold of singularity formation in the semilinear wave equation Steven L. Liebling Department of Physics, Long Island University-C.W. Post Campus, Brookville, New

More information

Binary black-hole mergers in magnetized disks: Simulations in full general relativity

Binary black-hole mergers in magnetized disks: Simulations in full general relativity Binary black-hole mergers in magnetized disks: Simulations in full general relativity Brian D. Farris, Roman Gold, Vasileios Paschalidis, Zachariah B. Etienne, and Stuart L. Shapiro arxiv:1207.3354 University

More information

Gravitational Waves from Supernova Core Collapse: Current state and future prospects

Gravitational Waves from Supernova Core Collapse: Current state and future prospects Gravitational Waves from Core Collapse Harald Dimmelmeier harrydee@mpa-garching.mpg.de Gravitational Waves from Supernova Core Collapse: Current state and future prospects Work done with E. Müller (MPA)

More information

Charged Boson Stars and Black Holes in Horndeski Gravity

Charged Boson Stars and Black Holes in Horndeski Gravity Yosef Verbin The Open University of Israel Charged Boson Stars and Black Holes in Horndeski Gravity Work in collaboration with Yves Brihaye, University of Mons, Belgium arxiv: 1711.01899 Gravity@Malta

More information

Gravitational Waves from Boson Stars

Gravitational Waves from Boson Stars Gravitational Waves from Boson Stars Ruxandra Bondarescu (ICG, Portsmouth) Gregory Daues (NCSA) Jayashree Balakrishna (Harris Stowe State U) Edward Seidel (NCSA) CQG 23, 2631 (2006), gr-qc/0602078, Phys.

More information

Practical in Numerical Astronomy, SS 2012 LECTURE 9

Practical in Numerical Astronomy, SS 2012 LECTURE 9 Practical in Numerical Astronomy, SS 01 Elliptic partial differential equations. Poisson solvers. LECTURE 9 1. Gravity force and the equations of hydrodynamics. Poisson equation versus Poisson integral.

More information

Gravitational radiation from compact binaries in scalar-tensor gravity

Gravitational radiation from compact binaries in scalar-tensor gravity Gravitational radiation from compact binaries in scalar-tensor gravity Ryan Lang University of Florida 10th International LISA Symposium May 23, 2014 Testing general relativity General relativity has withstood

More information

MHD simulation for merger of binary neutron stars in numerical relativity

MHD simulation for merger of binary neutron stars in numerical relativity MHD simulation for merger of binary neutron stars in numerical relativity M. SHIBATA (Yukawa Institute for Theoretical Physics, Kyoto University) In collaboration with K. Kiuchi, L. Baiotti, & Y. Sekiguchi

More information

Numerical Simulation of Orbiting Black Holes

Numerical Simulation of Orbiting Black Holes Bernd Brügmann Penn State, 1/29/2004 Numerical Simulation of Orbiting Black Holes BB, Wolfgang Tichy, Nina Jansen (gr-qc/0312112) New: + evolutions last for one orbital time scale for close but still separate

More information

Gravitational-wave Detectability of Equal-Mass Black-hole Binaries With Aligned Spins

Gravitational-wave Detectability of Equal-Mass Black-hole Binaries With Aligned Spins Intro Simulations Results Gravitational-wave Detectability of Equal-Mass Black-hole Binaries With Aligned Spins Jennifer Seiler Christian Reisswig, Sascha Husa, Luciano Rezzolla, Nils Dorband, Denis Pollney

More information

κ = f (r 0 ) k µ µ k ν = κk ν (5)

κ = f (r 0 ) k µ µ k ν = κk ν (5) 1. Horizon regularity and surface gravity Consider a static, spherically symmetric metric of the form where f(r) vanishes at r = r 0 linearly, and g(r 0 ) 0. Show that near r = r 0 the metric is approximately

More information

HPC in Physics. (particularly astrophysics) Reuben D. Budiardja Scientific Computing National Institute for Computational Sciences

HPC in Physics. (particularly astrophysics) Reuben D. Budiardja Scientific Computing National Institute for Computational Sciences HPC in Physics (particularly astrophysics) Reuben D. Budiardja Scientific Computing National Institute for Computational Sciences 1 Gravitational Wave Einstein s Unfinished Symphony Marcia Bartuciak Predicted

More information

The Lazarus Project. Black Hole Mergers: from simulation to observation

The Lazarus Project. Black Hole Mergers: from simulation to observation Built a model for binary black hole mergers which incorporate the best information available Use Lazarus results explore the interface between source modeling, data analysis The Lazarus Project Black Hole

More information

2 General Relativity. 2.1 Curved 2D and 3D space

2 General Relativity. 2.1 Curved 2D and 3D space 22 2 General Relativity The general theory of relativity (Einstein 1915) is the theory of gravity. General relativity ( Einstein s theory ) replaced the previous theory of gravity, Newton s theory. The

More information

11.3 MATLAB for Partial Differential Equations

11.3 MATLAB for Partial Differential Equations 276 3. Generate the shape functions N (i) j = a (i) j where i =1, 2, 3,..., m and j =1, 2, 3,..., m. + b (i) j x + c(i) j y (11.2.17) 4. Compute the integrals for matrix elements α ij and vector elements

More information

Towards Understanding Simulations of Galaxy Formation. Nigel Mitchell. On the Origin of Cores in Simulated Galaxy Clusters

Towards Understanding Simulations of Galaxy Formation. Nigel Mitchell. On the Origin of Cores in Simulated Galaxy Clusters Towards Understanding Simulations of Galaxy Formation Nigel Mitchell On the Origin of Cores in Simulated Galaxy Clusters Work published in the Monthly Notices of the Royal Astronomy Society Journal, 2009,

More information

The Cactus Framework & Numerical Relativity: Petascale Requirements and Science Drivers

The Cactus Framework & Numerical Relativity: Petascale Requirements and Science Drivers The Cactus Framework & Numerical Relativity: Petascale Requirements and Science Drivers Gabrielle Allen, Ed Seidel, Peter Diener, Erik Schnetter, Christian Ott and others gallen@cct.lsu.edu Center for

More information

, G RAVITATIONAL-WAVE. Kent Yagi. with N. Yunes. Montana State University. YKIS2013, Kyoto

, G RAVITATIONAL-WAVE. Kent Yagi. with N. Yunes. Montana State University. YKIS2013, Kyoto UNIVERSAL I-LOVE OVE-Q Q RELATIONSR IN Q R NEUTRON STARS AND THEIR APPLICATIONS TO ASTROPHYSICS STROPHYSICS,, GRAVITATIONAL G RAVITATIONAL-WAVE AVE, G AND FUNDAMENTAL PHYSICS Kent Yagi with N. Yunes Montana

More information

Computer Aided Mexcio Tests Kranc Kranc assembles numerical code

Computer Aided Mexcio Tests Kranc Kranc assembles numerical code 1 Computer Aided Mexcio Tests Kranc Kranc assembles numerical code S. Husa, I. Hinder, C. Lechner AEI Golm University of Southampton Mexico, December 2003 Idea 2 Idea 2-a 2-b Idea Kranc 2-c Idea Kranc

More information

On the Mass Quantization of Black Holes

On the Mass Quantization of Black Holes On the Mass Quantization of Black Holes Black holes are relatively simple cosmic objects that are characterized by their mass, their angular momentum and their electric charge. However, the laws that govern

More information

Reduced Basis in General Relativity: Select-Solve-Represent-Predict

Reduced Basis in General Relativity: Select-Solve-Represent-Predict Reduced Basis in General Relativity: Select-Solve-Represent-Predict Manuel Tiglio University of Maryland In collaboration with Scott Field, Chad Galley, Frank Herrmann, Jan Hesthaven, Evan Ochsner arxiv:1101.3765

More information

General-Relativistic Simulations of Stellar Collapse and The Formation of Stellar-Mass Black Holes

General-Relativistic Simulations of Stellar Collapse and The Formation of Stellar-Mass Black Holes General-Relativistic Simulations of Stellar Collapse and The Formation of Stellar-Mass Black Holes Christian D. Ott, TAPIR, Caltech cott@tapir.caltech.edu Work in Collaboration with: Evan O Connor, Fang

More information

Math Boot Camp: Integration

Math Boot Camp: Integration Math Boot Camp: Integration You can skip this boot camp if you can answer the following questions: What is the line integral of 1 r 2 r along a radial path starting from r = and ending at r = R? Prove

More information

Partial differential equations

Partial differential equations Partial differential equations Many problems in science involve the evolution of quantities not only in time but also in space (this is the most common situation)! We will call partial differential equation

More information

EFFECTS OF DIFFERENTIAL ROTATION ON THE MAXIMUM MASS OF NEUTRON STARS Nicholas D. Lyford, 1 Thomas W. Baumgarte, 1,2 and Stuart L.

EFFECTS OF DIFFERENTIAL ROTATION ON THE MAXIMUM MASS OF NEUTRON STARS Nicholas D. Lyford, 1 Thomas W. Baumgarte, 1,2 and Stuart L. The Astrophysical Journal, 583:41 415, 23 January 2 # 23. The American Astronomical Society. All rights reserved. Printed in U.S.A. EFFECTS OF DIFFERENTIAL ROTATION ON THE AXIU ASS OF NEUTRON STARS Nicholas

More information

An Inverse Mass Expansion for Entanglement Entropy. Free Massive Scalar Field Theory

An Inverse Mass Expansion for Entanglement Entropy. Free Massive Scalar Field Theory in Free Massive Scalar Field Theory NCSR Demokritos National Technical University of Athens based on arxiv:1711.02618 [hep-th] in collaboration with Dimitris Katsinis March 28 2018 Entanglement and Entanglement

More information

Numerical Relativity

Numerical Relativity Numerical Relativity Mark A. Scheel Walter Burke Institute for Theoretical Physics Caltech July 7, 2015 Mark A. Scheel Numerical Relativity July 7, 2015 1 / 34 Outline: Motivation 3+1 split and ADM equations

More information

Use conserved quantities to reduce number of variables and the equation of motion (EOM)

Use conserved quantities to reduce number of variables and the equation of motion (EOM) Physics 106a, Caltech 5 October, 018 Lecture 8: Central Forces Bound States Today we discuss the Kepler problem of the orbital motion of planets and other objects in the gravitational field of the sun.

More information

Sink particle accretion test

Sink particle accretion test Sink particle accretion test David A. Hubber & Stefanie Walch 1 Objectives Simulate spherically-symmetric Bondi accretion onto a sink particle for an isothermal gas. Calculate the accretion rate onto a

More information

arxiv: v1 [gr-qc] 12 Apr 2016

arxiv: v1 [gr-qc] 12 Apr 2016 Multi-horizon and Critical Behavior in Gravitational Collapse of Massless Scalar Zhoujian Cao,, Rong-Gen Cai, 2, 3, 2, 3, and Run-Qiu Yang Institute of Applied Mathematics, Academy of Mathematics and Systems

More information

Solving Einstein s Equations for Binary Black Hole Spacetimes

Solving Einstein s Equations for Binary Black Hole Spacetimes Solving Einstein s Equations for Binary Black Hole Spacetimes Lee Lindblom Theoretical Astrophysics, Caltech University of Wisconsin at Milwaukee Department of Physics Colloquium 14 October 2011 Lee Lindblom

More information

arxiv: v1 [gr-qc] 14 Dec 2007

arxiv: v1 [gr-qc] 14 Dec 2007 High accuracy simulations of Kerr tails: coordinate dependence and higher multipoles Manuel Tiglio, 1,2 Lawrence E. Kidder, 3 and Saul A. Teukolsky 3 1 Department of Physics and Astronomy, and Center for

More information

Black-hole binary inspiral and merger in scalar-tensor theory of gravity

Black-hole binary inspiral and merger in scalar-tensor theory of gravity Black-hole binary inspiral and merger in scalar-tensor theory of gravity U. Sperhake DAMTP, University of Cambridge General Relativity Seminar, DAMTP, University of Cambridge 24 th January 2014 U. Sperhake

More information

Gravitational Wave Memory Revisited:

Gravitational Wave Memory Revisited: Gravitational Wave Memory Revisited: Memories from the merger and recoil Marc Favata Kavli Institute for Theoretical Physics Metals have memory too What is the GW memory? Generally think of GW s as oscillating

More information

quantization condition.

quantization condition. /8/016 PHYS 34 Modern Physics Atom II: Hydrogen Atom Roadmap for Exploring Hydrogen Atom Today Contents: a) Schrodinger Equation for Hydrogen Atom b) Angular Momentum in Quantum Mechanics c) Quantum Number

More information

Numerical Simulations of Compact Binaries

Numerical Simulations of Compact Binaries Numerical Simulations of Compact Binaries Lawrence E. Kidder Cornell University CSCAMM Workshop Matter and Electromagnetic Fields in Strong Gravity 26 August 2009, University of Maryland Cornell-Caltech

More information

Multi-D MHD and B = 0

Multi-D MHD and B = 0 CapSel DivB - 01 Multi-D MHD and B = 0 keppens@rijnh.nl multi-d MHD and MHD wave anisotropies dimensionality > 1 non-trivial B = 0 constraint even if satisfied exactly t = 0: can numerically generate B

More information

Lecture Wise Questions from 23 to 45 By Virtualians.pk. Q105. What is the impact of double integration in finding out the area and volume of Regions?

Lecture Wise Questions from 23 to 45 By Virtualians.pk. Q105. What is the impact of double integration in finding out the area and volume of Regions? Lecture Wise Questions from 23 to 45 By Virtualians.pk Q105. What is the impact of double integration in finding out the area and volume of Regions? Ans: It has very important contribution in finding the

More information

High-resolution finite volume methods for hyperbolic PDEs on manifolds

High-resolution finite volume methods for hyperbolic PDEs on manifolds High-resolution finite volume methods for hyperbolic PDEs on manifolds Randall J. LeVeque Department of Applied Mathematics University of Washington Supported in part by NSF, DOE Overview High-resolution

More information

Colliding black holes

Colliding black holes Colliding black holes U. Sperhake DAMTP, University of Cambridge Holographic vistas on Gravity and Strings Kyoto, 26 th May 2014 U. Sperhake (DAMTP, University of Cambridge) Colliding black holes 26/05/2014

More information

arxiv: v1 [gr-qc] 6 Nov 2009

arxiv: v1 [gr-qc] 6 Nov 2009 Gowdy waves as a test-bed for constraint-preserving boundary conditions C. Bona and C. Bona-Casas Departament de Fisica, Universitat de les Illes Balears, Palma de Mallorca, Spain. Institute for Applied

More information

The Next Generation of Astrophysical Simulations of Compact Objects

The Next Generation of Astrophysical Simulations of Compact Objects The Next Generation of Astrophysical Simulations of Compact Objects Christian Reisswig Caltech Einstein Symposium 2014 Motivation: Compact Objects Astrophysical phenomena with strong dynamical gravitational

More information

MAGNETIZED BINARY NEUTRON STAR MERGERS. Bruno Giacomazzo Department of Astronomy, University of Maryland, USA NASA Goddard Space Flight Center, USA

MAGNETIZED BINARY NEUTRON STAR MERGERS. Bruno Giacomazzo Department of Astronomy, University of Maryland, USA NASA Goddard Space Flight Center, USA MAGNETIZED BINARY NEUTRON STAR MERGERS Bruno Giacomazzo Department of Astronomy, University of Maryland, USA NASA Goddard Space Flight Center, USA PLAN OF THE TALK Introduction Magnetized Binary Neutron

More information

Programming with General Relativity. Michael. C. Ryan

Programming with General Relativity. Michael. C. Ryan Programming with General Relativity Michael. C. Ryan August 5, 2009 Introduction This report is intended for its readers to view my progress. My primary focus is General Relativity and its consequences

More information

TOWARDS UNIFYING BLACK HOLE ACCRETION FLOWS - SIMULATING STATE TRANSITIONS

TOWARDS UNIFYING BLACK HOLE ACCRETION FLOWS - SIMULATING STATE TRANSITIONS TOWARDS UNIFYING BLACK HOLE ACCRETION FLOWS - SIMULATING STATE TRANSITIONS Aleksander Sądowski Einstein Fellow, MIT in collaboration with: Ramesh Narayan, Andrew Chael, Maciek Wielgus Einstein Fellows

More information

Accurate Phenomenological Waveform Models for BH Coalescence in the Frequency Domain

Accurate Phenomenological Waveform Models for BH Coalescence in the Frequency Domain Accurate Phenomenological Waveform Models for BH Coalescence in the Frequency Domain Goal: synthesize inspiral-merger-ringdown models of the complete WF of Compact Binary Coalescence from pn, NR, BH perturbation

More information

0 MATH Last Updated: September 7, 2012

0 MATH Last Updated: September 7, 2012 Problem List 0.1 Trig. Identity 0.2 Basic vector properties (Numeric) 0.3 Basic vector properties (Conceptual) 0.4 Vector decomposition (Conceptual) 0.5 Div, grad, curl, and all that 0.6 Curl of a grad

More information

Astronomy 421. Lecture 24: Black Holes

Astronomy 421. Lecture 24: Black Holes Astronomy 421 Lecture 24: Black Holes 1 Outline General Relativity Equivalence Principle and its Consequences The Schwarzschild Metric The Kerr Metric for rotating black holes Black holes Black hole candidates

More information

Sag A Mass.notebook. September 26, ' x 8' visual image of the exact center of the Milky Way

Sag A Mass.notebook. September 26, ' x 8' visual image of the exact center of the Milky Way 8' x 8' visual image of the exact center of the Milky Way The actual center is blocked by dust and is not visible. At the distance to the center (26,000 ly), this image would span 60 ly. This is the FOV

More information

has a lot of good notes on GR and links to other pages. General Relativity Philosophy of general relativity.

has a lot of good notes on GR and links to other pages. General Relativity Philosophy of general relativity. http://preposterousuniverse.com/grnotes/ has a lot of good notes on GR and links to other pages. General Relativity Philosophy of general relativity. As with any major theory in physics, GR has been framed

More information

The Restricted 3-Body Problem

The Restricted 3-Body Problem The Restricted 3-Body Problem John Bremseth and John Grasel 12/10/2010 Abstract Though the 3-body problem is difficult to solve, it can be modeled if one mass is so small that its effect on the other two

More information

Mining information from unequal-mass binaries

Mining information from unequal-mass binaries Mining information from unequal-mass binaries U. Sperhake Theoretisch-Physikalisches Institut Friedrich-Schiller Universität Jena SFB/Transregio 7 19 th February 2007 B. Brügmann, J. A. González, M. D.

More information

Gravitational Wave Memory Revisited:

Gravitational Wave Memory Revisited: Gravitational Wave Memory Revisited: Memory from binary black hole mergers Marc Favata Kavli Institute for Theoretical Physics arxiv:0811.3451 [astro-ph] and arxiv:0812.0069 [gr-qc] What is the GW memory?

More information

a Write down the coordinates of the point on the curve where t = 2. b Find the value of t at the point on the curve with coordinates ( 5 4, 8).

a Write down the coordinates of the point on the curve where t = 2. b Find the value of t at the point on the curve with coordinates ( 5 4, 8). Worksheet A 1 A curve is given by the parametric equations x = t + 1, y = 4 t. a Write down the coordinates of the point on the curve where t =. b Find the value of t at the point on the curve with coordinates

More information

Adding Light to the Gravitational Waves on the Null Cone

Adding Light to the Gravitational Waves on the Null Cone Marshall University Marshall Digital Scholar Physics Faculty Research Physics Spring 4-2014 Adding Light to the Gravitational Waves on the Null Cone Maria Babiuc-Hamilton Marshall University, babiuc@marshall.edu

More information

Black Holes. Jan Gutowski. King s College London

Black Holes. Jan Gutowski. King s College London Black Holes Jan Gutowski King s College London A Very Brief History John Michell and Pierre Simon de Laplace calculated (1784, 1796) that light emitted radially from a sphere of radius R and mass M would

More information

Magnetized Binary Neutron Stars with Whisky

Magnetized Binary Neutron Stars with Whisky Magnetized Binary Neutron Stars with Whisky Bruno Giacomazzo (AEI, Potsdam, Germany) in collaboration with Luca Baiotti (Tokyo) and Luciano Rezzolla (AEI) Plan of the Talk Introduction The Whisky(MHD)

More information

Scott A. Hughes, MIT SSI, 28 July The basic concepts and properties of black holes in general relativity

Scott A. Hughes, MIT SSI, 28 July The basic concepts and properties of black holes in general relativity The basic concepts and properties of black holes in general relativity For the duration of this talk ħ=0 Heuristic idea: object with gravity so strong that light cannot escape Key concepts from general

More information

Neutron Stars. Properties of Neutron Stars. Formation of Neutron Stars. Chapter 14. Neutron Stars and Black Holes. Topics for Today s Class

Neutron Stars. Properties of Neutron Stars. Formation of Neutron Stars. Chapter 14. Neutron Stars and Black Holes. Topics for Today s Class Foundations of Astronomy 13e Seeds Phys1403 Introductory Astronomy Instructor: Dr. Goderya Chapter 14 Neutron Stars and Black Holes Cengage Learning 2016 Topics for Today s Class Neutron Stars What is

More information

Gravitation: theory and recent experiments in Hungary

Gravitation: theory and recent experiments in Hungary Gravitation: theory and recent experiments in Hungary Astroparticle physics at the RMKI Budapest Theory (gravitation) and Experiment (the VIRGO participation) M. Vasúth Department of Theoretical Physics,

More information

2018: WG2 - Numerical Relativity in Astrophysics (vacuum)

2018: WG2 - Numerical Relativity in Astrophysics (vacuum) Gravity@Malta 2018: WG2 - Numerical Relativity in Astrophysics (vacuum) + a bit of waveform modelling Patricia Schmidt (Radboud University) Valletta, 23.1.2018 Binary Black Holes 2 Advanced LIGO and Virgo

More information

carroll/notes/ has a lot of good notes on GR and links to other pages. General Relativity Philosophy of general

carroll/notes/ has a lot of good notes on GR and links to other pages. General Relativity Philosophy of general http://pancake.uchicago.edu/ carroll/notes/ has a lot of good notes on GR and links to other pages. General Relativity Philosophy of general relativity. As with any major theory in physics, GR has been

More information

The effect of f - modes on the gravitational waves during a binary inspiral

The effect of f - modes on the gravitational waves during a binary inspiral The effect of f - modes on the gravitational waves during a binary inspiral Tanja Hinderer (AEI Potsdam) PRL 116, 181101 (2016), arxiv:1602.00599 and arxiv:1608.01907? A. Taracchini F. Foucart K. Hotokezaka

More information

Modern Physics notes Paul Fendley Lecture 35. Born, chapter III (most of which should be review for you), chapter VII

Modern Physics notes Paul Fendley Lecture 35. Born, chapter III (most of which should be review for you), chapter VII Modern Physics notes Paul Fendley fendley@virginia.edu Lecture 35 Curved spacetime black holes Born, chapter III (most of which should be review for you), chapter VII Fowler, Remarks on General Relativity

More information

Late-time behavior of massive scalars in Kerr spacetime. Gaurav Khanna UMass - Dartmouth February 24th, 2005

Late-time behavior of massive scalars in Kerr spacetime. Gaurav Khanna UMass - Dartmouth February 24th, 2005 Late-time behavior of massive scalars in Kerr spacetime Gaurav Khanna UMass - Dartmouth February 24th, 2005 Radiative tails of massless fields in black hole spacetimes have been studied for decades. In

More information

Elements of Vector Calculus : Line and Surface Integrals

Elements of Vector Calculus : Line and Surface Integrals Elements of Vector Calculus : Line and Surface Integrals Lecture 2: Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay In this lecture we will talk about special functions

More information

The Schwarzschild Metric

The Schwarzschild Metric The Schwarzschild Metric The Schwarzschild metric describes the distortion of spacetime in a vacuum around a spherically symmetric massive body with both zero angular momentum and electric charge. It is

More information

Supporting Information

Supporting Information Supporting Information A: Calculation of radial distribution functions To get an effective propagator in one dimension, we first transform 1) into spherical coordinates: x a = ρ sin θ cos φ, y = ρ sin

More information

Introduction: Special Relativity

Introduction: Special Relativity Introduction: Special Relativity Observation: The speed c e.g., the speed of light is the same in all coordinate systems i.e. an object moving with c in S will be moving with c in S Therefore: If " r!

More information

Solving the binary black hole problem (again and again and again...)

Solving the binary black hole problem (again and again and again...) Solving the binary black hole problem (again and again and again...) Mark Hannam Cardiff University ACCGR Workshop Brown University, May 21 2011 Mark Hannam (Cardiff) ACCGR Workshop, Brown University 1

More information

Galaxy Rotation Curves of a Galactic Mass Distribution. By: Camiel Pieterse Supervised by: Prof. dr. Wim Beenakker Theoretical High Energy Physics

Galaxy Rotation Curves of a Galactic Mass Distribution. By: Camiel Pieterse Supervised by: Prof. dr. Wim Beenakker Theoretical High Energy Physics Galaxy Rotation Curves of a Galactic Mass Distribution By: Camiel Pieterse Supervised by: Prof. dr. Wim Beenakker Theoretical High Energy Physics 1 Contents 1 Introduction 3 2 Mass Distribution 5 2.1 The

More information

BBH coalescence in the small mass ratio limit: Marrying black hole perturbation theory and PN knowledge

BBH coalescence in the small mass ratio limit: Marrying black hole perturbation theory and PN knowledge BBH coalescence in the small mass ratio limit: Marrying black hole perturbation theory and PN knowledge Alessandro Nagar INFN (Italy) and IHES (France) Small mass limit: Nagar Damour Tartaglia 2006 Damour

More information

Potential/density pairs and Gauss s law

Potential/density pairs and Gauss s law Potential/density pairs and Gauss s law We showed last time that the motion of a particle in a cluster will evolve gradually, on the relaxation time scale. This time, however, is much longer than the typical

More information

arxiv: v3 [math.na] 28 Jun 2013

arxiv: v3 [math.na] 28 Jun 2013 A Convergent Reaction-Diffusion Master Equation Samuel A. Isaacson a) Department of Mathematics and Statistics Boston University Boston, MA 02215, USA arxiv:1211.6772v3 [math.na] 28 Jun 2013 The reaction-diffusion

More information

Calculating Accurate Waveforms for LIGO and LISA Data Analysis

Calculating Accurate Waveforms for LIGO and LISA Data Analysis Calculating Accurate Waveforms for LIGO and LISA Data Analysis Lee Lindblom Theoretical Astrophysics, Caltech HEPL-KIPAC Seminar, Stanford 17 November 2009 Results from the Caltech/Cornell Numerical Relativity

More information

Mining information from unequal-mass binaries

Mining information from unequal-mass binaries Mining information from unequal-mass binaries U. Sperhake Theoretisch-Physikalisches Institut Friedrich-Schiller Universität Jena SFB/Transregio 7 02 th July 2007 B. Brügmann, J. A. González, M. D. Hannam,

More information

Solving Einstein s Equations: PDE Issues

Solving Einstein s Equations: PDE Issues Solving Einstein s Equations: PDE Issues Lee Lindblom Theoretical Astrophysics, Caltech Mathematical and Numerical General Relativity Seminar University of California at San Diego 22 September 2011 Lee

More information

Pinhole Cam Visualisations of Accretion Disks around Kerr BH

Pinhole Cam Visualisations of Accretion Disks around Kerr BH Pinhole Camera Visualisations of Accretion Disks around Kerr Black Holes March 22nd, 2016 Contents 1 General relativity Einstein equations and equations of motion 2 Tetrads Defining the pinhole camera

More information

Applications of the SMC Grid in Ocean Surface Wave Models

Applications of the SMC Grid in Ocean Surface Wave Models Applications of the SMC Grid in Ocean Surface Wave Models Jian-Guo Li & Andrew Saulter 13 September 2017 Contents This presentation covers the following areas Introduction of SMC grid Propagation on a

More information

Gravitational Wave Emission from Binary Black Hole Systems

Gravitational Wave Emission from Binary Black Hole Systems Gravitational Wave Emission from Binary Black Hole Systems Gary Forrester Department of Physics University of Massachusetts Dartmouth Dartmouth MA 02747 gforrester@umassd.edu Abstract Gravitational Wave

More information

Wave Extraction in Higher Dimensional Numerical Relativity

Wave Extraction in Higher Dimensional Numerical Relativity Wave Extraction in Higher Dimensional Numerical Relativity William Cook with U. Sperhake, P. Figueras. DAMTP University of Cambridge VIII Black Holes Workshop December 22nd, 2015 Overview 1 Motivation

More information

Gravitational waves from NS-NS/BH-NS binaries

Gravitational waves from NS-NS/BH-NS binaries Gravitational waves from NS-NS/BH-NS binaries Numerical-relativity simulation Masaru Shibata Yukawa Institute for Theoretical Physics, Kyoto University Y. Sekiguchi, K. Kiuchi, K. Kyutoku,,H. Okawa, K.

More information

Unit 5 Gravitation. Newton s Law of Universal Gravitation Kepler s Laws of Planetary Motion

Unit 5 Gravitation. Newton s Law of Universal Gravitation Kepler s Laws of Planetary Motion Unit 5 Gravitation Newton s Law of Universal Gravitation Kepler s Laws of Planetary Motion Into to Gravity Phet Simulation Today: Make sure to collect all data. Finished lab due tomorrow!! Universal Law

More information

BLACK HOLES: THEIR LARGE INTERIORS. Ingemar Bengtsson

BLACK HOLES: THEIR LARGE INTERIORS. Ingemar Bengtsson BLACK HOLES: THEIR LARGE INTERIORS Ingemar Bengtsson Emma Jakobsson arxiv:1502.01907v2 [gr-qc] 20 Mar 2015 Stockholms Universitet, AlbaNova Fysikum S-106 91 Stockholm, Sweden Abstract: Christodoulou and

More information

Evolution of High Mass stars

Evolution of High Mass stars Evolution of High Mass stars Neutron Stars A supernova explosion of a M > 8 M Sun star blows away its outer layers. The central core will collapse into a compact object of ~ a few M Sun. Pressure becomes

More information

What happens at the horizon of an extreme black hole?

What happens at the horizon of an extreme black hole? What happens at the horizon of an extreme black hole? Harvey Reall DAMTP, Cambridge University Lucietti and HSR arxiv:1208.1437 Lucietti, Murata, HSR and Tanahashi arxiv:1212.2557 Murata, HSR and Tanahashi,

More information

Lecture 2: Reconstruction and decomposition of vector fields on the sphere with applications

Lecture 2: Reconstruction and decomposition of vector fields on the sphere with applications 2013 Dolomites Research Week on Approximation : Reconstruction and decomposition of vector fields on the sphere with applications Grady B. Wright Boise State University What's the problem with vector fields

More information

arxiv: v2 [gr-qc] 27 Sep 2007

arxiv: v2 [gr-qc] 27 Sep 2007 Filling the holes: Evolving excised binary black hole initial data with puncture techniques Zachariah B. Etienne, 1 Joshua A. Faber, 1, Yuk Tung Liu, 1 Stuart L. Shapiro, 1, and Thomas W. Baumgarte 2,

More information

UNDERSTANDING ENGINEERING MATHEMATICS

UNDERSTANDING ENGINEERING MATHEMATICS UNDERSTANDING ENGINEERING MATHEMATICS JOHN BIRD WORKED SOLUTIONS TO EXERCISES 1 INTRODUCTION In Understanding Engineering Mathematic there are over 750 further problems arranged regularly throughout the

More information

Lorentz violations: from quantum gravity to black holes. Thomas P. Sotiriou

Lorentz violations: from quantum gravity to black holes. Thomas P. Sotiriou Lorentz violations: from quantum gravity to black holes Thomas P. Sotiriou Motivation Test Lorentz symmetry Motivation Old problem: Can we make gravity renormalizable? Possible solution: Add higher-order

More information

Classical and Quantum Dynamics in a Black Hole Background. Chris Doran

Classical and Quantum Dynamics in a Black Hole Background. Chris Doran Classical and Quantum Dynamics in a Black Hole Background Chris Doran Thanks etc. Work in collaboration with Anthony Lasenby Steve Gull Jonathan Pritchard Alejandro Caceres Anthony Challinor Ian Hinder

More information