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 |
|---|---|
double |
getAbsorptionCoefficient()
Get the absorption coefficient.
|
double |
getReflectionCoefficient()
Get the specular reflection coefficient.
|
org.apache.commons.math3.geometry.euclidean.threed.FieldVector3D<org.apache.commons.math3.analysis.differentiation.DerivativeStructure> |
radiationPressureAcceleration(AbsoluteDate date,
Frame frame,
org.apache.commons.math3.geometry.euclidean.threed.FieldVector3D<org.apache.commons.math3.analysis.differentiation.DerivativeStructure> position,
org.apache.commons.math3.geometry.euclidean.threed.FieldRotation<org.apache.commons.math3.analysis.differentiation.DerivativeStructure> rotation,
org.apache.commons.math3.analysis.differentiation.DerivativeStructure mass,
org.apache.commons.math3.geometry.euclidean.threed.FieldVector3D<org.apache.commons.math3.analysis.differentiation.DerivativeStructure> flux)
Compute the acceleration due to radiation pressure, with state derivatives.
|
org.apache.commons.math3.geometry.euclidean.threed.Vector3D |
radiationPressureAcceleration(AbsoluteDate date,
Frame frame,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D position,
org.apache.commons.math3.geometry.euclidean.threed.Rotation rotation,
double mass,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D flux)
Compute the acceleration due to radiation pressure.
|
org.apache.commons.math3.geometry.euclidean.threed.FieldVector3D<org.apache.commons.math3.analysis.differentiation.DerivativeStructure> |
radiationPressureAcceleration(AbsoluteDate date,
Frame frame,
org.apache.commons.math3.geometry.euclidean.threed.Vector3D position,
org.apache.commons.math3.geometry.euclidean.threed.Rotation rotation,
double mass,
org.apache.commons.math3.geometry.euclidean.threed.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.
|
static final String ABSORPTION_COEFFICIENT
static final String REFLECTION_COEFFICIENT
org.apache.commons.math3.geometry.euclidean.threed.Vector3D radiationPressureAcceleration(AbsoluteDate date, Frame frame, org.apache.commons.math3.geometry.euclidean.threed.Vector3D position, org.apache.commons.math3.geometry.euclidean.threed.Rotation rotation, double mass, org.apache.commons.math3.geometry.euclidean.threed.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 computedorg.apache.commons.math3.geometry.euclidean.threed.FieldVector3D<org.apache.commons.math3.analysis.differentiation.DerivativeStructure> radiationPressureAcceleration(AbsoluteDate date, Frame frame, org.apache.commons.math3.geometry.euclidean.threed.FieldVector3D<org.apache.commons.math3.analysis.differentiation.DerivativeStructure> position, org.apache.commons.math3.geometry.euclidean.threed.FieldRotation<org.apache.commons.math3.analysis.differentiation.DerivativeStructure> rotation, org.apache.commons.math3.analysis.differentiation.DerivativeStructure mass, org.apache.commons.math3.geometry.euclidean.threed.FieldVector3D<org.apache.commons.math3.analysis.differentiation.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 computedorg.apache.commons.math3.geometry.euclidean.threed.FieldVector3D<org.apache.commons.math3.analysis.differentiation.DerivativeStructure> radiationPressureAcceleration(AbsoluteDate date, Frame frame, org.apache.commons.math3.geometry.euclidean.threed.Vector3D position, org.apache.commons.math3.geometry.euclidean.threed.Rotation rotation, double mass, org.apache.commons.math3.geometry.euclidean.threed.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 computedvoid setAbsorptionCoefficient(double value)
value - absorption coefficientdouble getAbsorptionCoefficient()
void setReflectionCoefficient(double value)
value - specular reflection coefficientdouble getReflectionCoefficient()
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.