1
0

object = system

Properties
This commit is contained in:
Alex_Hubert
2021-11-18 19:50:07 +01:00
parent 53ce8be084
commit ff1c46df71
5 changed files with 55 additions and 22 deletions

View File

@@ -28,7 +28,7 @@ def main():
duration, step = 100*yr/yr, np.array([1./(365.25*2.), 1./365.25])*yr/yr #integration time and step in years
integrator = "leapfrog"
n_bodies = 2
display = False
display = True
savename = "{0:d}bodies_{1:s}".format(n_bodies, integrator)
#simulation start