| 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.
|
| fr.cnes.genopus.nonWidget.forces.atmosphere |
Package containing some objects related to atmospheres intended to be added to PATRIUS.
|
| Modifier and Type | Method and Description |
|---|---|
CustomAtmosphere |
GPAeroForceModel.getAtmosphere()
Get the atmospheric model from widget data.
|
CustomAtmosphere |
GPForceModels.getAtmosphere()
Get the atmospheric model from widget data.
|
| Modifier and Type | Method and Description |
|---|---|
CustomAtmosphere |
CustomDragForce.cloneAtmosphere()
Get the atmosphere model as a new instance (to avoid problems related to threads).
|
CustomAtmosphere |
CustomForceModels.getAtmosphere()
Get the atmosphere model.
|
CustomAtmosphere |
CustomDragForce.getAtmosphere()
Get the atmosphere model.
|
| Constructor and Description |
|---|
CustomDragForce(double k,
CustomAtmosphere atmosphere,
fr.cnes.sirius.patrius.assembly.Assembly assembly)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomDTM2000
Layer over the super class to add missing getters and clone method.
|
class |
CustomMSISE2000
Layer over the super class to add missing getters and clone method.
|
class |
CustomSimpleExponentialAtmosphere
Layer over the super class to add missing getters and clone method.
|
class |
CustomUS76
Layer over the super class to add missing getters and clone method.
|
| Modifier and Type | Method and Description |
|---|---|
CustomAtmosphere |
CustomAtmosphere.cloneAtmosphere()
Returns a new instance of the same type of atmosphere created with the same parametes.
|
CustomAtmosphere |
CustomDTM2000.cloneAtmosphere()
Returns a new instance of the same type of atmosphere created with the same parametes.
|
CustomAtmosphere |
CustomMSISE2000.cloneAtmosphere()
Returns a new instance of the same type of atmosphere created with the same parametes.
|
CustomAtmosphere |
CustomSimpleExponentialAtmosphere.cloneAtmosphere()
Returns a new instance of the same type of atmosphere created with the same parametes.
|
CustomAtmosphere |
CustomUS76.cloneAtmosphere()
Returns a new instance of the same type of atmosphere created with the same parametes.
|
Copyright © 2017. All rights reserved.