galaxy formation modeling/decaying dark matter · 2011-01-26 · 25 january 2011 galaxy formation...

34
Galaxy Formation Modeling/Decaying Dark Matter Andrew Benson California Institute of Technology

Upload: others

Post on 21-Jul-2020

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

Galaxy Formation Modeling/Decaying Dark Matter

Andrew Benson

California Institute of Technology

Page 2: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 2

Galaxy Formation Modeling

● What's the point?– Rapid exploration of physical models/parameter

spaces

– Statistical results in excellent agreement with hydrodynamical simulations

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 3: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 3

SPH vs. SAM Stellar Mass Functions

SPH (GIMIC; Crain et al. 2010)

12.011.010.09.0

SAM (Bower, Benson, Crain 2011)

● Two methods produce near identical results...– ...when assumptions are matched

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 4: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 4

Using SAM To Predict SPH

● With matched physics can explore parameter space

● Or add new physics, e.g. AGN feedback

● Predict SPH results

SAM (Bower, Benson, Crain 2011)

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 5: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 5

Galaxy Formation Modeling

● What's the point?– Rapid exploration of physical models/parameter

spaces

– Statistical results in excellent agreement with hydrodynamical simulations

● Goals?– Predictive power to test theoretical

understanding

– Facilitate insights into the physics

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 6: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 6

Advancing Galaxy Formation Codes

● Why a new code?– Adding in new features (e.g. self-consistent

reionization, noninstantaneous recycling, new star formation rules) to existing models can be challenging

● How?– Create a code which is modular by design,

isolating assumptions so that they don't have consequences throughout the code.

GALACTICUS

sites.google.com/site/galacticusmodel

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 7: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7

Design Features

● Open source (compiles with GNU compilers)● Modular design

– Each function can have multiple implementations, selected by input parameter.

– “Node” can have arbitrary number of components (e.g. DM halo, disk, spheroid), all with multiple implementations

● Combination of smooth (ODE) evolution and instantaneous events (e.g. mergers)

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 8: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 8

Design Features

● Well documented● Promotes a standard format for merger tree

data– www.ctcp.caltech.edu/galacticus/MergerTreeFileFormat.pdf

● Parallelized– OpenMP

– MPI (soon...)

– Currently simple, but allows for expansion

Source codeBinaries

Cloud (Amazon EC2)

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 9: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 9

External Tools

● GNU Scientific Library/FGSL

– ODE solver; integration; other numerics

● FoX library

– Read/write XML files

● FSPS

– Population synthesis

● Cloudy

– Cooling times

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 10: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 10

Node Evolution

● Repeatedly walk tree – find nodes that to evolve:

– Cannot evolve if have children

– Can't evolve beyond their satellites

– Limit on timestep

– Arbitrary other factors can be included

● Evolve nodes forward● Stops when no more

nodes to evolve

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 11: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 11

Advantages

● Modularity makes it highly flexible:– Add new star formation rule in 5 minutes

– Change in cooling model confined to few modules which compute cooling time and rate

● Unified ODE solver makes new features simple:

– Timestepping handled automatically

– No need for analytic solutions

– Implemented noninstantaneous recycling in one afternoon rather than two months!

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 12: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 12

Disadvantages

● Slower– Wasn't designed for speed, but for simplicity

● Missing features (planned for addition):– Ram pressure/tidal stripping

– Self-consistent reionization

– Satellite orbits/disk heating

– etc.

ICM heating/X-ray emissionMulti-level hierarchyBlack hole merging timescales/kicksH

2-based star formation

Resolved disksCompton/H

2 cooling

Deterministic spins/concentrations

ICM heating/X-ray emissionMulti-level hierarchyBlack hole merging timescales/kicksH

2-based star formation

Resolved disksCompton/H

2 cooling

Deterministic spins/concentrations

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 13: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 13

Current Feature List

● Components

– DM profile [isothermal/NFW]

– Hot halo

– Disk [exponential]

– Spheroid [Hernquist]

– Black holesTracks mass and spin.Spin from mergers and accretion.Accretion spin-up using Benson & Babul formulaJet power from Benson & Babul also.

Tracks mass and spin.Spin from mergers and accretion.Accretion spin-up using Benson & Babul formulaJet power from Benson & Babul also.

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 14: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 14

● Physics– Monte-Carlo (PCH method)/N-body merger trees

– CIE atomic cooling

