sxs-collaboration / spectre

SpECTRE is a code for multi-scale, multi-physics problems in astrophysics and gravitational physics.
https://spectre-code.org
Other
158 stars 188 forks source link

Compute ADM quantities in initial data sets #4514

Open nilsvu opened 1 year ago

nilsvu commented 1 year ago

We need to compute ADM quantities in our initial data sets to understand the physical properties of the data that we're evolving. To learn about ADM quantities, a good place to start is chapter 3.5 in the book "Numerical Relativity" by Baumgarte & Shapiro. For example, we want to compute M_ADM by Eq. (3.149) in the book. It involves a surface integral over the excision boundaries that represent the two black holes, and a volume integral over the rest of the domain. First steps are:

nilsvu commented 1 year ago

Partially implemented in: #5086