CalculationOptions#

class ansys.stk.core.stkobjects.aviator.CalculationOptions#

Class defining the calculation options for a procedure or phase.

Overview#

max_relative_motion_factor

Get or set the maximum motion allowed between sampling points.

state_cache_time_interval

Get or set the time interval used to store the state information.

time_resolution

Get or set the tolerance for resolving time calculations.

max_iterations

Get or set the maximum number of iterations per time step Aviator will attempt.

max_bad_steps

Get or set the maximum number of bad steps Aviator will allow before ceasing calculation.

integrator_type

Get or set the integrator type.

integrator_type_string

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.

property CalculationOptions.integrator_type_string: str#

Get or set the integrator type as a string value. Use this for custom integrators.