Gravitational waves, neutron stars, and numerical simulations

  • Ian Hawke

GW170817

Two neutron stars merging seen

  1. in gravitational waves;
  2. in every electromagnetic band;
  3. well localized.

Amazing insight into extreme astrophysics.

LIGO, Fermi, INTEGRAL et al, 1710.05833

Andersson

What do we learn?

  • Colliders: hot, low density.
  • NSs: cold (!), high density.

So NSs tell us about

  • extremes of gravity;
  • extremes of particle physics.

Results should complement colliders.

Watts et al 2016.

Summit supercomputer. Photo: Carlos Jones/ORNL

  • Sun: $\sim 10^{60}$ elementary particles.
  • Computer resource on Earth: $\sim 10^{25}$ FLOPs.

Averaging

Open Astrophysics Bookshelf

Characteristics

  • Nothing moves faster than light;
  • Cause and effect: only look at the "past light cone".

If a particle follows a path $X(t)$, and $q(X)$ is constant on that path, then $$ \partial_t q(x, t) + \frac{\partial_x X}{\partial_t X} \partial_x q(x, t) = 0. $$

The path $X(t)$ is a characteristic: we trace information back in time to get future solutions.

Conservation

EFEs $G_{ab} = 8 \pi \kappa T_{ab}$ imply $\nabla_a T^{ab} = 0$.

Pick a tetrad, $e_b^{(j)}$ to get $$ \begin{aligned} && \nabla_a \left[ e_b^{(j)} T^{ab} \right] &= \tfrac{1}{\sqrt{-g}} \partial_a \left( \sqrt{-g} e_b^{(j)} T^{ab} \right) = -T^{ab} \nabla_a e_b^{(j)} \\ \implies && \color{red}{\partial_t {\bf q} + \partial_i {\bf f}^{(i)}({\bf q})} &= \color{red}{{\bf s}}. \end{aligned} $$ Balance law form.

Only four equations: need other constituitive equations for, eg, EM, particle number, etc.

Shock formation

Advection equation $$ \partial_t q + \partial_x (v q) = 0. $$ Information moves right, speed $v$.

Burgers equation $$ \partial_t q + \tfrac{1}{2} \partial_x q^{2} = 0. $$ Information moves right, speed $q$. Shocks form.

PDEs and numerics

Finite differences:

  • Store point values $q_i$;
  • $$ \partial_x f(q) \to \tfrac{1}{2 \Delta x} \left( f_{i+1} - f_{i-1} \right). $$
  • Works well for smooth data.
  • Ok convergence, communication issues.

Finite volumes:

  • Store cell averages $\hat{q}_i = \tfrac{1}{\Delta x} \int_{x_{i-1/2}}^{x_{i+1/2}} \text{d} x \, q$;
  • $$ \partial_x f \underset{\int \text{d} x}{\rightarrow} \tfrac{1}{\Delta x} \left( f_{i+1/2} - f_{i-1/2} \right). $$
  • Works well for discontinuous data.
  • Slow convergence, communication issues.

Finite elements:

  • Store modal coefficients $q^{(m)}_i$;
  • $$ \partial_x f \underset{\int \text{d} x \, \phi(x)}{\rightarrow} M {\bf q} + \dots . $$
  • Works well for smooth data; tricky for discontinuous.
  • Good convergence, good communication.

Messy mergers

The merger process

  • mixes the particles strongly;
  • generate turbulence and small scale structures;
  • the high temperatures and mixing lead to strong signals, nucleosynthesis, etc.

Radice et al, 1809.11161

Structured jets

After the merger

  • jets form, accelerated by magnetic fields;
  • but the physics needed is still unclear, and the strength very model dependent;
  • the magnetic field structure is crucial in creating a kilonova signal.

Ciolfi, 2001.10241; Wright & Hawke, 1906.03150.

Summary

We have discussed

  • neutrons stars as astrophysical laboratories;
  • building a fluid model;
  • numerical evolutions of neutron star models.

There's a lot more to do!