| 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 |
|---|---|
CustomDragForce |
GPAeroForceModel.getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget.
|
CustomDragForce |
GPAeroForceModel.getPatriusObject(Object... args)
Returns the PATRIUS object associated to a GENOPUS widget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomForceModels.setDragForce(CustomDragForce dragForce)
Set the aerodynamic force model.
|
| Constructor and Description |
|---|
CustomDragForce(CustomDragForce otherDragForce,
fr.cnes.sirius.patrius.assembly.Assembly assembly)
Creates a new instance from the data in another one but with a different assembly.
|
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.
|
Copyright © 2017. All rights reserved.