Uses of Class
org.orekit.bodies.CR3BPSystem
-
Packages that use CR3BPSystem Package Description org.orekit.bodies This package provides interface to represent the position and geometry of space objects such as stars, planets or asteroids.org.orekit.orbits This package provides classes to represent orbits.org.orekit.propagation.numerical.cr3bp 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 CR3BPSystem Modifier and Type Method Description static CR3BPSystem
CR3BPFactory. getEarthMoonCR3BP()
Get the Earth-Moon CR3BP singleton bodies pair.static CR3BPSystem
CR3BPFactory. getSunEarthCR3BP(AbsoluteDate date, TimeScale timeScale)
Get the Sun-Earth CR3BP singleton bodies pair.static CR3BPSystem
CR3BPFactory. getSunJupiterCR3BP(AbsoluteDate date, TimeScale timeScale)
Get the Sun-Jupiter CR3BP singleton bodies pair.static CR3BPSystem
CR3BPFactory. getSystem(CelestialBody primaryBody, CelestialBody secondaryBody, double a)
Get the corresponding CR3BP System. -
Uses of CR3BPSystem in org.orekit.orbits
Methods in org.orekit.orbits that return CR3BPSystem Modifier and Type Method Description CR3BPSystem
RichardsonExpansion. getCr3bpSystem()
Get the considered CR3BP system.Constructors in org.orekit.orbits with parameters of type CR3BPSystem Constructor Description CR3BPDifferentialCorrection(PVCoordinates firstguess, CR3BPSystem syst, double orbitalPeriod)
Simple Constructor.HaloOrbit(CR3BPSystem syst, PVCoordinates pv, double orbitalPeriod)
Simple Constructor.LibrationOrbit(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 CR3BPSystem Constructor Description CR3BPForceModel(CR3BPSystem cr3bp)
Simple constructor.STMEquations(CR3BPSystem syst)
Simple constructor.
-