public class RediffusedFlux extends Object
| Constructor and Description |
|---|
RediffusedFlux(int nCorona,
int nMeridian,
Frame bodyFrame,
CelestialBody sunProvider,
PVCoordinatesProvider satProvider,
AbsoluteDate d,
IEmissivityModel model)
Default constructor of rediffused flux.
|
RediffusedFlux(int nCorona,
int nMeridian,
Frame bodyFrame,
CelestialBody sun,
PVCoordinatesProvider satProvider,
AbsoluteDate dDate,
IEmissivityModel model,
boolean inIr,
boolean inAlbedo)
Generic constructor of rediffused flux.
|
public RediffusedFlux(int nCorona,
int nMeridian,
Frame bodyFrame,
CelestialBody sunProvider,
PVCoordinatesProvider satProvider,
AbsoluteDate d,
IEmissivityModel model)
throws PatriusException
nCorona - number of coronanMeridian - number of meridianbodyFrame - frame of fluxsunProvider - sun PV coordinates providersatProvider - satellite PV coordinates providerd - date of computingmodel - emissivity modelPatriusException - when orekit error occurredpublic RediffusedFlux(int nCorona,
int nMeridian,
Frame bodyFrame,
CelestialBody sun,
PVCoordinatesProvider satProvider,
AbsoluteDate dDate,
IEmissivityModel model,
boolean inIr,
boolean inAlbedo)
throws PatriusException
nCorona - number of coronasnMeridian - number of meridiansbodyFrame - frame of fluxsun - sun PV coordinates providersatProvider - satellite PV coordinates providerdDate - date of computingmodel - emissivity modelinIr - computing indicator of the infrared forceinAlbedo - computing indicator of the albedo forcePatriusException - when orekit error occurredpublic ElementaryFlux[] getFlux()
Copyright © 2017 CNES. All rights reserved.