Skip to content

Commit

Permalink
Fixed Neptune arrival date
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Apr 17, 2017
1 parent 8490ed9 commit 6fde6be
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 8 deletions.
42 changes: 42 additions & 0 deletions cmd/designer/finalprj-neptune-0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[general]
fileprefix = "prj-neptune"
outputdir = "outputs"
verbose = true
step = "2h"
flybyplanets = "Venus Earth Jupiter"

[launch]
planet = "Earth"
from = "2026-08-14 00:00:00"
until = "2026-10-15 00:00:00"
resolution = 1
maxC3 = 40

[arrival]
planet = "Neptune"
from = "2046-07-01 00:00:00"
until = "2049-08-01 00:00:00"
maxVinf = 18

[flyby.Venus]
position = 1
from = "2027-02-25 00:00:00"
until = "2027-03-10 00:00:00"
deltaV = 1.0
periapsis = 1.01

[flyby.Earth]
position = 2
deltaV = 1.0
from = "2027-12-17 00:00:00"
until = "2027-12-27 00:00:00"
periapsis = 1.01
resonant = true
resonance = 2

[flyby.Jupiter]
position = 3
deltaV = 1.0
from = "2032-04-10 00:00:00"
until = "2032-04-20 00:00:00"
periapsis = 2.5
16 changes: 8 additions & 8 deletions cmd/designer/finalprj-neptune.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@
fileprefix = "prj-neptune"
outputdir = "outputs"
verbose = true
step = "2h"
step = "6h"
flybyplanets = "Venus Earth Jupiter"

[launch]
planet = "Earth"
from = "2026-08-14 00:00:00"
until = "2026-10-15 00:00:00"
until = "2026-09-01 00:00:00"
resolution = 1
maxC3 = 40

[arrival]
planet = "Neptune"
from = "2046-07-01 00:00:00"
until = "2049-08-01 00:00:00"
from = "2046-06-25 00:00:00"
until = "2046-07-01 00:00:00"
maxVinf = 18

[flyby.Venus]
position = 1
from = "2027-02-25 00:00:00"
from = "2027-03-04 00:00:00"
until = "2027-03-10 00:00:00"
deltaV = 1.0
deltaV = 0.91
periapsis = 1.01

[flyby.Earth]
position = 2
deltaV = 1.0
from = "2027-12-17 00:00:00"
from = "2027-12-16 00:00:00"
until = "2027-12-27 00:00:00"
periapsis = 1.01
resonant = true
resonance = 2

[flyby.Jupiter]
position = 3
deltaV = 1.0
deltaV = 0.6
from = "2032-04-10 00:00:00"
until = "2032-04-20 00:00:00"
periapsis = 2.5

0 comments on commit 6fde6be

Please sign in to comment.