| Package | Description |
|---|---|
| fr.cnes.genopus.maneuvers |
Package containing some widgets representing objects of the Orekit's maneuvers package.
|
| fr.cnes.genopus.nonWidget.maneuvers |
Package containing some objects related to maneuvers intended to be added to PATRIUS.
|
| 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 |
|---|---|
CustomFuelTank |
GPManeuverAbstract.getFuelTank()
Getter for the FuelTank of the widget.
|
CustomFuelTank |
GPFuelTank.getPatriusObject()
Get tank.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CustomFuelTank> |
GFuelTankEngineProvider.getFuelTankList()
Get list of tanks.
|
fr.cnes.genius.highLevel.GObjectComboBoxWithLabel<CustomFuelTank> |
GPManeuverAbstract.getGComboBoxTanks() |
ArrayList<CustomFuelTank> |
GPManeuverSequence.getTanksList()
Get tank list.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GPFuelTank.checkTank(CustomFuelTank tank)
Checks if the the propellant mass in the input tank is NaN.
|
void |
GPManeuverAbstract.setDefaultTank(CustomFuelTank tank)
Set a default fuel tank to the maneuver.
|
void |
GPFuelTank.setDefaultTank(CustomFuelTank defaultTank)
Setter for the default tank.
|
void |
GPFuelTank.setSavedTank(CustomFuelTank savedTank)
Setter for the reference tank.
|
void |
GPManeuverAbstract.setTank(CustomFuelTank tank)
Set a fuel tank to the maneuver.
|
void |
GPFuelTank.setTank(CustomFuelTank tank)
Setter for the tank.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GPManeuverAbstract.setTanksList(ArrayList<CustomFuelTank> tankList)
Update contents of comboboxes for tanks with a given list of tanks.
|
void |
GPManeuverSelector.setTanksList(ArrayList<CustomFuelTank> tankList)
Update contents of comboboxes for tanks with a given list of tanks.
|
void |
GPManeuverSequence.updateTankCombobox(ArrayList<CustomFuelTank> tankList)
Update contents of comboboxes for tanks with a given list of tanks.
|
| Constructor and Description |
|---|
GPFuelTank(CustomFuelTank tank)
Constructor.
|
GPFuelTank(String label,
CustomFuelTank tank)
Constructor.
|
GPFuelTank(String widgetId,
String label,
CustomFuelTank tank)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CustomFuelTank |
CustomFuelTank.clone() |
CustomFuelTank |
CustomManeuverInterface.getFuelTank()
Get selected fuel tank.
|
CustomFuelTank |
CustomImpulseManeuver.getFuelTank()
Get selected fuel tank.
|
CustomFuelTank |
CustomConstantManeuver.getFuelTank()
Get selected fuel tank.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomFuelTank.copyFuelTankValues(CustomFuelTank fuelTank)
Copies the values from the fuelTank in the parameter to this object.
|
| Constructor and Description |
|---|
CustomConstantManeuver(String manName,
CustomEngine engine,
CustomFuelTank tank,
org.orekit.frames.Frame frame,
CustomEventDetector startEventDetector,
CustomEventDetector stopEventDetector,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D direction,
org.orekit.propagation.MassProvider massProvider)
Creates a new instance giving as well coding event detectors.
|
CustomConstantManeuver(String manName,
CustomEngine engine,
CustomFuelTank tank,
org.orekit.frames.LOFType lofType,
CustomEventDetector startEventDetector,
CustomEventDetector stopEventDetector,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D direction,
org.orekit.propagation.MassProvider massProvider)
Creates a new instance giving as well coding event detectors.
|
CustomImpulseManeuver(String manName,
CustomEngine engine,
CustomFuelTank tank,
org.orekit.frames.Frame inertialFrame,
CustomEventDetector eventDetector,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D deltaV,
org.orekit.propagation.MassProvider massModel)
Creates a new instance.
|
CustomImpulseManeuver(String manName,
CustomEngine engine,
CustomFuelTank tank,
org.orekit.frames.LOFType lofType,
CustomEventDetector eventDetector,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D deltaV,
org.orekit.propagation.MassProvider massModel)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
CustomFuelTank |
CustomVehicle.searchForTank(String name)
Public method to search the tank object corresponding to the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CustomFuelTank> |
CustomVehicle.getTanksList()
Get list of tanks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomVehicle.setListTanks(ArrayList<CustomFuelTank> listTanks)
Set list of fuel tanks.
|
| Constructor and Description |
|---|
CustomVehicle(fr.cnes.sirius.patrius.assembly.properties.MassProperty dryMassProperty,
CustomAerodynamicProperties aerodynamicProperties,
CustomRadiativeProperties radiativeProperties,
ArrayList<CustomEngine> enginesList,
ArrayList<CustomFuelTank> fuelTankList)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CustomFuelTank> |
GPVehicle.getFuelTankList()
Get list of tanks.
|
ArrayList<CustomFuelTank> |
GPVehiclePropulsiveProps.getTanksList()
Get list of tanks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GPVehiclePropulsiveProps.setDefaultTanksList(ArrayList<CustomFuelTank> tanksList)
Setter for the default list of fuel tanks.
|
void |
GPVehiclePropulsiveProps.setSavedTanksList(ArrayList<CustomFuelTank> tanksList)
Setter for the saved list of tanks.
|
void |
GPVehiclePropulsiveProps.setTanksList(ArrayList<CustomFuelTank> tanksList)
Setter for the list of fuel tanks.
|
Copyright © 2017. All rights reserved.