Class FieldClohessyWiltshireEquations<T extends CalculusFieldElement<T>>
java.lang.Object
org.orekit.propagation.relative.clohessywiltshire.FieldClohessyWiltshireEquations<T>
- Type Parameters:
T- Any scalar field.
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeMatrices(T timeSinceEpoch, T meanMotion) Computes the state transition matrices at the given time since epoch.
-
Constructor Details
-
FieldClohessyWiltshireEquations
public FieldClohessyWiltshireEquations()Creates a newFieldClohessyWiltshireEquationsobject.
-
-
Method Details
-
computeMatrices
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 secondsmeanMotion- Mean motion of the target's CIRCULAR orbit- Returns:
- 4 3x3 state transition matrices
-