VehicleIntegrator#
- class ansys.stk.core.stkobjects.VehicleIntegrator#
Class defining the HPOP integrator.
Overview#
Integration method to be used in propagating the orbit. |
|
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 (valid for Gauss-Jackson method only): method for updating acceleration components after corrector has converged. |
|
Get the method of integration step size control. |
|
Get the time regularization parameters. |
|
Get the interpolation parameters. |
|
Opt whether ephemeris is to be reported on a fixed time step. |
|
Altitude below which to stop propagation. Uses Distance Dimension. |
|
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.