| Package | Description |
|---|---|
| org.orekit.forces |
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 ...). |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and 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,
org.hipparchus.geometry.euclidean.threed.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 and Description |
|---|
BoxAndSolarArraySpacecraft(List<Panel> panels)
Build a spacecraft model.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.