treams.special.vcw_rN¶
- treams.special.vcw_rN(kz, m, xrho, phi, z, k) = <ufunc 'vcw_rN'>¶
Regular vector cylindrical wave N
The vector cylindrical wave is defined by
\[\boldsymbol N_{k_z m}^{(3)}(x_\rho, \varphi, z) = \left(\frac{\mathrm i k_z}{k} J_m'(x_\rho)\boldsymbol{\hat{\rho}} - \frac{m k_z}{k x_\rho} J_m(x_\rho) \boldsymbol{\hat{\varphi}} + \frac{k_\rho}{k} J_m(x_\rho) \boldsymbol{\hat{z}}\right) \mathrm e^{\mathrm i (k_z z + m \varphi)}\]using
treams.special.jv()
.This function is describing a transverse solution to the vectorial Helmholtz wave equation. This is often used to describe a transverse magnetic (in cylindrical coordinates) (TM) wave.
- Parameters:
kz (float, array_like) – Z component of the wave
m (int, array_like) – Order \(|m| \leq l\)
xrho (float or complex, array_like) – Radial in units of the wave number \(k_\rho \rho\)
phi (float, array_like) – Azimuthal angle
z (float, array_like) – Z coordinate
k (float or complex) – Wave number
- Returns:
complex, 3-array