Skip navigation links

Package org.orekit.propagation.events

This package provides interfaces and classes dealing with events occurring during propagation.

See: Description

Package org.orekit.propagation.events Description

This package provides interfaces and classes dealing with events occurring during propagation. It is used when EventDetector instances are registered to any Propagator. When the event associated with the detector occurs, the propagator interrupts the propagation and calls the eventOccurred method of the event detector, which can do whatever the user want and either stop or resume propagation, optionally resetting the state.

If the registered events detectors are configured to stop propagation when triggered, the propagator can be run with an arbitrary large target date, relying on the events occurrence to stop propagation exactly at the right time.

The package provides some predefined events:

In addition to raw events, the class also provides EventsLogger to gather all events that occurred during a propagation, EventShifter which allows to slightly shift an event in time (for example to trigger something say 5 minutes before eclipse entry), EventSlopeFilter and EventEnablingPredicateFilter to trigger only specific types of events, without losing computation time by locating events user is not interested in. Also the BooleanDetector allows the user to combine other event detectors using Boolean logic.

The low level interfaces and classes are heavily based on similar classes from the ode.events package from the Hipparchus library. The changes are mainly adaptations of the signatures to space dynamics.

Author:
Luc Maisonobe, Pascal Parraud
Skip navigation links

Copyright © 2002-2020 CS Group. All rights reserved.