| Package | Description |
|---|---|
| fr.cnes.genopus.forces |
Package containing all needed classes to create the widget to define the forces.
|
| fr.cnes.genopus.nonWidget.forces |
Package containing some objects related to force intended to be added to PATRIUS.
|
| Modifier and Type | Method and Description |
|---|---|
CustomPatriusSolarRadiationPressure |
GPSRPForceModel.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomPatriusSolarRadiationPressure |
GPSRPForceModel.getPatriusObject(Object... args)
Returns the PATRIUS object associated to a GENOPUS widget.
|
| Modifier and Type | Method and Description |
|---|---|
CustomPatriusSolarRadiationPressure |
CustomForceModels.getSolarRadiationPressure()
Get the solar radiation pressure force model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomForceModels.setSolarRadiationPressure(CustomPatriusSolarRadiationPressure patriusSolarRadiationPressure)
Set the solar radiation pressure force model.
|
| Constructor and Description |
|---|
CustomForceModels(org.orekit.forces.ForceModel earthPotentialForceModel,
org.orekit.forces.gravity.ThirdBodyAttraction moonForceModel,
org.orekit.forces.gravity.ThirdBodyAttraction sunForceModel,
org.orekit.forces.gravity.ThirdBodyAttraction venusForceModel,
org.orekit.forces.gravity.ThirdBodyAttraction marsForceModel,
org.orekit.forces.gravity.ThirdBodyAttraction jupiterForceModel,
CustomDragForce dragForce,
CustomPatriusSolarRadiationPressure solarRadiationPressure,
CustomRediffusedRadiationPressure rediffusedSRP,
org.orekit.forces.gravity.tides.OceanTides oceanTidesForceModel,
org.orekit.forces.gravity.tides.TerrestrialTides terrestrialTidesForceModel)
Creates a new instance.
|
CustomPatriusSolarRadiationPressure(CustomPatriusSolarRadiationPressure otherInstance,
fr.cnes.sirius.patrius.assembly.Assembly assembly)
Creates a new instance from the data in another one but with a different assembly.
|
Copyright © 2017. All rights reserved.