Uses of Interface
org.orekit.forces.drag.DragSensitive
-
Packages that use DragSensitive Package Description org.orekit.forces This package provides the interface for force models that will be used by theNumericalPropagator
, as well as some classical spacecraft models for surface forces (spherical, box and solar array ...).org.orekit.forces.drag This package provides all drag-related forces.org.orekit.propagation.semianalytical.dsst.forces This package provides force models for Draper Semi-analytical Satellite Theory (DSST). -
-
Uses of DragSensitive in org.orekit.forces
Classes in org.orekit.forces that implement DragSensitive Modifier and Type Class Description class
BoxAndSolarArraySpacecraft
Class representing the features of a classical satellite with a convex body shape and rotating flat solar arrays. -
Uses of DragSensitive in org.orekit.forces.drag
Classes in org.orekit.forces.drag that implement DragSensitive Modifier and Type Class Description class
IsotropicDrag
This class models isotropic drag effects.Constructors in org.orekit.forces.drag with parameters of type DragSensitive Constructor Description DragForce(Atmosphere atmosphere, DragSensitive spacecraft)
Simple constructor. -
Uses of DragSensitive in org.orekit.propagation.semianalytical.dsst.forces
Methods in org.orekit.propagation.semianalytical.dsst.forces that return DragSensitive Modifier and Type Method Description DragSensitive
DSSTAtmosphericDrag. getSpacecraft()
Get spacecraft shape.Constructors in org.orekit.propagation.semianalytical.dsst.forces with parameters of type DragSensitive Constructor Description DSSTAtmosphericDrag(Atmosphere atmosphere, DragSensitive spacecraft)
Simple constructor with custom spacecraft.
-