public class ThirdBodyAttractionEpoch extends ThirdBodyAttraction
ThirdBodyAttraction
类的一个副本。已添加了关于加速度相对于历元的导数的计算。
ATTRACTION_COEFFICIENT_SUFFIX
DATATION_ACCURACY
Constructor and Description |
---|
ThirdBodyAttractionEpoch(CelestialBody body)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
double[] |
getDerivativesToEpoch(SpacecraftState s, double[] parameters)
计算状态相对于历元的导数。
|
acceleration, acceleration, dependsOnPositionOnly, 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 ThirdBodyAttractionEpoch(CelestialBody body)
body
- 要考虑的第三体(例如:CelestialBodyFactory.getSun()
或 CelestialBodyFactory.getMoon()
)
public double[] getDerivativesToEpoch(SpacecraftState s, double[] parameters)
s
- 当前状态信息:日期、运动学、姿态
parameters
- 力模型参数的值
Copyright © 2002-2023 CS GROUP. All rights reserved.