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.forces
    Modifier and Type
    Class
    Description
    class 
    Class representing one panel of a satellite, fixed with respect to satellite body.
    class 
    Class representing one panel of a satellite, roughly pointing towards some target.
    class 
    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.buildDiscoBall(int n, double diameter, double dragCoeff, double liftRatio, double absorptionCoeff, double reflectionCoeff)
    Build the panels of a disco ball.
    static List<Panel>
    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 Panel
    Modifier
    Constructor
    Description
     
    Build a spacecraft model.