Test failed, hopefully fixing

This commit is contained in:
Connor
2021-09-25 17:37:33 -06:00
parent 27702ba3f8
commit 955cf8ac05
2 changed files with 3 additions and 3 deletions

View File

@@ -17,8 +17,8 @@
final = prop(thrust, start, test_sc, revs*T, Earth)[2]
new_T = 2π * ( xyz_to_oe(final, Earth.μ)[1]^3 / Earth.μ )
# This should be close enough to converge
thrust_guess = spiral(0.88, n, start, test_sc, revs*T, Earth)
# This should be close enough to converge, but Earth orbits are picky
thrust_guess = spiral(0.89, n, start, test_sc, revs*T, Earth)
result = solve_phase(start, final, test_sc, revs*T, thrust_guess, Earth)
calc_path, calc_final = prop(result.zero, start, test_sc, revs*T, Earth, interpolate=true)

View File

@@ -32,5 +32,5 @@ I need to determine the list of decision variables for each step:
Todo:
1. ~~Add interpolate function~~
2. Add NLP solver sun test
2. ~~Add NLP solver sun test~~
3. Start on MBH