public class CR3BPForceModel extends Object implements ForceModel
Modifier and Type | Field and Description |
---|---|
static String |
MASS_RATIO_SUFFIX
用于启用雅可比处理的质量比参数名称后缀。
|
DATATION_ACCURACY
Constructor and Description |
---|
CR3BPForceModel(CR3BPSystem cr3bp)
简单构造函数。
|
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()
获取参数的驱动程序。
|
<T extends org.hipparchus.CalculusFieldElement<T>> |
getPotential(FieldSpacecraftState<T> s)
计算航天器势能。
|
org.hipparchus.analysis.differentiation.DerivativeStructure |
getPotential(SpacecraftState s)
计算航天器势能。
|
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 CR3BPForceModel(CR3BPSystem cr3bp)
cr3bp
- CR3BP系统的名称
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 org.hipparchus.analysis.differentiation.DerivativeStructure getPotential(SpacecraftState s)
s
- 航天器状态
public <T extends org.hipparchus.CalculusFieldElement<T>> org.hipparchus.analysis.differentiation.FieldDerivativeStructure<T> getPotential(FieldSpacecraftState<T> s)
T
- 字段元素
s
- 航天器状态
public List<ParameterDriver> getParametersDrivers()
getParametersDrivers
在接口 ParameterDriversProvider
public boolean dependsOnPositionOnly()
dependsOnPositionOnly
在接口 ForceModel
Copyright © 2002-2023 CS GROUP. All rights reserved.