|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.forces.radiation.RediffusedFlux
public class RediffusedFlux
creating a set of solar pressure rediffused by the earth for a satellite position.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
ElementaryFlux[] |
getFlux()
getFlux : return all elementary rediffused fluxes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RediffusedFlux(int nCorona,
int nMeridian,
Frame bodyFrame,
CelestialBody sunProvider,
PVCoordinatesProvider satProvider,
AbsoluteDate d,
IEmissivityModel model)
throws OrekitException
nCorona - number of coronanMeridian - number of meridianbodyFrame - frame of fluxsunProvider - sun PV coordinates providersatProvider - satellite PV coordinates providerd - date of computingmodel - emissivity model
OrekitException - when orekit error occurred
public RediffusedFlux(int nCorona,
int nMeridian,
Frame bodyFrame,
CelestialBody sun,
PVCoordinatesProvider satProvider,
AbsoluteDate dDate,
IEmissivityModel model,
boolean inIr,
boolean inAlbedo)
throws OrekitException
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 force
OrekitException - when orekit error occurred| Method Detail |
|---|
public ElementaryFlux[] getFlux()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||