CalculationToolScalarDerivative#

class ansys.stk.core.analysis_workbench.CalculationToolScalarDerivative#

Bases: ICalculationToolScalar, IAnalysisWorkbenchComponent

Derivative of an input scalar calculation.

Overview#

scalar

The input scalar component used to compute the derivative.

differencing_time_step

The time step used, if necessary, in numerical evaluation of derivatives using central differencing.

force_use_of_numerical_differences

Force the use of numerical differences even if the derivative can be computed analytically.

Import detail#

from ansys.stk.core.analysis_workbench import CalculationToolScalarDerivative

Property detail#

property CalculationToolScalarDerivative.scalar: ICalculationToolScalar#

The input scalar component used to compute the derivative.

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.