CalculationToolConvergeBasic#
- class ansys.stk.core.analysis_workbench.CalculationToolConvergeBasic#
Bases:
IAnalysisWorkbenchConvergence
,IAnalysisWorkbenchComponent
Convergence definition includes parameters that determine criteria for accurate detection of extrema or condition crossings for scalar calculations.
Overview#
Get the convergence sense which determines whether the converged value should be limited to just within or just outside of condition boundaries. |
|
Get the time tolerance which determines the time accuracy of the converged value. |
|
Get the absolute tolerance which determines the distance between the value and the boundaries within which the value is considered converged. |
|
Get the relative tolerance which determines the relative distance between the value and the boundaries within which the value is considered converged. |
Import detail#
from ansys.stk.core.analysis_workbench import CalculationToolConvergeBasic
Property detail#
- property CalculationToolConvergeBasic.sense: ThresholdConvergenceSenseType#
Get the convergence sense which determines whether the converged value should be limited to just within or just outside of condition boundaries.
- property CalculationToolConvergeBasic.time_tolerance: float#
Get the time tolerance which determines the time accuracy of the converged value.