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, GLOBAL_RADIATION_FACTOR, 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 |
|---|---|
List<ParameterDriver> |
getRadiationParametersDrivers()
Get the drivers for supported parameters.
|
<T extends org.hipparchus.CalculusFieldElement<T>> |
radiationPressureAcceleration(FieldSpacecraftState<T> state,
org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> flux,
T[] parameters)
Compute the acceleration due to radiation pressure.
|
org.hipparchus.geometry.euclidean.threed.Vector3D |
radiationPressureAcceleration(SpacecraftState state,
org.hipparchus.geometry.euclidean.threed.Vector3D flux,
double[] 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 List<ParameterDriver> getRadiationParametersDrivers()
getRadiationParametersDrivers in interface RadiationSensitivepublic org.hipparchus.geometry.euclidean.threed.Vector3D radiationPressureAcceleration(SpacecraftState state, org.hipparchus.geometry.euclidean.threed.Vector3D flux, double[] parameters)
radiationPressureAcceleration in interface RadiationSensitivestate - current stateflux - radiation flux in the same inertial frame as spacecraft orbitparameters - values of the force model parameterspublic <T extends org.hipparchus.CalculusFieldElement<T>> org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> radiationPressureAcceleration(FieldSpacecraftState<T> state, org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> flux, T[] parameters)
radiationPressureAcceleration in interface RadiationSensitiveT - extends CalculusFieldElementstate - current stateflux - radiation flux in the same inertial frame as spacecraft orbitparameters - values of the force model parametersCopyright © 2002-2023 CS GROUP. All rights reserved.