public class IsotropicRadiationClassicalConvention extends Object implements RadiationSensitive
This model uses the classical thermo-optical coefficients Ca for absorption, Cs for specular reflection and Cd for diffuse reflection. The equation Ca + Cs + Cd = 1 always holds.
A less standard set of coefficients α = Ca for absorption and
τ = Cs/(1-Ca) for specular reflection is implemented in the sister
class IsotropicRadiationCNES95Convention.
BoxAndSolarArraySpacecraft,
IsotropicDrag,
IsotropicRadiationCNES95ConventionABSORPTION_COEFFICIENT, GLOBAL_RADIATION_FACTOR, REFLECTION_COEFFICIENT| Constructor and Description |
|---|
IsotropicRadiationClassicalConvention(double crossSection,
double ca,
double cs)
Simple constructor.
|
| 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 IsotropicRadiationClassicalConvention(double crossSection,
double ca,
double cs)
crossSection - Surface (m²)ca - absorption coefficient Ca between 0.0 an 1.0cs - specular reflection coefficient Cs between 0.0 an 1.0public 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.