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 |
|---|---|
ParameterDriver[] |
getRadiationParametersDrivers()
Get the drivers for supported parameters.
|
org.hipparchus.geometry.euclidean.threed.FieldVector3D<org.hipparchus.analysis.differentiation.DerivativeStructure> |
radiationPressureAcceleration(AbsoluteDate date,
Frame frame,
org.hipparchus.geometry.euclidean.threed.FieldVector3D<org.hipparchus.analysis.differentiation.DerivativeStructure> position,
org.hipparchus.geometry.euclidean.threed.FieldRotation<org.hipparchus.analysis.differentiation.DerivativeStructure> rotation,
org.hipparchus.analysis.differentiation.DerivativeStructure mass,
org.hipparchus.geometry.euclidean.threed.FieldVector3D<org.hipparchus.analysis.differentiation.DerivativeStructure> flux)
Compute the acceleration due to radiation pressure, with state derivatives.
|
org.hipparchus.geometry.euclidean.threed.Vector3D |
radiationPressureAcceleration(AbsoluteDate date,
Frame frame,
org.hipparchus.geometry.euclidean.threed.Vector3D position,
org.hipparchus.geometry.euclidean.threed.Rotation rotation,
double mass,
org.hipparchus.geometry.euclidean.threed.Vector3D flux)
Compute the acceleration due to radiation pressure.
|
org.hipparchus.geometry.euclidean.threed.FieldVector3D<org.hipparchus.analysis.differentiation.DerivativeStructure> |
radiationPressureAcceleration(AbsoluteDate date,
Frame frame,
org.hipparchus.geometry.euclidean.threed.Vector3D position,
org.hipparchus.geometry.euclidean.threed.Rotation rotation,
double mass,
org.hipparchus.geometry.euclidean.threed.Vector3D flux,
String paramName)
Compute the acceleration due to radiation pressure, with parameters derivatives.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAbsorptionCoefficient, getRadiationParametersNames, getReflectionCoefficient, setAbsorptionCoefficient, setReflectionCoefficientpublic IsotropicRadiationSingleCoefficient(double crossSection,
double cr)
crossSection - Surface (m²)cr - reflection coefficientpublic ParameterDriver[] getRadiationParametersDrivers()
getRadiationParametersDrivers in interface RadiationSensitivepublic org.hipparchus.geometry.euclidean.threed.Vector3D radiationPressureAcceleration(AbsoluteDate date, Frame frame, org.hipparchus.geometry.euclidean.threed.Vector3D position, org.hipparchus.geometry.euclidean.threed.Rotation rotation, double mass, org.hipparchus.geometry.euclidean.threed.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 org.hipparchus.geometry.euclidean.threed.FieldVector3D<org.hipparchus.analysis.differentiation.DerivativeStructure> radiationPressureAcceleration(AbsoluteDate date, Frame frame, org.hipparchus.geometry.euclidean.threed.FieldVector3D<org.hipparchus.analysis.differentiation.DerivativeStructure> position, org.hipparchus.geometry.euclidean.threed.FieldRotation<org.hipparchus.analysis.differentiation.DerivativeStructure> rotation, org.hipparchus.analysis.differentiation.DerivativeStructure mass, org.hipparchus.geometry.euclidean.threed.FieldVector3D<org.hipparchus.analysis.differentiation.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 org.hipparchus.geometry.euclidean.threed.FieldVector3D<org.hipparchus.analysis.differentiation.DerivativeStructure> radiationPressureAcceleration(AbsoluteDate date, Frame frame, org.hipparchus.geometry.euclidean.threed.Vector3D position, org.hipparchus.geometry.euclidean.threed.Rotation rotation, double mass, org.hipparchus.geometry.euclidean.threed.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 computedCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.