| 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 |
|---|---|
CustomRediffusedRadiationPressure |
GPRediffusedSRPForceModel.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomRediffusedRadiationPressure |
GPRediffusedSRPForceModel.getPatriusObject(Object... args)
Returns the PATRIUS object associated to a GENOPUS widget.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRediffusedRadiationPressure |
CustomForceModels.getRediffusedSolarRadiationPressure()
Get the rediffused solar radiation pressure force model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomForceModels.setRediffusedSolarRadiationPressure(CustomRediffusedRadiationPressure rediffusedRadiationPressure)
Set the rediffused 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.
|
CustomRediffusedRadiationPressure(CustomRediffusedRadiationPressure 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.