aboutsummaryrefslogtreecommitdiffstats
path: root/examples/classic_gravitation/examples.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/classic_gravitation/examples.toml')
-rw-r--r--examples/classic_gravitation/examples.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/classic_gravitation/examples.toml b/examples/classic_gravitation/examples.toml
new file mode 100644
index 0000000..516b16c
--- /dev/null
+++ b/examples/classic_gravitation/examples.toml
@@ -0,0 +1,12 @@
+
+[examples]
+
+ [examples.earth_surface]
+ r = 6.371e6 # radius of earth
+ m1 = 5.972e24 # mass of earth
+
+ [examples.earth_moon]
+ r = 385000 # radius of earth
+ m1 = 5.972e24 # mass of earth
+ m2 = 7.348e22 # mass of moon
+