LineGrid¶
-
class
acoular.grids.
LineGrid
¶ Bases:
acoular.grids.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), …¶ 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
-
numpoints
= 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
-