acoustotreams.ScalarPlaneWaveBasisByComp.default

classmethod ScalarPlaneWaveBasisByComp.default(kpars, alignment='xy')[source]

Default basis from the given wave vectors.

Example

>>> acoustotreams.ScalarPlaneWaveBasisByComp.default([[0, 0], [0, 3]])
ScalarPlaneWaveBasisByComp(
    kx=[0 0],
    ky=[0 3],
)
Parameters:
  • kpars (array-like) – Wave vector components in Cartesian coordinates.

  • alignment (str, optional) – Definition which wave vector components are given. Defaults to “xy”, other possible values are “yz” and “zx”.