acoustotreams.cylindrical_wave_scalar

acoustotreams.cylindrical_wave_scalar(kz, m, *, k0=None, basis=None, material=None, modetype=None)[source]

Array describing a scalar cylindrical wave.

Parameters:
  • kz (float) – Z-component of the wave vector in the medium.

  • m (int) – Order.

  • k0 (float, optional) – Angular wavenumber in the air. Has units of kz.

  • basis (ScalarPlaneWaveBasis, optional) – Basis definition.

  • material (AcousticMaterial, optional) – Material definition.

  • modetype (str, optional) – Mode type (see Mode types).