CalculationToolScalarDerivative#
- class ansys.stk.core.analysis_workbench.CalculationToolScalarDerivative#
Bases:
ICalculationToolScalar
,IAnalysisWorkbenchComponent
Derivative of an input scalar calculation.
Overview#
The time step used, if necessary, in numerical evaluation of derivatives using central differencing. |
|
Force the use of numerical differences even if the derivative can be computed analytically. |
|
The input scalar component used to compute the derivative. |
Import detail#
from ansys.stk.core.analysis_workbench import CalculationToolScalarDerivative
Property detail#
- property CalculationToolScalarDerivative.differencing_time_step: float#
The time step used, if necessary, in numerical evaluation of derivatives using central differencing.
- property CalculationToolScalarDerivative.force_use_of_numerical_differences: bool#
Force the use of numerical differences even if the derivative can be computed analytically.
- property CalculationToolScalarDerivative.scalar: ICalculationToolScalar#
The input scalar component used to compute the derivative.