|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DragWrenchSensitive
Interface to represent solar drag wrench sensitive vehicles
| Method Summary | |
|---|---|
Wrench |
dragWrench(SpacecraftState state,
double density,
Vector3D relativeVelocity)
Compute the torque due to radiation pressire. |
Wrench |
dragWrench(SpacecraftState state,
double density,
Vector3D relativeVelocity,
Vector3D origin,
Frame frame)
Compute the torque due to radiation pressire. |
| Method Detail |
|---|
Wrench dragWrench(SpacecraftState state,
double density,
Vector3D relativeVelocity)
throws OrekitException
The computation includes all spacecraft specific characteristics like shape, area and coefficients.
state - current state information: date, kinematics, attitudedensity - atmospheric density at spacecraft positionrelativeVelocity - relative velocity of atmosphere with respect to spacecraft,
in the same inertial frame as spacecraft orbit
OrekitException - if torque cannot be computed
Wrench dragWrench(SpacecraftState state,
double density,
Vector3D relativeVelocity,
Vector3D origin,
Frame frame)
throws OrekitException
The computation includes all spacecraft specific characteristics like shape, area and coefficients.
state - current state information: date, kinematics, attitudedensity - atmospheric density at spacecraft positionrelativeVelocity - relative velocity of atmosphere with respect to spacecraft,
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 | |||||||||