Class CartesianAdjointInertialTerm

java.lang.Object
org.orekit.control.indirect.adjoint.AbstractCartesianAdjointEquationTerm
org.orekit.control.indirect.adjoint.CartesianAdjointInertialTerm
All Implemented Interfaces:
CartesianAdjointEquationTerm

public class CartesianAdjointInertialTerm extends AbstractCartesianAdjointEquationTerm
Class defining inertial forces' contributions in the adjoint equations for Cartesian coordinates. If present, then the propagator should also include inertial forces.
Since:
12.2
Author:
Romain Serra
See Also:
  • Constructor Details

    • CartesianAdjointInertialTerm

      public CartesianAdjointInertialTerm(Frame referenceInertialFrame)
      Constructor.
      Parameters:
      referenceInertialFrame - reference inertial frame
  • Method Details