diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-01-16 16:01:24 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-01-16 16:01:24 -0800 |
commit | 6ab08f6b19734ac925ab9cafd567cb2f7735af6b (patch) | |
tree | 0e7a5cc7251bce880cf8f8055a915121742a58c2 /examples/classic_gravitation/examples.toml | |
parent | c08fefa5e30e680e348acf7817201193b1a9634f (diff) | |
download | modelthing-6ab08f6b19734ac925ab9cafd567cb2f7735af6b.tar.gz modelthing-6ab08f6b19734ac925ab9cafd567cb2f7735af6b.zip |
update newtonian gravity page
Diffstat (limited to 'examples/classic_gravitation/examples.toml')
-rw-r--r-- | examples/classic_gravitation/examples.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/classic_gravitation/examples.toml b/examples/classic_gravitation/examples.toml deleted file mode 100644 index 516b16c..0000000 --- a/examples/classic_gravitation/examples.toml +++ /dev/null @@ -1,12 +0,0 @@ - -[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 - |