CADETProcess.dynamicEvents.Section.integral

CADETProcess.dynamicEvents.Section.integral#

Section.integral(start=None, end=None)[source]#

Return integral of function in interval [start, end].

Parameters:
startfloat, optional

Lower integration bound.

endfloat, optional

Upper integration bound.

Returns:
Yfloat

Value of definite integral between start and end.

Raises:
ValueError

If integration bounds exceed section times.