This program computes the fundamental mode (LP01) of a step-index optical fiber by solving the Bessel functions of the fiber using a dichotomy method.
It outputs the effective index (neff), the mode field diameters (MFDs), the effective area (Aeff), the V-number, and optionally the chromatic dispersion and group velocity.
The mode field diameter characterizes the transverse extent of the fundamental mode and is often more relevant than the core diameter.
Three definitions are implemented:
-
Gaussian approximation (1/e² criterion)
Approximates the fundamental mode by a Gaussian and defines the MFD at the 1/e² intensity points. -
Near-field rms definition
where ψ(r) is the radial field profile.
This is also referred to as the 4σ definition.
- Petermann II definition
Two approaches are available:
- Gaussian approximation
- Rigorous field integral
The solver can also compute and plot the spectral dependence of:
-
Effective index
$n_\mathrm{eff}(\lambda)$ -
Group velocity
$v_g(\lambda)$ -
Chromatic dispersion
$D(\lambda)$ (in ps/nm/km)
The formulas used are:
- Group index:
- Group velocity:
- Chromatic dispersion:
where
The solver computes the V-number:
where a is the fiber core radius and NA the numerical aperture.
Compared to simple approximations (e.g. the Marcus approximation, which can be inaccurate for practical fibers),
this solver provides higher precision while remaining significantly simpler to use than a full vectorial electromagnetic mode solver.
It also allows direct visualization of the mode profile, MFDs, and the dispersion characteristics of the fiber.
- Introduction to Fiber Optics, Ajoy Ghatak and K. Thyagarajan
- ITU-T G.650.1, Definitions and test methods for mode field parameters
- G. P. Agrawal, Nonlinear Fiber Optics (for dispersion definitions)