public interface RadiationWrenchSensitive extends Serializable
Modifier and Type | Method and Description |
---|---|
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.
|
Wrench radiationWrench(SpacecraftState state, Vector3D flux) throws PatriusException
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 orbitPatriusException
- if torque cannot be computedWrench radiationWrench(SpacecraftState state, Vector3D flux, Vector3D origin, Frame frame) throws PatriusException
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 framePatriusException
- if torque cannot be computedCopyright © 2023 CNES. All rights reserved.