public class IsotropicRadiationSingleCoefficient extends Object implements RadiationSensitive
This model uses a single coefficient cr, considered to be
a RadiationSensitive.REFLECTION_COEFFICIENT.
BoxAndSolarArraySpacecraft,
IsotropicDrag,
IsotropicRadiationCNES95ConventionABSORPTION_COEFFICIENT, REFLECTION_COEFFICIENT| Constructor and Description |
|---|
IsotropicRadiationSingleCoefficient(double crossSection,
double cr)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAbsorptionCoefficient()
Get the absorption coefficient.
|
double |
getReflectionCoefficient()
Get the specular reflection coefficient.
|
FieldVector3D<DerivativeStructure> |
radiationPressureAcceleration(AbsoluteDate date,
Frame frame,
FieldVector3D<DerivativeStructure> position,
FieldRotation<DerivativeStructure> rotation,
DerivativeStructure mass,
FieldVector3D<DerivativeStructure> flux)
Compute the acceleration due to radiation pressure, with state derivatives.
|
Vector3D |
radiationPressureAcceleration(AbsoluteDate date,
Frame frame,
Vector3D position,
Rotation rotation,
double mass,
Vector3D flux)
Compute the acceleration due to radiation pressure.
|
FieldVector3D<DerivativeStructure> |
radiationPressureAcceleration(AbsoluteDate date,
Frame frame,
Vector3D position,
Rotation rotation,
double mass,
Vector3D flux,
String paramName)
Compute the acceleration due to radiation pressure, with parameters derivatives.
|
void |
setAbsorptionCoefficient(double value)
Set the absorption coefficient.
|
void |
setReflectionCoefficient(double value)
Set the specular reflection coefficient.
|
public IsotropicRadiationSingleCoefficient(double crossSection,
double cr)
crossSection - Surface (m²)cr - reflection coefficientpublic Vector3D radiationPressureAcceleration(AbsoluteDate date, Frame frame, Vector3D position, Rotation rotation, double mass, Vector3D flux)
radiationPressureAcceleration in interface RadiationSensitivedate - current dateframe - inertial reference frame for state (both orbit and attitude)position - position of spacecraft in reference framerotation - orientation (attitude) of the spacecraft with respect to reference framemass - current massflux - radiation flux in the same inertial frame as spacecraft orbitpublic FieldVector3D<DerivativeStructure> radiationPressureAcceleration(AbsoluteDate date, Frame frame, FieldVector3D<DerivativeStructure> position, FieldRotation<DerivativeStructure> rotation, DerivativeStructure mass, FieldVector3D<DerivativeStructure> flux)
radiationPressureAcceleration in interface RadiationSensitivedate - current dateframe - inertial reference frame for state (both orbit and attitude)position - position of spacecraft in reference framerotation - orientation (attitude) of the spacecraft with respect to reference framemass - spacecraft massflux - radiation flux in the same inertial frame as spacecraft orbitpublic FieldVector3D<DerivativeStructure> radiationPressureAcceleration(AbsoluteDate date, Frame frame, Vector3D position, Rotation rotation, double mass, Vector3D flux, String paramName) throws OrekitException
radiationPressureAcceleration in interface RadiationSensitivedate - current dateframe - inertial reference frame for state (both orbit and attitude)position - position of spacecraft in reference framerotation - orientation (attitude) of the spacecraft with respect to reference framemass - current massflux - radiation flux in the same inertial frame as spacecraft orbitparamName - name of the parameter with respect to which derivatives are requiredOrekitException - if acceleration cannot be computedpublic void setAbsorptionCoefficient(double value)
throws UnsupportedOperationException
As there are no absorption coefficients, this method
throws an UnsupportedOperationException.
setAbsorptionCoefficient in interface RadiationSensitivevalue - absorption coefficientUnsupportedOperationExceptionpublic double getAbsorptionCoefficient()
As there are no absorption coefficients, this method always returns 0.0.
getAbsorptionCoefficient in interface RadiationSensitivepublic void setReflectionCoefficient(double value)
setReflectionCoefficient in interface RadiationSensitivevalue - specular reflection coefficientpublic double getReflectionCoefficient()
getReflectionCoefficient in interface RadiationSensitiveCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.