LineGrid¶
- class acoular.grids.LineGrid¶
Bases:
Grid
Class for Line grid geometries.
- loc = Tuple((0.0, 0.0, 0.0))¶
Staring point of the Grid
- direction = Tuple((1.0, 0.0, 0.0), desc='Line orientation ')¶
Vector to define the orientation of the line source
- length = Float(1, desc='length of the line source')¶
Vector to define the length of the line source in meter
- num_points = Int(1, desc='length of the line source')¶
number of grid points.
- size = Property(desc='overall number of grid points')¶
Overall number of grid points. Readonly; is set automatically when other grid defining properties are set