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 ofSpacecraftState
into another propagator. -
-
Uses of TideSystem in org.orekit.forces.gravity
Methods in org.orekit.forces.gravity that return TideSystem Modifier and Type Method Description TideSystem
HolmesFeatherstoneAttractionModel. getTideSystem()
Get theTideSystem
used 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 TideSystem
CachedNormalizedSphericalHarmonicsProvider. getTideSystem()
Get theTideSystem
used in the gravity field.protected TideSystem
PotentialCoefficientsReader. getTideSystem()
Get theTideSystem
used in the gravity field.TideSystem
TideSystemProvider. getTideSystem()
Get theTideSystem
used in the gravity field.static TideSystem
TideSystem. 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 NormalizedSphericalHarmonicsProvider
GravityFieldFactory. getNormalizedProvider(double ae, double mu, TideSystem tideSystem, double[][] normalizedC, double[][] normalizedS)
Create a time-independentNormalizedSphericalHarmonicsProvider
from canonical coefficients.static UnnormalizedSphericalHarmonicsProvider
GravityFieldFactory. getUnnormalizedProvider(double ae, double mu, TideSystem tideSystem, double[][] unnormalizedC, double[][] unnormalizedS)
Create a time-independentUnnormalizedSphericalHarmonicsProvider
from canonical coefficients.protected void
PotentialCoefficientsReader. setTideSystem(TideSystem tideSystem)
Set theTideSystem
used 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 BrouwerLyddanePropagatorBuilder(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.
-