public class IsotropicRadiationSingleCoefficient extends Object implements RadiationSensitive
该模型使用一个单一的反射系数 cr,被认为是一个RadiationSensitive.REFLECTION_COEFFICIENT
。
BoxAndSolarArraySpacecraft
, IsotropicDrag
, IsotropicRadiationCNES95Convention
ABSORPTION_COEFFICIENT, GLOBAL_RADIATION_FACTOR, REFLECTION_COEFFICIENT
Constructor and Description |
---|
IsotropicRadiationSingleCoefficient(double crossSection, double cr)
构造函数,反射系数最小/最大设置为±∞。
|
IsotropicRadiationSingleCoefficient(double crossSection, double cr, double crMin, double crMax)
构造函数,反射系数最小/最大由用户设置。
|
Modifier and Type | Method and Description |
---|---|
List<ParameterDriver> |
getRadiationParametersDrivers()
获取支持参数的驱动程序。
|
<T extends org.hipparchus.CalculusFieldElement<T>> |
radiationPressureAcceleration(FieldSpacecraftState<T> state, org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> flux, T[] parameters)
计算由辐射压力引起的加速度。
|
org.hipparchus.geometry.euclidean.threed.Vector3D |
radiationPressureAcceleration(SpacecraftState state, org.hipparchus.geometry.euclidean.threed.Vector3D flux, double[] parameters)
计算由辐射压力引起的加速度。
|
public IsotropicRadiationSingleCoefficient(double crossSection, double cr)
crossSection
- 表面积(m²)
cr
- 反射系数
public IsotropicRadiationSingleCoefficient(double crossSection, double cr, double crMin, double crMax)
crossSection
- 表面积(m²)
cr
- 反射系数
crMin
- 反射系数的最小值
crMax
- 反射系数的最大值
public List<ParameterDriver> getRadiationParametersDrivers()
getRadiationParametersDrivers
在接口 RadiationSensitive
public org.hipparchus.geometry.euclidean.threed.Vector3D radiationPressureAcceleration(SpacecraftState state, org.hipparchus.geometry.euclidean.threed.Vector3D flux, double[] parameters)
radiationPressureAcceleration
在接口 RadiationSensitive
state
- 当前状态
flux
- 辐射通量,与航天器轨道相同的惯性参考系中
parameters
- 力模型参数的值
public <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
在接口 RadiationSensitive
T
- 扩展 CalculusFieldElement
state
- 当前状态
flux
- 辐射通量,与航天器轨道相同的惯性参考系中
parameters
- 力模型参数的值
Copyright © 2002-2023 CS GROUP. All rights reserved.