CADETProcess.dynamicEvents.Section.derivative

CADETProcess.dynamicEvents.Section.derivative#

Section.derivative(t: float, order: int | None = 1) ndarray[source]#

Return derivative of parameter section at time t.

Parameters:
tfloat

Time at which function is evaluated.

orderint, default=1

Order of deriviation. @TODO: Not yet implemented.

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