Uses of Interface
org.orekit.forces.radiation.LightFluxModel
Packages that use LightFluxModel
Package
Description
This package provides all radiation pressure related forces.
-
Uses of LightFluxModel in org.orekit.forces.radiation
Classes in org.orekit.forces.radiation that implement LightFluxModelModifier and TypeClassDescriptionclassAbstract class for light flux models.classAbstract class for the definition of the solar flux model with a single occulting body of spherical shape.classClass defining a flux model from a single occulted body, casting a shadow on a spherical occulting body.classClass 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 LightFluxModelModifier and TypeMethodDescriptionRadiationPressureModel.getLightFluxModel()Getter for light flux model.Constructors in org.orekit.forces.radiation with parameters of type LightFluxModelModifierConstructorDescriptionRadiationPressureModel(LightFluxModel lightFluxModel, RadiationSensitive radiationSensitive) Constructor.