VehicleIntegrationModel#
- class ansys.stk.core.stkobjects.VehicleIntegrationModel#
IntEnum
Overview#
|
Bulirsch-Stoer: integration method based on Richardson extrapolation with automatic step size control. |
|
Gauss-Jackson: 12th order Gauss-Jackson integration method for second order ODEs. |
|
RK 4: Runge-Kutta integration method of 4th order with no error control for the integration step size. |
|
RKF 7(8): Runge-Kutta-Fehlberg integration method of 7th order with 8th order error control for the integration step size. |
|
RKV 8(9) Efficient: Runge-Kutta-Verner integration method of 8th order with 9th order error control for the integration step size, using the efficient coefficient set. |
Import detail#
from ansys.stk.core.stkobjects import VehicleIntegrationModel