-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NRHO 9:2 orbit at Apolune [AWP State] #46
Comments
Validation of the Purdue JNRHO 9:2 Gateway orbit in 64 lines of Python code m_1 = 5.9721671e24 # kg Earth mass 5.9721671e24 -------------------------------------------------------------------------------def nondim_cr3bp(t, state): -------------------------------------------------------------------------------t_0 = 0 # nondimensional time Now Jacobi: orbital-mechanics.space/the-n-body-problem/jacobi-constant.htmlspeed_sq = np.sum(np.square(v), axis=1) |
Purdue JNRHO 9:2 has a jacobi_constant=3.04719 def jacobi_const( st ): # st is the state vector |
#others using AWP might enjoy this NRHO 9:2 Halo orbit state to play with.
gatway92 = [1.021325, 0.0, -0.181619, 0.0 , -0.101736, 0.0 ]# semi-stable Apolune NRHO 9:2 orbit state
The text was updated successfully, but these errors were encountered: