Made the switch to SNOW. Working well
This commit is contained in:
@@ -37,9 +37,10 @@
|
||||
earth_state = [spkssb(Earth.id, time_leave, "ECLIPJ2000"); 0.0]
|
||||
venus_state = [spkssb(Venus.id, time_arrive, "ECLIPJ2000"); 0.0]
|
||||
v∞_out, v∞_in, tof = Thesis.lamberts(Earth, Venus, leave, arrive)
|
||||
phase = Phase(Venus, 1.0001v∞_in, 0.2, tof, 0.0*ones(20,3))
|
||||
phase = Phase(Venus, 1.01v∞_in, 0.2, tof, 0.01*ones(20,3))
|
||||
mission_guess = Mission_Guess(bepi, 12_000., leave, v∞_out, [phase])
|
||||
mission = Thesis.inner_loop_solve(mission_guess)
|
||||
@test mission.converged
|
||||
if !mission.converged println(mission.message) end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user