From d89fc25942db91ed7a5d8e41df9e81470ff6d3fd Mon Sep 17 00:00:00 2001 From: luke738 Date: Wed, 12 Oct 2016 23:47:12 -0700 Subject: [PATCH] Update README.txt --- OrbSim2/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OrbSim2/README.txt b/OrbSim2/README.txt index 691a3e9..44b72fe 100644 --- a/OrbSim2/README.txt +++ b/OrbSim2/README.txt @@ -1,4 +1,4 @@ -A numerical simulation of n-body newtonian gravity in 3d. +A numerical simulation of n-body newtonian gravity in 2d. Precursor to OrbSim2-3d, which lives in its own repo. Can be used to simulate actual physical systems, and also to make some interesting-looking animations of a large number of bodies interacting. Based off of some of the work from BallisticSim and OrbitalSim, uses 3rd order explicit Adams-Bashford method for numerical integration. Much faster than the earlier simulators.