Uses of Interface
org.orekit.forces.radiation.RadiationSensitive
-
Packages that use RadiationSensitive 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.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). -
-
Uses of RadiationSensitive in org.orekit.forces
Classes in org.orekit.forces that implement RadiationSensitive 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 RadiationSensitive in org.orekit.forces.radiation
Classes in org.orekit.forces.radiation that implement RadiationSensitive Modifier and Type Class 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.Constructors in org.orekit.forces.radiation with parameters of type RadiationSensitive Constructor Description SolarRadiationPressure(double dRef, double pRef, ExtendedPVCoordinatesProvider sun, double equatorialRadius, RadiationSensitive spacecraft)
Complete constructor.SolarRadiationPressure(double dRef, double pRef, PVCoordinatesProvider sun, double equatorialRadius, RadiationSensitive spacecraft)
Deprecated.SolarRadiationPressure(ExtendedPVCoordinatesProvider sun, double equatorialRadius, RadiationSensitive spacecraft)
Simple constructor with default reference values.SolarRadiationPressure(PVCoordinatesProvider sun, double equatorialRadius, RadiationSensitive spacecraft)
Deprecated.as of 9.2 replaced bySolarRadiationPressure(ExtendedPVCoordinatesProvider, double, RadiationSensitive)
-
Uses of RadiationSensitive in org.orekit.propagation.semianalytical.dsst.forces
Methods in org.orekit.propagation.semianalytical.dsst.forces that return RadiationSensitive Modifier and Type Method Description RadiationSensitive
DSSTSolarRadiationPressure. getSpacecraft()
Get spacecraft shape.Constructors in org.orekit.propagation.semianalytical.dsst.forces with parameters of type RadiationSensitive Constructor Description DSSTSolarRadiationPressure(double dRef, double pRef, ExtendedPVCoordinatesProvider sun, double equatorialRadius, RadiationSensitive spacecraft)
Complete constructor.DSSTSolarRadiationPressure(double dRef, double pRef, PVCoordinatesProvider sun, double equatorialRadius, RadiationSensitive spacecraft)
Deprecated.DSSTSolarRadiationPressure(ExtendedPVCoordinatesProvider sun, double equatorialRadius, RadiationSensitive spacecraft)
Simple constructor with default reference values, but custom spacecraft.DSSTSolarRadiationPressure(PVCoordinatesProvider sun, double equatorialRadius, RadiationSensitive spacecraft)
Deprecated.as of 9.2 replaced by {DSSTSolarRadiationPressure(ExtendedPVCoordinatesProvider, double, RadiationSensitive)
-