– Dynamical friction

– Star formation/feedback

– Galaxy merging

– Adiabatic contraction/sizes

– Chemical enrichment (instant or non-instant)

Current Feature ListIntroduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 15: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 15

Current Feature List

● Physics (cont.):– Disk instabilities

– Black hole merging

– AGN feedback

– Stellar population synthesis (with arbitrary IMF)

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 16: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 16

Applications: First Galaxies

Uncertainty due to cosmological parameter uncertainties

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 17: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 17

Applications: First GalaxiesIntroduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 18: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 18

Dark Matter and Galaxies

● Very strong evidence that Universe contains ~85% of mass in some dark form

● Crucial for process of galaxy formation● Cold Dark Matter (CDM) model very successful● Canonical model is massive, non-interacting

particle with no interesting phenomenology● But, wide range of possible models still

consistent with data......

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 19: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 19

Dark Matter and Galaxies

● Direct and indirect detection of dark matter particle is the ultimate goal

● What can we figure out before that happens?● Astrophysical constraints:

– Potentially very powerful

– Difficult systematic (messy astrophysical processes)

– Where should we look?

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 20: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 20

Our Local Group of Galaxies

Bullock, Strigari et al. (2010)

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | SummaryKnown Local Groupgalaxies

Extent of MilkyWay's DM halo

Page 21: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 21

Dark Matter Content of Dwarfs

Bullock, Strigari et al. (2010)

Measured fromstellar kinematics

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 22: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 22

Mass-to-Light Ratios

Wilkinson et al. (2009)

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

brighterfainter

Solar units:M

⊙/L

Page 23: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 23

Local Group Luminosity Local Group Luminosity FunctionFunction

● Koposov et al. (2008) measurement

● Prediction was successful

● (Although we predicted too low surface brightness)

AJB et al. (2001)

Somerville (2001)

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 24: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 24

M300

of CDM Halos

Font, AJB et al. (2011)

NFW halo expectation

N-body subhalos

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 25: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 25

M300

vs. Galaxy Luminosity

Font, AJB et al. (2011)

Aquarius + Galformmodel to compute

galaxy light

Galaxy formationtruncated after

reionization

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 26: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 26

Decaying Dark Matter Model

X Y

ζ

● Dark matter particle X decays to Y plus effectively massless ζ

● All are non-interacting

● May arise in inelastic dark matter scenarios.

● MY=M

X(1-ε)

● ε ≪ 1

● Y gets non-relativistic kick vk≈εc

● Decay time is τ

● Expect significant effects in dark matter halos with v

vir<v

k and for τ<t

H

Model characterizedby two parameters

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 27: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 27

Effects on DM Density Profile

Densityprofile

Vvir

=200km/s

Peter, Moody & Kamionkowski (2009)

0.0 Gyr 2.5 Gyr 5.0 Gyr 7.5 Gyr10.0 Gyr

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 28: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 28

Concentrations ConstraintsIntroduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 29: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 29

Cluster Mass Function Constraints

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 30: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 30

Large Halo Constraints

Galactic scaleand larger v

k

ruled out

Local Group galaxiesshould constrain

lower vk

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 31: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

November 2010, UCSC The Local Group 31

Modeling Local Group Galaxies

● Consider very conservative models● Case 1: No dynamical friction

– Maximal number of subhalos

● Case 2: Includes dynamical friction– More realistic, but more uncertain

● Any subhalo that forms stars is considered to be visible

● Truncate star formation in small halos after reionization

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 32: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

November 2010, UCSC The Local Group 32

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Number of Local Group Galaxies

Page 33: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

November 2010, UCSC The Local Group 33

Constraints on Model ParametersIntroduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary

Page 34: Galaxy Formation Modeling/Decaying Dark Matter · 2011-01-26 · 25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 7 Design Features Open source (compiles with GNU compilers)

25 January 2011 Galaxy Formation Modeling/Decaying Dark Matter 34

Summary

● Dark matter may be a standard WIMP...● ...but it could have much richer

phenomenology● Astrophysical constraints are able to constrain

DM models● Key is careful/conservative treatment of galaxy

physics● GALACTICUS: complete semi-analytic model,

easily modifiable.

GALACTICUS

sites.google.com/site/galacticusmodel

Introduction | Models | Design | Applications | Decaying Dark Matter | Local Group | Constraints | Summary