Uses of Enum Class
org.orekit.forces.gravity.potential.TideSystem
Packages that use TideSystem
Package
Description
This package provides all gravity-related forces.
This package provides classes to read gravity field files and supports several
different formats.
This package provides tools to convert a given propagator or a set of
SpacecraftState into another propagator.-
Uses of TideSystem in org.orekit.forces.gravity
Methods in org.orekit.forces.gravity that return TideSystemModifier and TypeMethodDescriptionHolmesFeatherstoneAttractionModel.getTideSystem()Get theTideSystemused in the gravity field.Constructors in org.orekit.forces.gravity with parameters of type TideSystemModifierConstructorDescriptionSolidTides(Frame centralBodyFrame, double ae, double mu, TideSystem centralTideSystem, boolean poleTide, double step, int nbPoints, IERSConventions conventions, UT1Scale ut1, CelestialBody... bodies) Simple constructor.SolidTides(Frame centralBodyFrame, double ae, double mu, TideSystem centralTideSystem, IERSConventions conventions, UT1Scale ut1, CelestialBody... bodies) Simple constructor.SolidTides(Frame centralBodyFrame, double ae, double mu, TideSystem centralTideSystem, LoveNumbers loveNumbers, double step, int nbPoints, CelestialBody... bodies) Constructor with custom Love numbers for any central body.SolidTides(Frame centralBodyFrame, double ae, double mu, TideSystem centralTideSystem, LoveNumbers loveNumbers, CelestialBody... bodies) Constructor with custom Love numbers using default interpolation settings. -
Uses of TideSystem in org.orekit.forces.gravity.potential
Methods in org.orekit.forces.gravity.potential that return TideSystemModifier and TypeMethodDescriptionCachedNormalizedSphericalHarmonicsProvider.getTideSystem()Get theTideSystemused in the gravity field.protected TideSystemPotentialCoefficientsReader.getTideSystem()Get theTideSystemused in the gravity field.TideSystemProvider.getTideSystem()Get theTideSystemused in the gravity field.static TideSystemReturns the enum constant of this class with the specified name.static TideSystem[]TideSystem.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.forces.gravity.potential with parameters of type TideSystemModifier and TypeMethodDescriptionGravityFieldFactory.getNormalizedProvider(double ae, double mu, TideSystem tideSystem, double[][] normalizedC, double[][] normalizedS) Create a time-independentNormalizedSphericalHarmonicsProviderfrom canonical coefficients.GravityFieldFactory.getUnnormalizedProvider(double ae, double mu, TideSystem tideSystem, double[][] unnormalizedC, double[][] unnormalizedS) Create a time-independentUnnormalizedSphericalHarmonicsProviderfrom canonical coefficients.protected voidPotentialCoefficientsReader.setTideSystem(TideSystem tideSystem) Set theTideSystemused in the gravity field. -
Uses of TideSystem in org.orekit.propagation.conversion
Constructors in org.orekit.propagation.conversion with parameters of type TideSystemModifierConstructorDescriptionBrouwerLyddanePropagatorBuilder(Orbit templateOrbit, double referenceRadius, double mu, TideSystem tideSystem, double c20, double c30, double c40, double c50, OrbitType orbitType, PositionAngleType positionAngleType, double positionScale, double M2) Build a new instance.EcksteinHechlerPropagatorBuilder(Orbit templateOrbit, double referenceRadius, double mu, TideSystem tideSystem, double c20, double c30, double c40, double c50, double c60, OrbitType orbitType, PositionAngleType positionAngleType, double positionScale) Build a new instance.