CalculationOptions#
- class ansys.stk.core.stkobjects.aviator.CalculationOptions#
Class defining the calculation options for a procedure or phase.
Overview#
Get or set the maximum motion allowed between sampling points. |
|
Get or set the time interval used to store the state information. |
|
Get or set the tolerance for resolving time calculations. |
|
Get or set the maximum number of iterations per time step Aviator will attempt. |
|
Get or set the maximum number of bad steps Aviator will allow before ceasing calculation. |
|
Get or set the integrator type. |
|
Get or set the integrator type as a string value. Use this for custom integrators. |
Import detail#
from ansys.stk.core.stkobjects.aviator import CalculationOptions
Property detail#
- property CalculationOptions.max_relative_motion_factor: float#
Get or set the maximum motion allowed between sampling points.
- property CalculationOptions.state_cache_time_interval: float#
Get or set the time interval used to store the state information.
- property CalculationOptions.time_resolution: float#
Get or set the tolerance for resolving time calculations.
- property CalculationOptions.max_iterations: int#
Get or set the maximum number of iterations per time step Aviator will attempt.
- property CalculationOptions.max_bad_steps: int#
Get or set the maximum number of bad steps Aviator will allow before ceasing calculation.
- property CalculationOptions.integrator_type: AviatorNumericalIntegrator#
Get or set the integrator type.