Uses of Class
org.orekit.forces.gravity.potential.TideSystem
-
Packages that use TideSystem Package Description org.orekit.forces.gravity This package provides all gravity-related forces.org.orekit.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats.org.orekit.propagation.conversion This package provides tools to convert a given propagator or a set ofSpacecraftStateinto another propagator. -
-
Uses of TideSystem in org.orekit.forces.gravity
Methods in org.orekit.forces.gravity that return TideSystem Modifier and Type Method Description TideSystemHolmesFeatherstoneAttractionModel. getTideSystem()Get theTideSystemused in the gravity field.Constructors in org.orekit.forces.gravity with parameters of type TideSystem Constructor Description SolidTides(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. -
Uses of TideSystem in org.orekit.forces.gravity.potential
Methods in org.orekit.forces.gravity.potential that return TideSystem Modifier and Type Method Description TideSystemCachedNormalizedSphericalHarmonicsProvider. getTideSystem()Get theTideSystemused in the gravity field.protected TideSystemPotentialCoefficientsReader. getTideSystem()Get theTideSystemused in the gravity field.TideSystemTideSystemProvider. getTideSystem()Get theTideSystemused in the gravity field.static TideSystemTideSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static TideSystem[]TideSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.forces.gravity.potential with parameters of type TideSystem Modifier and Type Method Description static NormalizedSphericalHarmonicsProviderGravityFieldFactory. getNormalizedProvider(double ae, double mu, TideSystem tideSystem, double[][] normalizedC, double[][] normalizedS)Create a time-independentNormalizedSphericalHarmonicsProviderfrom canonical coefficients.static UnnormalizedSphericalHarmonicsProviderGravityFieldFactory. 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 TideSystem Constructor Description EcksteinHechlerPropagatorBuilder(Orbit templateOrbit, double referenceRadius, double mu, TideSystem tideSystem, double c20, double c30, double c40, double c50, double c60, OrbitType orbitType, PositionAngle positionAngle, double positionScale)Build a new instance.
-