BesselBeam

Type:section
Appearance:multiple

Specifies a time-harmonic vectorial Bessel-Gaussian beam.

# define a Bessel beam with a propagating Fourier spectrum
BesselBeam {
  Incidence = FromBelow
  Lambda0 = 6.2831e-6
  SP = [1 0]
  ThetaPhi = [25 0]
  Focus = [0 0 0]
  Waist = 6.2831e-5
  Radial = 0.0174524064372835

  OpticalSystem {
    NumericalAperture = 1.0
  }
}

This section allows to specify the parameters of a vectorial Bessel-Gaussian beam defined by its Fourier spectrum. The following figure indicates the modeled setup of an incident beam passing through an optical system prior to reaching the computational domain.

_images/beam_setup2.png

A macroscopic beam passes an optical system that focusses it into the computational domain. The beam is determined by its spatial distribution in the cross section plane in front of the optical system. The optical axis can tilted by the angles \theta and \phi.

The beam profile is determined by its spatial cross-section in a plane perpendicular to the optical axis and the optical system. The corresponding spectrum in k-space and the out of plane vector components are determined automatically.

Definition of the spatial cross section

We use the 2-vector parameter SP, [\VField{\VField{E}}_s, \VField{\VField{E}}_p] to specify the polarization of the beam:

\begin{eqnarray*}
\VField{A}_\perp = \VField{\VField{E}}_s \cdot \hat{s}+\VField{\VField{E}}_p \cdot \hat{p},
\end{eqnarray*}

where \hat{s},\hat{p} are defined as for the plane wave case. This amplitude is modulated by a Bessel-Gaussian profile determined by the Waist, the Radial argument k_r and the Order n of the Bessel function of the first kind J_n:

\begin{eqnarray*}
   A(\pvec{x}_\perp)= \exp\left( -\frac{\rho^2}{W^2}\right) J_n\left(\rho k_r\right)\exp\left(-in\phi\right)
\end{eqnarray*}

where the modulation depends on the radial coordinate \rho = \sqrt{(\pvec{x}_\perp \cdot \hat{s})^2+(\pvec{x}_\perp \cdot \hat{p})^2)} and azimuth \phi. The radial component k_r is determined as the Radial fraction of the wavenumber k_+=\omega \sqrt{\varepsilon_+ \mu_+} where \varepsilon_+ and \mu_+ denote the corresponding scalar permittivity and permeability, respectively.

The resulting normalized intensity and phase distribution for various orders is shown in the figure below.

_images/pattern_figure1.png

Left: Cross-section of the intensity distribution (normalized) for different orders. Right: Cross-section of the phase distribution.

Definition of the optical system

The OpticalSystem is used to model the transfer of the beam in the sampling cross section to the focal plane. The focal plane is described by the Focus and a rotation of the default optical axis \hat{z} by the angles ThetaPhi. With the rotation matrices M_{\varphi} and M_{\theta} and the unit vector \hat{z} (the direction is determined by the parameter Incidence z (FromBelow) or -z (FromAbove) ) the optical axis \hat{k} is calculated as follows:

\begin{eqnarray*}
\hat{k} = \frac{2 \pi n}{\lambda_0} M_{\varphi} \cdot M_{\theta} \cdot \hat{z}
\end{eqnarray*}

\begin{eqnarray*}
M_{\varphi} = \begin{pmatrix}
              \cos(\varphi) & -\sin(\varphi) & 0 \\
              \sin(\varphi) & \cos(\varphi) & 0 \\
              0 & 0 & 1
              \end{pmatrix}
\qquad
M_{\theta} = \begin{pmatrix}
             \cos(\theta) & 0 & \sin(\theta) \\
             0 & 1 & 0 \\
             -\sin(\theta) & 0 & \cos(\theta)
             \end{pmatrix}
\end{eqnarray*}

.

The OpticalSystem has several parameters to describe aberrations as well as parameters defining the SpotMagnification and NumericalAperture to describe focusing system or restrict the Fourier spectrum.

Note

As the image is magnified by the value of SpotMagnification you must use a value <1.0 to describe a focusing system.

By default, the full Fourier spectrum is passed through a perfect system without abberations and an infinite numerical aperture.

Numerical parameters

The sampling rate is automatically adapted to suit the beam parameter. The parameter DeltaK and NRefinements can be used for a user-defined sampling.