| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.bodies | |
| fr.cnes.sirius.patrius.forces.gravity | |
| fr.cnes.sirius.patrius.forces.gravity.grid |
| Modifier and Type | Method and Description |
|---|---|
AttractionModel |
CelestialBody.getAttractionModel()
Get the attraction model of the body.
|
AttractionModel |
AbstractCelestialBody.getAttractionModel()
Get the attraction model of the body.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CelestialBody.setAttractionModel(AttractionModel attractionModelIn)
Set an attraction model to the body.
|
void |
AbstractCelestialBody.setAttractionModel(AttractionModel modelIn)
Set an attraction model to the body.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BalminoAttractionModel
Computation of central body attraction with normalized coefficients and Helmholtz Polynomials.
|
class |
CunninghamAttractionModel
This class represents the gravitational field of a celestial body.
|
class |
DrozinerAttractionModel
This class represents the gravitational field of a celestial body.
|
class |
NewtonianAttraction
Force model for Newtonian central body attraction.
|
class |
PointAttractionModel
A basic gravitational attraction model of a point mass defined by an attraction
coefficient.
|
class |
ThirdBodyAttraction
Third body attraction force model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridAttractionModel
Computation of central body attraction with a grid attraction model: attraction acceleration is given by
GridAttractionProvider which provides for a set of coordinates the value of acceleration. |
Copyright © 2022 CNES. All rights reserved.