|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fr.cnes.sirius.patrius.assembly.models.DirectRadiativeWrenchModel
public class DirectRadiativeWrenchModel
This class represents a spacecraft capable of computing the wrench caused by solar radiation pressure.
Constructor Summary | |
---|---|
DirectRadiativeWrenchModel(Assembly inAssembly)
Radiative model (the acceleration is computed from all the sub parts of the vehicle). |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectRadiativeWrenchModel(Assembly inAssembly)
inAssembly
- The considered vehicle.Method Detail |
---|
public Wrench radiationWrench(SpacecraftState state, Vector3D flux) throws OrekitException
The computation includes all spacecraft specific characteristics like shape, area and coefficients.
radiationWrench
in interface RadiationWrenchSensitive
state
- current state information: date, kinematics, attitudeflux
- radiation flux in the same inertial frame as spacecraft orbit
OrekitException
- if torque cannot be computedpublic Wrench radiationWrench(SpacecraftState state, Vector3D flux, Vector3D origin, Frame frame) throws OrekitException
The computation includes all spacecraft specific characteristics like shape, area and coefficients.
radiationWrench
in interface RadiationWrenchSensitive
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 |