VehicleIntegrator#

class ansys.stk.core.stkobjects.VehicleIntegrator#

Class defining the HPOP integrator.

Overview#

integration_model

Integration method to be used in propagating the orbit.

use_graphics_3d_p

Opt whether to use VOP, a variation of parameters in universal variables formulation of the equations of motion. Valid in combination with the RKF7(8) and Burlirsch-Stoer integration methods.

predictor_corrector_scheme

Predictor corrector scheme (valid for Gauss-Jackson method only): method for updating acceleration components after corrector has converged.

step_size_control

Get the method of integration step size control.

time_regularization

Get the time regularization parameters.

interpolation

Get the interpolation parameters.

report_ephemeris_on_fixed_time_step

Opt whether ephemeris is to be reported on a fixed time step.

do_not_propagate_below_altitude

Altitude below which to stop propagation. Uses Distance Dimension.

allow_position_velocity_covariance_interpolation

Get whether to allow pos-vel covariance interpolation.

Import detail#

from ansys.stk.core.stkobjects import VehicleIntegrator

Property detail#

property VehicleIntegrator.integration_model: VehicleIntegrationModel#

Integration method to be used in propagating the orbit.

property VehicleIntegrator.use_graphics_3d_p: bool#

Opt whether to use VOP, a variation of parameters in universal variables formulation of the equations of motion. Valid in combination with the RKF7(8) and Burlirsch-Stoer integration methods.

property VehicleIntegrator.predictor_corrector_scheme: VehiclePredictorCorrectorScheme#

Predictor corrector scheme (valid for Gauss-Jackson method only): method for updating acceleration components after corrector has converged.

property VehicleIntegrator.step_size_control: IntegratorStepSizeControl#

Get the method of integration step size control.

property VehicleIntegrator.time_regularization: IntegratorTimeRegularization#

Get the time regularization parameters.

property VehicleIntegrator.interpolation: VehicleInterpolation#

Get the interpolation parameters.

property VehicleIntegrator.report_ephemeris_on_fixed_time_step: bool#

Opt whether ephemeris is to be reported on a fixed time step.

property VehicleIntegrator.do_not_propagate_below_altitude: float#

Altitude below which to stop propagation. Uses Distance Dimension.

property VehicleIntegrator.allow_position_velocity_covariance_interpolation: bool#

Get whether to allow pos-vel covariance interpolation.