Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Updated Basic Simulation files
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Nov 16, 2022
1 parent 3006a9f commit ed5d09d
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 146 deletions.
2 changes: 1 addition & 1 deletion examples/Basic_Simulation/initial_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@

sim.add_body(name_tp, a_tp, e_tp, inc_tp, capom_tp, omega_tp, capm_tp)

# Save everything to a set of initial conditions files
# Run the simulation
sim.run()
2 changes: 1 addition & 1 deletion examples/Basic_Simulation/param.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ MU2KG 1.988409870698051e+30
TU2S 31557600.0
DU2M 149597870700.0
GMTINY 9.869231602224408e-07
MIN_GMFRAG 9.869231602224408e-10
RESTART NO
CHK_CLOSE YES
GR YES
Expand All @@ -35,3 +34,4 @@ RHILL_PRESENT NO
INTERACTION_LOOPS TRIANGULAR
ENCOUNTER_CHECK TRIANGULAR
TIDES NO
MIN_GMFRAG 9.869231602224408e-10
2 changes: 1 addition & 1 deletion examples/Basic_Simulation/run_from_file.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import swiftest
sim = swiftest.Simulation()
sim.run()
sim.run(tstop=20.0)
159 changes: 159 additions & 0 deletions examples/Basic_Simulation/run_simulation.ipynb

Large diffs are not rendered by default.

143 changes: 0 additions & 143 deletions examples/Basic_Simulation/test_io.ipynb

This file was deleted.

0 comments on commit ed5d09d

Please sign in to comment.