Class PolynomialThrustSegment

java.lang.Object
org.orekit.forces.maneuvers.propulsion.PolynomialThrustSegment
All Implemented Interfaces:
ThrustVectorProvider

public class PolynomialThrustSegment extends Object implements ThrustVectorProvider
Thrust vector given as polynomials for the Cartesian coordinates.
Since:
12.0
Author:
Luc Maisonobe
  • Constructor Details

    • PolynomialThrustSegment

      public PolynomialThrustSegment(AbsoluteDate referenceDate, PolynomialFunction xThrust, PolynomialFunction yThrust, PolynomialFunction zThrust)
      Simple constructor.
      Parameters:
      referenceDate - reference date of the polynomials
      xThrust - thrust along X direction (N)
      yThrust - thrust along Y direction (N)
      zThrust - thrust along Z direction (N)
  • Method Details