| 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 ...). |
| org.orekit.forces.radiation | |
| org.orekit.propagation.semianalytical.dsst.forces |
| Modifier and Type | Class and Description |
|---|---|
class |
BoxAndSolarArraySpacecraft
experimental class representing the features of a classical satellite
with a convex body shape and rotating flat solar arrays.
|
class |
SphericalSpacecraft
This class represents the features of a simplified spacecraft.
|
| Constructor and Description |
|---|
SolarRadiationPressure(double dRef,
double pRef,
PVCoordinatesProvider sun,
double equatorialRadius,
RadiationSensitive spacecraft)
Complete constructor.
|
SolarRadiationPressure(PVCoordinatesProvider sun,
double equatorialRadius,
RadiationSensitive spacecraft)
Simple constructor with default reference values.
|
| Modifier and Type | Method and Description |
|---|---|
RadiationSensitive |
DSSTSolarRadiationPressure.getSpacecraft()
Get spacecraft shape.
|
| Constructor and Description |
|---|
DSSTSolarRadiationPressure(double dRef,
double pRef,
PVCoordinatesProvider sun,
double equatorialRadius,
RadiationSensitive spacecraft)
Complete constructor.
|
DSSTSolarRadiationPressure(PVCoordinatesProvider sun,
double equatorialRadius,
RadiationSensitive spacecraft)
Simple constructor with default reference values, but custom spacecraft.
|
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.