SingleSector¶
- class acoular.grids.SingleSector¶
Bases:
Sector
Base class for single sector types.
Defines the common interface for all single sector classes. This class may be used as a base for diverse single sector implementaions. If used directly, it implements a sector encompassing the whole grid.
- include_border = Bool(True, desc='include points on the border')¶
Boolean flag, if ‘True’ (default), grid points lying on the sector border are included.
- abs_tol = Float(1e-12, desc='absolute tolerance for sector border')¶
Absolute tolerance for sector border
- default_nearest = Bool(True, desc='return nearest grid point to center of none inside sector')¶
Boolean flag, if ‘True’ (default), the nearest grid point is returned if none is inside the sector.