| Package | Description |
|---|---|
| fr.cnes.genopus.nonWidget.vehicle |
Package containing some objects related to vehicle intended to be added to PATRIUS.
|
| fr.cnes.genopus.vehicle |
Package containing some widgets defining a vehicle.
|
| Modifier and Type | Method and Description |
|---|---|
CustomVehicleSurfaceModel |
CustomRadiativeProperties.getVehicleSurfaceModel()
Get vehicle surface model.
|
CustomVehicleSurfaceModel |
CustomAerodynamicProperties.getVehicleSurfaceModel()
Get the surface.
|
| Constructor and Description |
|---|
CustomAerodynamicProperties(CustomVehicleSurfaceModel vehicleSurface,
double dragCoef,
double liftCoef)
Creates a new instance for a generic vehicle shape and drag and lift constant values.
|
CustomRadiativeProperties(fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty radiativeProperty,
fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty radiativeIRProperty,
CustomVehicleSurfaceModel vehicleSurfaceModel)
Creates a new instance with solar panels.
|
| Modifier and Type | Method and Description |
|---|---|
CustomVehicleSurfaceModel |
GPVehicleShape.getPatriusObject()
Getter for the vehicle shape.
|
CustomVehicleSurfaceModel |
GPVehicleAeroProps.getSurfaceModel()
Method to get the vehicle surface model that will allow to display/write/read expert settings for a
tabulated sphere without solar panels, and to get the aerodynamic properties.
|
CustomVehicleSurfaceModel |
GPVehicleRadiativeProps.getSurfaceModel()
Method to get the vehicle surface model that will allow to get the radiative properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GPVehicleShape.setDefaultVehicleShape(CustomVehicleSurfaceModel vehicleShape)
Setter for the default
CustomVehicleSurfaceModel instance. |
void |
GPVehicleShape.setSavedVehicleShape(CustomVehicleSurfaceModel vehicleShape)
Setter for the saved
CustomVehicleSurfaceModel instance. |
void |
GPVehicleAeroProps.setSurfaceModel(CustomVehicleSurfaceModel vehicleSurfaceModel)
Method to set the vehicle surface model that will allow to display/write/read expert settings for a
tabulated sphere without solar panels, and to get the aerodynamic properties.
|
void |
GPVehicleRadiativeProps.setSurfaceModel(CustomVehicleSurfaceModel vehicleSurfaceModel)
Method to set the vehicle surface model that will allow to get the radiative properties.
|
void |
GPVehicleShape.setVehicleShape(CustomVehicleSurfaceModel vehicleShape)
Setter for a
CustomVehicleSurfaceModel instance. |
| Constructor and Description |
|---|
GPVehicleShape(String label,
CustomVehicleSurfaceModel vehicleShape)
Creates a new instance.
|
GPVehicleShape(String widgetId,
String label,
CustomVehicleSurfaceModel vehicleShape)
Creates a new instance.
|
Copyright © 2017. All rights reserved.