aboutsummaryrefslogtreecommitdiffstats
path: root/examples/classic_gravitation/metadata.toml
blob: 9f43ae71713c226d0673d3c01571b9a1b4b9ccdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

[model]
name-en = "Classic Gravitation"
description-en = "Newtonian"

[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