FlowField#
- class acoular.environments.FlowField
Bases:
ABCHasStrictTraitsAn 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:
- xx
numpy.ndarrayoffloats Location in the fluid for which to provide the data, shape (3,).
- xx