Class CR3BPConstants
java.lang.Object
org.orekit.propagation.numerical.cr3bp.CR3BPConstants
Set of useful physical CR3BP constants using JPL data.
- Since:
- 11.0
- Author:
- Vincent Mouraux
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublegetEarthMoonBarycenterSemiMajorAxis(AbsoluteDate date, TimeScale timeScale) Get the Earth-Moon barycenter semi-major axis.static doublegetJupiterSemiMajorAxis(AbsoluteDate date, TimeScale timeScale) Get the Jupiter semi-major axis.static doubleGet the Moon semi-major axis.
-
Method Details
-
getMoonSemiMajorAxis
public static double getMoonSemiMajorAxis()Get the Moon semi-major axis.- Returns:
- the Moon semi-major axis in meters
-
getEarthMoonBarycenterSemiMajorAxis
Get the Earth-Moon barycenter semi-major axis.- Parameters:
date- datetimeScale- time scale- Returns:
- the Earth-Moon barycenter semi-major axis in meters
-
getJupiterSemiMajorAxis
Get the Jupiter semi-major axis.- Parameters:
date- datetimeScale- time scale- Returns:
- the Jupiter semi-major axis in meters
-