Uses of Class
org.orekit.forces.Panel
-
Packages that use Panel Package Description org.orekit.forces This package provides the interface for force models that will be used by theNumericalPropagator
, as well as some classical spacecraft models for surface forces (spherical, box and solar array ...). -
-
Uses of Panel in org.orekit.forces
Subclasses of Panel in org.orekit.forces Modifier and Type Class Description class
FixedPanel
Class representing one panel of a satellite, fixed with respect to satellite body.class
PointingPanel
Class representing one panel of a satellite, roughly pointing towards some target.class
SlewingPanel
Class representing one panel of a satellite, slewing about an axis at constant rate.Methods in org.orekit.forces that return types with arguments of type Panel Modifier and Type Method Description static List<Panel>
BoxAndSolarArraySpacecraft. buildBox(double xLength, double yLength, double zLength, double drag, double liftRatio, double absorption, double reflection)
Build the panels of a simple parallelepipedic box.static List<Panel>
BoxAndSolarArraySpacecraft. buildPanels(double xLength, double yLength, double zLength, ExtendedPVCoordinatesProvider sun, double solarArrayArea, Vector3D solarArrayAxis, double drag, double liftRatio, double absorption, double reflection)
Build the panels of a simple parallelepiped box plus one solar array panel.List<Panel>
BoxAndSolarArraySpacecraft. getPanels()
Get the panels composing the body.Constructor parameters in org.orekit.forces with type arguments of type Panel Constructor Description BoxAndSolarArraySpacecraft(List<Panel> panels)
Build a spacecraft model.
-