1
0

tests for third object with mass

This commit is contained in:
Thibault Barnouin
2021-11-19 14:07:51 +01:00
parent 0f14383f00
commit 1169e5418b
9 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ def main():
v = np.array([v1, v2, v3])
#integration parameters
duration, step = 100*yr, np.array([1./(365.25*2.), 1./365.25])*yr #integration time and step in years
duration, step = 100*yr, np.array([1./(365.25*4.), 1./(365.25*2.), 1./365.25])*yr #integration time and step in years
integrator = "leapfrog"
n_bodies = 2
display = False