MOID.jl 计算两个给定的共聚焦椭圆形轨道的MOID-最小轨道相交距离。 它使用旋转子午面的想法,并通过数值计算MOID。 Julia模块是波兰科学研究院空间研究中心的原始作者Hans Rickman和TomaszWiśniowski组成的Fortran程序的包装。 他们的论文中描述了该方法: T.Wiśniowski和H.Rickman,“一种用于计算精确最小轨道相交距离(MOID)的快速几何方法”,2013年《天文学报》 本文和源代码在deps和docs子目录中提供。 安装 然后可以通过Julia的软件包管理器安装MOID.jl。 在Linux和macOS上,您需要安装Gfortran或Intel Fortran编译器才能构建二进制依赖性。 pkg > add " https://github.com/mkretlow/MOID.jl.git " 快速开始 julia
2022-10-28 16:09:26 403KB astrodynamics orbital-mechanics Julia
1
The all-inclusive treatise on "Astrodynamics" by Richard H. Battin clearly must be counted among the great classics in scientific literature. This text documents the fundamental theoretical developments in astrodynamics and space navigation that eventually led to man's ventures into space. It includes all the essential elements of celestial mechanics, spacecraft trajectories, and space navigation as well as the his- tory of the underlying mathematical developments over the past three centuries culminating finally with the 20th century space exploration.
2019-12-21 21:42:20 28.96MB Astrodynamic Math
1