RungeKutta2nd3rd#
- class ansys.stk.core.stkobjects.astrogator.RungeKutta2nd3rd#
Bases:
INumericalIntegrator
RK2nd3rd Numerical Integrator.
Overview#
Get or set the initial step. Uses time dimension. |
|
True if running in fixed-step mode. |
|
Whether or not to enforce the maximum step. |
|
Whether or not to enforce the minimum step. |
|
Get or set the maximum step size to allow (absolute value). Uses Time Dimension. |
|
Get or set the minimum step size to allow (absolute value). Uses Time Dimension. |
|
Get or set the maximum relative error used to control step size. Dimensionless. |
|
Get or set the maximum absolute error; Also used if relative scale is too small. Dimensionless. |
|
Get or set the ‘safety’ coefficient used to decrease step size if the error is too high. Dimensionless. |
|
Get or set the ‘safety’ coefficient used to increase step size if the error is too low. Dimensionless. |
|
Get or set the error control method. |
|
Get or set the maximum iterations. Dimensionless. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import RungeKutta2nd3rd
Property detail#
- property RungeKutta2nd3rd.max_step: float#
Get or set the maximum step size to allow (absolute value). Uses Time Dimension.
- property RungeKutta2nd3rd.min_step: float#
Get or set the minimum step size to allow (absolute value). Uses Time Dimension.
- property RungeKutta2nd3rd.max_relative_err: float#
Get or set the maximum relative error used to control step size. Dimensionless.
- property RungeKutta2nd3rd.max_absolute_err: float#
Get or set the maximum absolute error; Also used if relative scale is too small. Dimensionless.
- property RungeKutta2nd3rd.high_safety_coefficient: float#
Get or set the ‘safety’ coefficient used to decrease step size if the error is too high. Dimensionless.
- property RungeKutta2nd3rd.low_safety_coefficient: float#
Get or set the ‘safety’ coefficient used to increase step size if the error is too low. Dimensionless.
- property RungeKutta2nd3rd.error_control: ErrorControl#
Get or set the error control method.