| 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 |
This package provides all radiation pressure related forces.
|
| org.orekit.propagation.semianalytical.dsst.forces |
This package provides force models for Draper Semi-analytical Satellite Theory (DSST).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoxAndSolarArraySpacecraft
Class representing the features of a classical satellite
with a convex body shape and rotating flat solar arrays.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IsotropicRadiationClassicalConvention
This class represents the features of a simplified spacecraft.
|
class |
IsotropicRadiationCNES95Convention
This class represents the features of a simplified spacecraft.
|
class |
IsotropicRadiationSingleCoefficient
This class represents the features of a simplified spacecraft.
|
| Constructor and Description |
|---|
KnockeRediffusedForceModel(ExtendedPVCoordinatesProvider sun,
RadiationSensitive spacecraft,
double equatorialRadius,
double angularResolution)
Default Constructor.
|
KnockeRediffusedForceModel(ExtendedPVCoordinatesProvider sun,
RadiationSensitive spacecraft,
double equatorialRadius,
double angularResolution,
TimeScale utc)
General constructor.
|
SolarRadiationPressure(double dRef,
double pRef,
ExtendedPVCoordinatesProvider sun,
double equatorialRadius,
RadiationSensitive spacecraft)
Complete constructor.
|
SolarRadiationPressure(ExtendedPVCoordinatesProvider 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,
ExtendedPVCoordinatesProvider sun,
double equatorialRadius,
RadiationSensitive spacecraft,
double mu)
Complete constructor.
|
DSSTSolarRadiationPressure(ExtendedPVCoordinatesProvider sun,
double equatorialRadius,
RadiationSensitive spacecraft,
double mu)
Simple constructor with default reference values, but custom spacecraft.
|
Copyright © 2002-2021 CS GROUP. All rights reserved.