Uses of Class
org.orekit.bodies.CR3BPSystem
Packages that use CR3BPSystem
Package
Description
This package provides interface to represent the position and geometry of
space objects such as stars, planets or asteroids.
This package provides classes to compute orbits in the three-body problem.
Top level package for CR3BP Models used with a numerical propagator.
-
Uses of CR3BPSystem in org.orekit.bodies
Methods in org.orekit.bodies that return CR3BPSystemModifier and TypeMethodDescriptionstatic CR3BPSystemCR3BPFactory.getEarthMoonCR3BP()Get the Earth-Moon CR3BP singleton bodies pair.static CR3BPSystemCR3BPFactory.getSunEarthCR3BP(AbsoluteDate date, TimeScale timeScale) Get the Sun-Earth CR3BP singleton bodies pair.static CR3BPSystemCR3BPFactory.getSunJupiterCR3BP(AbsoluteDate date, TimeScale timeScale) Get the Sun-Jupiter CR3BP singleton bodies pair.static CR3BPSystemCR3BPFactory.getSystem(CelestialBody primaryBody, CelestialBody secondaryBody, double a) Get the corresponding CR3BP System. -
Uses of CR3BPSystem in org.orekit.orbits.cr3bp
Methods in org.orekit.orbits.cr3bp that return CR3BPSystemModifier and TypeMethodDescriptionRichardsonExpansion.getCr3bpSystem()Get the considered CR3BP system.Constructors in org.orekit.orbits.cr3bp with parameters of type CR3BPSystemModifierConstructorDescriptionCR3BPDifferentialCorrection(PVCoordinates firstguess, CR3BPSystem syst, double orbitalPeriod) Simple Constructor.HaloOrbit(CR3BPSystem syst, PVCoordinates pv, double orbitalPeriod) Simple Constructor.protectedLibrationOrbit(CR3BPSystem system, PVCoordinates initialPV, double orbitalPeriod) Constructor.LyapunovOrbit(CR3BPSystem syst, PVCoordinates pv, double orbitalPeriod) Simple Constructor.RichardsonExpansion(CR3BPSystem cr3bpSystem, LagrangianPoints point) Simple Constructor. -
Uses of CR3BPSystem in org.orekit.propagation.numerical.cr3bp
Constructors in org.orekit.propagation.numerical.cr3bp with parameters of type CR3BPSystemModifierConstructorDescriptionCR3BPForceModel(CR3BPSystem cr3bp) Simple constructor.STMEquations(CR3BPSystem syst) Simple constructor.