Uses of Interface
org.orekit.forces.radiation.LightFluxModel
-
Packages that use LightFluxModel Package Description org.orekit.forces.radiation This package provides all radiation pressure related forces. -
-
Uses of LightFluxModel in org.orekit.forces.radiation
Classes in org.orekit.forces.radiation that implement LightFluxModel Modifier and Type Class Description class
AbstractLightFluxModel
Abstract class for light flux models.class
CylindricallyShadowedLightFluxModel
Class defining a flux model with a single occulting body, casting a shadow whose shape is a circular cylinder (equivalent to the light source being infinitely distant).Methods in org.orekit.forces.radiation that return LightFluxModel Modifier and Type Method Description LightFluxModel
RadiationPressureModel. getLightFluxModel()
Getter for light flux model.Constructors in org.orekit.forces.radiation with parameters of type LightFluxModel Constructor Description RadiationPressureModel(LightFluxModel lightFluxModel, RadiationSensitive radiationSensitive)
Constructor.
-