|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RadiationWrenchSensitive
Interface to represent solar radiation wrench sensitive vehicles
Method Summary | |
---|---|
Wrench |
radiationWrench(SpacecraftState state,
Vector3D flux)
Compute the torque due to radiation pressire. |
Wrench |
radiationWrench(SpacecraftState state,
Vector3D flux,
Vector3D origin,
Frame frame)
Compute the torque due to radiation pressire. |
Method Detail |
---|
Wrench radiationWrench(SpacecraftState state, Vector3D flux) throws OrekitException
The computation includes all spacecraft specific characteristics like shape, area and coefficients.
state
- current state information: date, kinematics, attitudeflux
- radiation flux in the same inertial frame as spacecraft orbit
OrekitException
- if torque cannot be computedWrench radiationWrench(SpacecraftState state, Vector3D flux, Vector3D origin, Frame frame) throws OrekitException
The computation includes all spacecraft specific characteristics like shape, area and coefficients.
state
- current state information: date, kinematics, attitudeflux
- radiation flux in the same inertial frame as spacecraft orbitorigin
- point in which to express torqueframe
- the reference frame
OrekitException
- if torque cannot be computed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |