public interface RadiationSensitive
SolarRadiationPressure| Modifier and Type | Field and Description |
|---|---|
static String |
ABSORPTION_COEFFICIENT
Parameter name for absorption coefficient.
|
static String |
REFLECTION_COEFFICIENT
Parameter name for reflection coefficient.
|
| Modifier and Type | Method and Description |
|---|---|
default double |
getAbsorptionCoefficient()
Deprecated.
as of 8.0, replaced with
getRadiationParametersDrivers() |
ParameterDriver[] |
getRadiationParametersDrivers()
Get the drivers for supported parameters.
|
default List<String> |
getRadiationParametersNames()
Deprecated.
as of 8.0, replaced with
getRadiationParametersDrivers() |
default double |
getReflectionCoefficient()
Deprecated.
as of 8.0, replaced with
getRadiationParametersDrivers() |
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.
|
default void |
setAbsorptionCoefficient(double value)
Deprecated.
as of 8.0, replaced with
getRadiationParametersDrivers() |
default void |
setReflectionCoefficient(double value)
Deprecated.
as of 8.0, replaced with
getRadiationParametersDrivers() |
static final String ABSORPTION_COEFFICIENT
static final String REFLECTION_COEFFICIENT
ParameterDriver[] getRadiationParametersDrivers()
Vector3D radiationPressureAcceleration(AbsoluteDate date, Frame frame, Vector3D position, Rotation rotation, double mass, Vector3D flux) throws OrekitException
date - 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 orbitOrekitException - if acceleration cannot be computedFieldVector3D<DerivativeStructure> radiationPressureAcceleration(AbsoluteDate date, Frame frame, FieldVector3D<DerivativeStructure> position, FieldRotation<DerivativeStructure> rotation, DerivativeStructure mass, FieldVector3D<DerivativeStructure> flux) throws OrekitException
date - 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 orbitOrekitException - if acceleration cannot be computedFieldVector3D<DerivativeStructure> radiationPressureAcceleration(AbsoluteDate date, Frame frame, Vector3D position, Rotation rotation, double mass, Vector3D flux, String paramName) throws OrekitException
date - 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 computed@Deprecated default List<String> getRadiationParametersNames()
getRadiationParametersDrivers()@Deprecated default void setAbsorptionCoefficient(double value) throws OrekitException
getRadiationParametersDrivers()value - absorption coefficientOrekitException - if parameter cannot be set@Deprecated default double getAbsorptionCoefficient() throws OrekitException
getRadiationParametersDrivers()OrekitException - if parameter cannot be set@Deprecated default void setReflectionCoefficient(double value) throws OrekitException
getRadiationParametersDrivers()value - specular reflection coefficientOrekitException - if parameter cannot be set@Deprecated default double getReflectionCoefficient() throws OrekitException
getRadiationParametersDrivers()OrekitException - if parameter cannot be setCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.