BulirschStoerIntegrator#
- class ansys.stk.core.stkobjects.astrogator.BulirschStoerIntegrator#
Bases:
INumericalIntegrator
Bulirsch-Stoer 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 number of sequences. Dimensionless. |
|
Get or set the maximum number of iterations. Dimensionless. |
|
Get or set the error tolerance for step size control. Dimensionless. |
|
Get or set the first safety coefficient. Dimensionless. |
|
Get or set the second safety coefficient. Dimensionless. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import BulirschStoerIntegrator
Property detail#
- property BulirschStoerIntegrator.initial_step: float#
Get or set the initial step. Uses time dimension.
- property BulirschStoerIntegrator.max_step: float#
Get or set the maximum step size to allow (absolute value). Uses Time Dimension.
- property BulirschStoerIntegrator.min_step: float#
Get or set the minimum step size to allow (absolute value). Uses Time Dimension.
- property BulirschStoerIntegrator.max_relative_err: float#
Get or set the maximum relative error used to control step size. Dimensionless.
- property BulirschStoerIntegrator.max_sequences: int#
Get or set the maximum number of sequences. Dimensionless.
- property BulirschStoerIntegrator.max_iterations: int#
Get or set the maximum number of iterations. Dimensionless.
- property BulirschStoerIntegrator.tolerance: float#
Get or set the error tolerance for step size control. Dimensionless.