NumericalPropagatorWrapperCR3BP#

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

Bases: IComponentInfo, ICloneable

Numerical CR3BP Propagator.

Overview#

set_numerical_integrator

Change the numerical integrator.

central_body_name

Get or set the central body for Propagation.

propagator_functions

Get the list of propagator functions.

numerical_integrator

Get the numerical integrator.

numerical_integrator_type

Get the numerical integrator type.

Import detail#

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

Property detail#

property NumericalPropagatorWrapperCR3BP.central_body_name: str#

Get or set the central body for Propagation.

property NumericalPropagatorWrapperCR3BP.propagator_functions: PropagatorFunctionCollection#

Get the list of propagator functions.

property NumericalPropagatorWrapperCR3BP.numerical_integrator: INumericalIntegrator#

Get the numerical integrator.

property NumericalPropagatorWrapperCR3BP.numerical_integrator_type: NumericalIntegrator#

Get the numerical integrator type.

Method detail#

NumericalPropagatorWrapperCR3BP.set_numerical_integrator(self, integrator: NumericalIntegrator) None#

Change the numerical integrator.

Parameters:

integrator : NumericalIntegrator

Returns:

None