acoustotreams.pfield

acoustotreams.pfield(r, *, basis, k0, material=AcousticMaterial(1.3, 343.0, 0.0), modetype=None)[source]

Pressure field.

The resulting matrix maps the pressure field coefficients of the given basis to the pressure field.

Parameters:
  • r (array-like) – Evaluation points

  • basis (ScalarBasisSet) – Basis set.

  • k0 (float) – Wave number.

  • material (AcousticMaterial or tuple, optional) – Material parameters.

  • modetype (str, optional) – Wave mode.