logo
首页技术栈工具库讨论
orbits

orbits

[Index] [Quick Jump] For package maintainers and hackage trustees For my uncle Zbys who watched the planets and stars. Types and functions for dealing with Kepler orbits. The main data type is Orbit, which describes the path of a body in orbit. | Symbol | Meaning | Notes | |--------|----------------------------------|--------------------------------| | a | Semi-major axis | Negative for hyperbolic orbits | | b | Semi-minor axis | Negative for hyperbolic orbits | | e | Eccentricity | | | q | Periapsis | | | i | Inclination | | | μ | Standard gravitational parameter | | | Ω | Longitude of the ascending node | | | l | Semi-latus Rectum | | | n | Mean motion | | | p | Period | | | t | Time since periapse | | | M | Mean anomaly | | | E | Eccentric anomaly | Only for elliptic orbits | | H | Hyperbolic anomaly | Only for hyperbolic orbits | | ν | True anomaly | | | h | Specific angular momentum | | | ε | Specific orbital energy | | | εp | Specific potential energy | | | εk | Specific kinetic energy | | | v | Orbital speed or velocity | | | r | The radius to the orbiting body | | | φ | Flight path angle | | Note that in the Haskell source uppercase symbols such as Ω and M are written with a leading underscore. This package makes use of the units package to ensure that the implementation is correct regarding units of measure. Contributions and bug reports are welcome! Please feel free to contact me on GitHub or as "jophish" on freenode. -Joe
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconexpipiplus1/orbits10
HACKAGE
carbal install orbits
查看
标签
根据用户添加的标签生成
暂无标签