|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.parameter.Parameterizable
fr.cnes.sirius.patrius.wrenches.SolarRadiationWrench
public class SolarRadiationWrench
This class represents a solar radiation wrench model. It requires a spacecraft capable of computing the wrench caused by solar radiation pressure.
RadiationWrenchSensitive,
Serialized Form| Constructor Summary | |
|---|---|
SolarRadiationWrench(double distance,
double pressure,
double sunRadius,
PVCoordinatesProvider sunBody,
GeometricBodyShape shape,
RadiationWrenchSensitive spacecraftModel)
Complete constructor. |
|
SolarRadiationWrench(Parameter distance,
Parameter pressure,
Parameter sunRadius,
PVCoordinatesProvider sunBody,
GeometricBodyShape shape,
RadiationWrenchSensitive spacecraftModel)
Complete constructor using Parameter. |
|
SolarRadiationWrench(PVCoordinatesProvider sunBody,
GeometricBodyShape shape,
RadiationWrenchSensitive spacecraftModel)
Simple constructor with default reference values. |
|
| 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 org.orekit.parameter.Parameterizable |
|---|
addParameter, getParameters, supportsParameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SolarRadiationWrench(PVCoordinatesProvider sunBody,
GeometricBodyShape shape,
RadiationWrenchSensitive spacecraftModel)
When this constructor is used, the reference values are:
sunBody - Sun modelshape - earth model (for umbra/penumbra computation)spacecraftModel - the object physical and geometrical information
public SolarRadiationWrench(double distance,
double pressure,
double sunRadius,
PVCoordinatesProvider sunBody,
GeometricBodyShape shape,
RadiationWrenchSensitive spacecraftModel)
Note that reference solar radiation pressure pRef in N/m2 is linked to solar flux SF in
W/m2 using formula pRef = SF/c where c is the speed of light (299792458 m/s). So at 1UA a 1367
W/m2 solar flux is a 4.56 10-6 N/m2 solar radiation pressure.
distance - reference distance for the solar radiation pressurepressure - reference solar radiation pressure at dRefsunRadius - reference sun radiussunBody - Sun modelshape - earth model (for umbra/penumbra computation)spacecraftModel - the object physical and geometrical information
public SolarRadiationWrench(Parameter distance,
Parameter pressure,
Parameter sunRadius,
PVCoordinatesProvider sunBody,
GeometricBodyShape shape,
RadiationWrenchSensitive spacecraftModel)
Parameter.
distance - the parameter representing the reference distance for the solar radiation pressurepressure - the parameter representing the reference solar radiation pressure at dRefsunRadius - the parameter representing the reference sun radiussunBody - Sun modelshape - earth model (for umbra/penumbra computation)spacecraftModel - 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 | |||||||||