|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ForceModel in fr.cnes.sirius.patrius.forces |
|---|
| Classes in fr.cnes.sirius.patrius.forces that implement ForceModel | |
|---|---|
class |
EmpiricalForce
This class implements the empirical force. |
| Uses of ForceModel in fr.cnes.sirius.patrius.forces.radiation |
|---|
| Classes in fr.cnes.sirius.patrius.forces.radiation that implement ForceModel | |
|---|---|
class |
PatriusSolarRadiationPressure
Solar radiation pressure force model with spheroids. |
| Uses of ForceModel in fr.cnes.sirius.patrius.propagation.numerical.multi |
|---|
| Methods in fr.cnes.sirius.patrius.propagation.numerical.multi that return types with arguments of type ForceModel | |
|---|---|
List<ForceModel> |
MultiNumericalPropagator.getForceModels(String satId)
Get perturbing force models list. |
| Methods in fr.cnes.sirius.patrius.propagation.numerical.multi with parameters of type ForceModel | |
|---|---|
void |
MultiNumericalPropagator.addForceModel(ForceModel model,
String satId)
Add a force model to the global perturbation model of a specific spacecraft. |
| Uses of ForceModel in fr.cnes.sirius.patrius.wrenches |
|---|
| Constructors in fr.cnes.sirius.patrius.wrenches with parameters of type ForceModel | |
|---|---|
GenericWrenchModel(ForceModel force,
Vector3D origin)
Create a generic wrench model. |
|
| Uses of ForceModel in org.orekit.forces.drag |
|---|
| Classes in org.orekit.forces.drag that implement ForceModel | |
|---|---|
class |
DragForce
Atmospheric drag force model. |
| Uses of ForceModel in org.orekit.forces.gravity |
|---|
| Classes in org.orekit.forces.gravity that implement ForceModel | |
|---|---|
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 |
ThirdBodyAttraction
Third body attraction force model. |
| Methods in org.orekit.forces.gravity that return ForceModel | |
|---|---|
static ForceModel |
EarthGravitationalModelFactory.getBalmino(EarthGravitationalModelFactory.GravityFieldNames potentialFileName,
int n,
int m)
Create an instance of a central body attraction with normalized coefficients and Helmholtz Polynomials (Balmino model). |
static ForceModel |
EarthGravitationalModelFactory.getCunningham(EarthGravitationalModelFactory.GravityFieldNames potentialFileName,
int n,
int m)
Create an instance of the gravitational field of a celestial body using Cunningham model. |
static ForceModel |
EarthGravitationalModelFactory.getDroziner(EarthGravitationalModelFactory.GravityFieldNames potentialFileName,
int n,
int m)
Create an instance of the gravitational field of a celestial body using Droziner model. |
static ForceModel |
EarthGravitationalModelFactory.getGravitationalModel(EarthGravitationalModelFactory.GravityFieldNames potentialFileName,
int n,
int m)
Create an default instance of a gravitational field of a celestial body using Balmino model. |
| Uses of ForceModel in org.orekit.forces.gravity.tides |
|---|
| Classes in org.orekit.forces.gravity.tides that implement ForceModel | |
|---|---|
class |
AbstractTides
Common handling of ForceModel methods for tides models. |
class |
OceanTides
This class implements the perturbating force due to ocean tides. |
class |
TerrestrialTides
This class implements the perturbating force due to terrestrial tides (deformation due to third body attraction on an aneslatic crust, ellipticity correction, frequency correction). |
| Uses of ForceModel in org.orekit.forces.gravity.variations |
|---|
| Classes in org.orekit.forces.gravity.variations that implement ForceModel | |
|---|---|
class |
VariablePotentialAttractionModel
This class represents a variable gravity field. |
| Uses of ForceModel in org.orekit.forces.maneuvers |
|---|
| Classes in org.orekit.forces.maneuvers that implement ForceModel | |
|---|---|
class |
ConstantThrustError
This class is a model of the error of a simple maneuver with constant thrust. |
class |
ConstantThrustManeuver
This class implements a simple maneuver with constant thrust. |
class |
VariableThrustManeuver
This class implements a maneuver using variable thrust and ISP. |
| Uses of ForceModel in org.orekit.forces.radiation |
|---|
| Classes in org.orekit.forces.radiation that implement ForceModel | |
|---|---|
class |
RediffusedRadiationPressure
Class that represents a rediffused radiative force. |
class |
SolarRadiationPressure
Solar radiation pressure force model. |
| Uses of ForceModel in org.orekit.forces.relativistic |
|---|
| Classes in org.orekit.forces.relativistic that implement ForceModel | |
|---|---|
class |
CoriolisRelativisticEffect
Computation of the relativistic Coriolis effect (Einstein-de-Sitter effect) - IERS2003 standard (applies to Earth only). |
class |
LenseThirringRelativisticEffect
Computation of the relativistic Lense-Thirring effect - IERS2003 standard (applies to Earth only). |
class |
SchwarzschildRelativisticEffect
Computation of the relativistic Schwarzschild effect. |
| Uses of ForceModel in org.orekit.propagation.numerical |
|---|
| Methods in org.orekit.propagation.numerical that return types with arguments of type ForceModel | |
|---|---|
List<ForceModel> |
NumericalPropagator.getForceModels()
Get perturbing force models list. |
| Methods in org.orekit.propagation.numerical with parameters of type ForceModel | |
|---|---|
void |
NumericalPropagator.addForceModel(ForceModel model)
Add a force model to the global perturbation model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||