Made the switch to SNOW. Working well

This commit is contained in:
Connor
2021-09-26 01:38:35 -06:00
parent 26ddb43a5d
commit 4061aaaaa3
9 changed files with 260 additions and 33 deletions

View File

@@ -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