CADETProcess.dynamicEvents.Section.derivative

CADETProcess.dynamicEvents.Section.derivative#

Section.derivative(t, order=1)[source]#

Return derivative of parameter section at time t.

Parameters:
tfloat

Time at which function is evaluated.

Returns:
y_dotfloat

Derivative of parameter state at time t.

Raises:
ValueError

If t is lower than start or larger than end of section time.

ValueError

If order is larger than polynomial degree