Uses of Class
org.orekit.forces.Panel
Packages that use Panel
Package
Description
This package provides the interface for force models that will be used by the
NumericalPropagator, 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.forcesModifier and TypeClassDescriptionclassClass representing one panel of a satellite, fixed with respect to satellite body.classClass representing one panel of a satellite, roughly pointing towards some target.classClass 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 PanelModifier and TypeMethodDescriptionBoxAndSolarArraySpacecraft.buildBox(double xLength, double yLength, double zLength, double drag, double liftRatio, double absorption, double reflection) Build the panels of a simple parallelepipedic box.BoxAndSolarArraySpacecraft.buildDiscoBall(int n, double diameter, double dragCoeff, double liftRatio, double absorptionCoeff, double reflectionCoeff) Build the panels of a disco ball.BoxAndSolarArraySpacecraft.buildPanels(double xLength, double yLength, double zLength, ExtendedPositionProvider 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.BoxAndSolarArraySpacecraft.getPanels()Get the panels composing the body.Constructor parameters in org.orekit.forces with type arguments of type PanelModifierConstructorDescriptionBoxAndSolarArraySpacecraft(List<Panel> panels) Build a spacecraft model.