Uses of Class
org.orekit.propagation.semianalytical.dsst.utilities.AuxiliaryElements
Packages that use AuxiliaryElements
Package
Description
This package provides force models for Draper Semi-analytical Satellite Theory (DSST).
This package provides utilities for Draper Semi-analytical Satellite Theory (DSST).
-
Uses of AuxiliaryElements in org.orekit.propagation.semianalytical.dsst.forces
Methods in org.orekit.propagation.semianalytical.dsst.forces that return AuxiliaryElementsModifier and TypeMethodDescriptionForceModelContext.getAuxiliaryElements()Method to get the auxiliary elements related to theForceModelContext.Methods in org.orekit.propagation.semianalytical.dsst.forces with parameters of type AuxiliaryElementsModifier and TypeMethodDescriptionprotected abstract double[]AbstractGaussianContribution.getLLimits(SpacecraftState state, AuxiliaryElements auxiliaryElements) Compute the limits in L, the true longitude, for integration.protected double[]DSSTAtmosphericDrag.getLLimits(SpacecraftState state, AuxiliaryElements auxiliaryElements) Compute the limits in L, the true longitude, for integration.protected double[]DSSTSolarRadiationPressure.getLLimits(SpacecraftState state, AuxiliaryElements auxiliaryElements) Compute the limits in L, the true longitude, for integration.double[]AbstractGaussianContribution.getMeanElementRate(SpacecraftState state, AuxiliaryElements auxiliaryElements, double[] parameters) Computes the mean equinoctial elements rates dai / dt.double[]DSSTForceModel.getMeanElementRate(SpacecraftState state, AuxiliaryElements auxiliaryElements, double[] parameters) Computes the mean equinoctial elements rates dai / dt.double[]DSSTJ2SquaredClosedForm.getMeanElementRate(SpacecraftState state, AuxiliaryElements auxiliaryElements, double[] parameters) Computes the mean equinoctial elements rates dai / dt.double[]DSSTNewtonianAttraction.getMeanElementRate(SpacecraftState state, AuxiliaryElements auxiliaryElements, double[] parameters) Computes the mean equinoctial elements rates dai / dt.double[]DSSTTesseral.getMeanElementRate(SpacecraftState spacecraftState, AuxiliaryElements auxiliaryElements, double[] parameters) Computes the mean equinoctial elements rates dai / dt.double[]DSSTThirdBody.getMeanElementRate(SpacecraftState currentState, AuxiliaryElements auxiliaryElements, double[] parameters) Computes the mean equinoctial elements rates dai / dt.double[]DSSTZonal.getMeanElementRate(SpacecraftState spacecraftState, AuxiliaryElements auxiliaryElements, double[] parameters) Computes the mean equinoctial elements rates dai / dt.AbstractGaussianContribution.initializeShortPeriodTerms(AuxiliaryElements auxiliaryElements, PropagationType type, double[] parameters) Performs initialization prior to propagation for the current force model.DSSTForceModel.initializeShortPeriodTerms(AuxiliaryElements auxiliaryElements, PropagationType type, double[] parameters) Performs initialization prior to propagation for the current force model.DSSTJ2SquaredClosedForm.initializeShortPeriodTerms(AuxiliaryElements auxiliaryElements, PropagationType type, double[] parameters) Performs initialization prior to propagation for the current force model.DSSTNewtonianAttraction.initializeShortPeriodTerms(AuxiliaryElements auxiliaryElements, PropagationType type, double[] parameters) Performs initialization prior to propagation for the current force model.DSSTTesseral.initializeShortPeriodTerms(AuxiliaryElements auxiliaryElements, PropagationType type, double[] parameters) Performs initialization prior to propagation for the current force model.DSSTThirdBody.initializeShortPeriodTerms(AuxiliaryElements auxiliaryElements, PropagationType type, double[] parameters) Computes the highest power of the eccentricity and the highest power of a/R3 to appear in the truncated analytical power series expansion.DSSTZonal.initializeShortPeriodTerms(AuxiliaryElements auxiliaryElements, PropagationType type, double[] parameters) Performs initialization prior to propagation for the current force model.default List<ShortPeriodTerms> J2SquaredModel.initializeShortPeriodTerms(AuxiliaryElements auxiliaryElements, PropagationType type, double[] parameters) Performs initialization of J2-squared short period terms prior to propagation.Constructors in org.orekit.propagation.semianalytical.dsst.forces with parameters of type AuxiliaryElementsModifierConstructorDescriptionDSSTJ2SquaredClosedFormContext(AuxiliaryElements auxiliaryElements, UnnormalizedSphericalHarmonicsProvider provider) Simple constructor.DSSTNewtonianAttractionContext(AuxiliaryElements auxiliaryElements, double[] parameters) Simple constructor.DSSTThirdBodyDynamicContext(AuxiliaryElements aux, CelestialBody body, double[] parameters) Constructor.DSSTThirdBodyStaticContext(AuxiliaryElements aux, double x, double r3, double[] parameters) Constructor.protectedForceModelContext(AuxiliaryElements auxiliaryElements) Simple constructor. -
Uses of AuxiliaryElements in org.orekit.propagation.semianalytical.dsst.utilities
Methods in org.orekit.propagation.semianalytical.dsst.utilities that return AuxiliaryElementsModifier and TypeMethodDescriptionFieldAuxiliaryElements.toAuxiliaryElements()Transforms the FieldAuxiliaryElements instance into an AuxiliaryElements instance.