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)
Constructor with reflection coefficient min/max set to ±∞.
|
IsotropicRadiationSingleCoefficient(double crossSection,
double cr,
double crMin,
double crMax)
Constructor with reflection coefficient min/max set by user.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterDriver[] |
getRadiationParametersDrivers()
Get the drivers for supported parameters.
|
Vector3D |
radiationPressureAcceleration(AbsoluteDate date,
Frame frame,
Vector3D position,
Rotation rotation,
double mass,
Vector3D flux,
double[] parameters)
Compute the acceleration due to radiation pressure.
|
<T extends RealFieldElement<T>> |
radiationPressureAcceleration(FieldAbsoluteDate<T> date,
Frame frame,
FieldVector3D<T> position,
FieldRotation<T> rotation,
T mass,
FieldVector3D<T> flux,
T[] parameters)
Compute the acceleration due to radiation pressure.
|
public IsotropicRadiationSingleCoefficient(double crossSection,
double cr)
crossSection - Surface (m²)cr - reflection coefficientpublic IsotropicRadiationSingleCoefficient(double crossSection,
double cr,
double crMin,
double crMax)
crossSection - Surface (m²)cr - reflection coefficientcrMin - Minimum value of reflection coefficientcrMax - Maximum value of reflection coefficientpublic ParameterDriver[] getRadiationParametersDrivers()
getRadiationParametersDrivers in interface RadiationSensitivepublic Vector3D radiationPressureAcceleration(AbsoluteDate date, Frame frame, Vector3D position, Rotation rotation, double mass, Vector3D flux, double[] parameters)
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 orbitparameters - values of the force model parameterspublic <T extends RealFieldElement<T>> FieldVector3D<T> radiationPressureAcceleration(FieldAbsoluteDate<T> date, Frame frame, FieldVector3D<T> position, FieldRotation<T> rotation, T mass, FieldVector3D<T> flux, T[] parameters)
radiationPressureAcceleration in interface RadiationSensitiveT - extends RealFieldElementdate - 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 orbitparameters - values of the force model parametersCopyright © 2002-2020 CS GROUP. All rights reserved.