Class FieldClohessyWiltshireEquations<T extends CalculusFieldElement<T>>

java.lang.Object
org.orekit.propagation.relative.clohessywiltshire.FieldClohessyWiltshireEquations<T>
Type Parameters:
T - Any scalar field.

public class FieldClohessyWiltshireEquations<T extends CalculusFieldElement<T>> extends Object
This class implements the state transition matrices of the Clohessy-Wiltshire equations of relative motion between two spacecraft. Source : Orbital Mechanics for Engineering Students, Curtis
Since:
14.0
Author:
Romain Cuvillon
  • Constructor Details

  • Method Details

    • computeMatrices

      public FieldClohessyWiltshireMatrices<T> computeMatrices(T timeSinceEpoch, T meanMotion)
      Computes the state transition matrices at the given time since epoch.

      Cannot be static as in the non-field class because of genericity of field T.

      Parameters:
      timeSinceEpoch - Time since epoch, given in seconds
      meanMotion - Mean motion of the target's CIRCULAR orbit
      Returns:
      4 3x3 state transition matrices