public class SingleBodyRelativeAttraction extends Object implements ForceModel
Modifier and Type | Field and Description |
---|---|
static String |
ATTRACTION_COEFFICIENT_SUFFIX
用于启用雅可比处理的引力系数参数名称后缀。
|
DATATION_ACCURACY
Constructor and Description |
---|
SingleBodyRelativeAttraction(CelestialBody body)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
<T extends org.hipparchus.CalculusFieldElement<T>> |
acceleration(FieldSpacecraftState<T> s, T[] parameters)
计算加速度。
|
org.hipparchus.geometry.euclidean.threed.Vector3D |
acceleration(SpacecraftState s, double[] parameters)
计算加速度。
|
boolean |
dependsOnPositionOnly()
检查力模型是否仅依赖于位置。
|
List<ParameterDriver> |
getParametersDrivers()
获取参数的驱动程序。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addContribution, addContribution, getEventDetectors, getFieldEventDetectors, init, init
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
getEventDetectors, getFieldEventDetectors
public SingleBodyRelativeAttraction(CelestialBody body)
body
- 要考虑的天体(例如:CelestialBodies.getSun()
或 CelestialBodies.getMoon()
)
public boolean dependsOnPositionOnly()
dependsOnPositionOnly
在接口 ForceModel
public org.hipparchus.geometry.euclidean.threed.Vector3D acceleration(SpacecraftState s, double[] parameters)
acceleration
在接口 ForceModel
s
- 当前状态信息:日期、运动学、姿态
parameters
- 在状态日期处的力模型参数值,每个参数驱动程序仅有1个值
public <T extends org.hipparchus.CalculusFieldElement<T>> org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> acceleration(FieldSpacecraftState<T> s, T[] parameters)
acceleration
在接口 ForceModel
T
- 元素的类型
s
- 当前状态信息:日期、运动学、姿态
parameters
- 在状态日期处的力模型参数值,每个参数驱动程序仅有1个值
public List<ParameterDriver> getParametersDrivers()
getParametersDrivers
在接口 ParameterDriversProvider
Copyright © 2002-2023 CS GROUP. All rights reserved.