Skip to content

Commit 498a2ca

Browse files
committed
Add ISS validation case
1 parent 8a7037a commit 498a2ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2779596
-1
lines changed

docs/MANUAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Relativistic effects are not taken into account whatsoever.
6262

6363
## Validation
6464

65-
This part is in reconstruction. (I used to use an incomplete model of the Solar System as an example case, which I think increased errors quite a bit. I will replace it with sth else.)
65+
[Two orbit propagator validation cases](http://github.com/arda-guler/orbitSim3D/blob/master/docs/validation.md) were examined. Read the related document for the detailed discussion.
6666

6767
## Scenarios (.osf)
6868

Loading
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
0.5 days (43200 seconds) integration (around 7 orbits):
2+
dt=1s
3+
Error: Euler w/out J2: 3.3934533417103374 %
4+
Error: Euler w/ J2: 0.33069801201352883 %
5+
Error: Yoshida8 w/out J2: 3.338156908582299 %
6+
Error: Yoshida8 w/ J2: 0.4164456105805677 %
7+
8+
dt=100s
9+
Error: Euler w/ J2: 10.793022970394238 %
10+
Error: Yoshida8 w/ J2: 30.120918217199062 %
11+
12+
13+
1 day (86400 seconds) integration (around 15 orbits):
14+
dt=1s
15+
Error: Euler w/out J2: 6.089755754093886 %
16+
Error: Euler w/ J2: 0.5874206237855437 %
17+
Error: Yoshida8 w/out J2: 6.497964326228753 %
18+
Error: Yoshida8 w/ J2: 0.7892508053627536 %
19+
20+
dt=100s
21+
Error: Euler w/ J2: 40.04950801764816 %
22+
Error: Yoshida8 w/ J2: 21.496804718875566 %
23+
24+
25+
2 days (172800 seconds) integration (around 31 orbits):
26+
dt=1s
27+
Error: Euler w/out J2: 13.97736605993215 %
28+
Error: Euler w/ J2: 1.7015347078049137 %
29+
Error: Yoshida8 w/out J2: 13.985818437525513 %
30+
Error: Yoshida8 w/ J2: 1.6925799063338627 %
31+
32+
dt=100s
33+
Error: Euler w/ J2: 133.14192162727758 %
34+
Error: Yoshida8 w/ J2: 19.907185716488787 %
35+

0 commit comments

Comments
 (0)