From fe7b7588d618aad58ade0d2d2e8885f19f4760c1 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Mon, 27 May 2019 09:10:42 +0200 Subject: [PATCH] Added required configuration options to the Giant impact example. --- examples/GiantImpacts/GiantImpact/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/GiantImpacts/GiantImpact/README.md b/examples/GiantImpacts/GiantImpact/README.md index c7d8687886..5c72f1bb37 100644 --- a/examples/GiantImpacts/GiantImpact/README.md +++ b/examples/GiantImpacts/GiantImpact/README.md @@ -1,2 +1,6 @@ An example planetary simulation of a giant impact onto the young Uranus with ~10^6 SPH particles, as described in Kegerreis et al. (2018), ApJ, 861, 52. + +This example requires the code to be configured to use the Planetary +hydrodynamics and equation of state: + --with-hydro=planetary --with-equation-of-state=planetary -- GitLab