Acoular 24.03 documentation

ImportGrid

«  RectGrid3D   ::   grids   ::   LineGrid  »

ImportGrid

class acoular.grids.ImportGrid

Bases: Grid

Loads a 3D grid from xml file.

from_file = File(filter=['*.xml'],

Name of the .xml-file from wich to read the data.

basename = Property( depends_on = 'from_file',

Basename of the .xml-file, without the extension; is set automatically / readonly.

import_gpos()

Import the the grid point locations from .xml file. Called when basename changes.

«  RectGrid3D   ::   grids   ::   LineGrid  »