GaussianBeam¶
Type: | section |
---|---|
Appearance: | multiple |
Specifies a time-harmonic vectorial Gaussian beam.
# define a Gaussian beam with a propagating Fourier spectrum
GaussianBeam {
Waist = 6.2831e-5
Focus = [0 0 0]
Incidence = FromBelow
Lambda0 = 6.2831e-6
SP = [1 0]
ThetaPhi = [25 0]
OpticalSystem {
NumericalAperture = 1.0
}
}
This section allows to specify the parameters of a vectorial 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.
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, to specify the polarization of the beam:
where are defined as for the plane wave case. This amplitude is modulated by a Gaussian profile determined by the Waist (optionally a 2-vector parameter along directions):
In the standard case with the optical axis aligned with the z-axis and a symmetric waist the resulting beam shape is the familiar:
where are the entries of SP and the Waist .
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 by the angles ThetaPhi. With the rotation matrices and and the unit vector (the direction is determined by the parameter Incidence (FromBelow
) or (FromAbove
) ) the optical axis is calculated as follows:
.
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 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 parameters. The parameter DeltaK and NRefinements can be used for a user-defined sampling.