FlowField#

class acoular.environments.FlowField

Bases: ABCHasStrictTraits

An abstract base class for a spatial flow field.

digest = Property

A unique identifier based on the field properties. (read-only)

abstractmethod v(xx)

Provide the flow field as a function of the location.

Parameters:
xxnumpy.ndarray of floats

Location in the fluid for which to provide the data, shape (3,).