TwoBodyFunction#

class ansys.stk.core.stkobjects.astrogator.TwoBodyFunction#

Bases: IComponentInfo, ICloneable

Two Body gravity propagator function.

Overview#

gravitational_parameter_source

Get or set the source for the gravitational parameter.

mu

Get or set the gravitational parameter. Uses Gravity Param Dimension.

min_radius_percent

Get or set the percentage of the central body’s minimum radius at which a modified force model (only the two-body force) will be used - provided there is no altitude stopping condition. Uses Percent Dimension.

Import detail#

from ansys.stk.core.stkobjects.astrogator import TwoBodyFunction

Property detail#

property TwoBodyFunction.gravitational_parameter_source: GravParamSource#

Get or set the source for the gravitational parameter.

property TwoBodyFunction.mu: float#

Get or set the gravitational parameter. Uses Gravity Param Dimension.

property TwoBodyFunction.min_radius_percent: float#

Get or set the percentage of the central body’s minimum radius at which a modified force model (only the two-body force) will be used - provided there is no altitude stopping condition. Uses Percent Dimension.