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 of
SpacecraftState into another propagator. |
Modifier and Type | Method | Description |
---|---|---|
TideSystem |
HolmesFeatherstoneAttractionModel.getTideSystem() |
Get the
TideSystem used in the gravity field. |
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.
|
Modifier and Type | Method | Description |
---|---|---|
TideSystem |
CachedNormalizedSphericalHarmonicsProvider.getTideSystem() |
Get the
TideSystem used in the gravity field. |
protected TideSystem |
PotentialCoefficientsReader.getTideSystem() |
Get the
TideSystem used in the gravity field. |
TideSystem |
TideSystemProvider.getTideSystem() |
Get the
TideSystem 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.
|
Modifier and Type | Method | Description |
---|---|---|
static NormalizedSphericalHarmonicsProvider |
GravityFieldFactory.getNormalizedProvider(double ae,
double mu,
TideSystem tideSystem,
double[][] normalizedC,
double[][] normalizedS) |
Create a time-independent
NormalizedSphericalHarmonicsProvider from canonical coefficients. |
static UnnormalizedSphericalHarmonicsProvider |
GravityFieldFactory.getUnnormalizedProvider(double ae,
double mu,
TideSystem tideSystem,
double[][] unnormalizedC,
double[][] unnormalizedS) |
Create a time-independent
UnnormalizedSphericalHarmonicsProvider from canonical coefficients. |
protected void |
PotentialCoefficientsReader.setTideSystem(TideSystem tideSystem) |
Set the
TideSystem used in the gravity field. |
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.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.