|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sirius.patrius.wrenches.DragWrench
public class DragWrench
This class represents a drag wrench model. It requires a spacecraft capable of computing the wrench caused by drag forces.
DragWrenchSensitive| Constructor Summary | |
|---|---|
DragWrench(Atmosphere atmosphere,
DragWrenchSensitive spacecraft)
Simple constructor. |
|
| Method Summary | |
|---|---|
Vector3D |
computeTorque(SpacecraftState s)
Compute the resulting torque at the mass centre of the spacecraft in the frame of the main part. |
Vector3D |
computeTorque(SpacecraftState s,
Vector3D origin,
Frame frame)
Compute the resulting wrench. |
Wrench |
computeWrench(SpacecraftState s)
Compute the resulting wrench at the mass centre of the spacecraft in the frame of the main part. |
Wrench |
computeWrench(SpacecraftState s,
Vector3D origin,
Frame frame)
Compute the resulting wrench. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DragWrench(Atmosphere atmosphere,
DragWrenchSensitive spacecraft)
atmosphere - atmospheric modelspacecraft - the object physical and geometrical information| Method Detail |
|---|
public Wrench computeWrench(SpacecraftState s)
throws OrekitException
computeWrench in interface WrenchModels - spacecraft state
OrekitException - if some error occurs
public Wrench computeWrench(SpacecraftState s,
Vector3D origin,
Frame frame)
throws OrekitException
computeWrench in interface WrenchModels - spacecraft stateorigin - point in which to express wrenchframe - frame in which point is expressed
OrekitException - if some error occurs
public Vector3D computeTorque(SpacecraftState s)
throws OrekitException
computeTorque in interface WrenchModels - spacecraft state
OrekitException - if some error occurs
public Vector3D computeTorque(SpacecraftState s,
Vector3D origin,
Frame frame)
throws OrekitException
computeTorque in interface WrenchModels - spacecraft stateorigin - point in which to express torqueframe - frame in which point is expressed
OrekitException - if some error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||