|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sirius.patrius.wrenches.MagneticWrench
public class MagneticWrench
This class represents a wrench model
| Constructor Summary | |
|---|---|
MagneticWrench(MagneticMomentProvider moment,
GeoMagneticField field)
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 MagneticWrench(MagneticMomentProvider moment,
GeoMagneticField field)
moment - dipole model of spacecraft expressed in spacecraft framefield - geomagnetic field| 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 | |||||||||