12x12 Ring - Clad#

Fiber structure
/opt/hostedtoolcache/Python/3.11.11/x64/lib/python3.11/site-packages/PyOptik/material/base_class.py:60: UserWarning: Wavelength range goes from 15.5 µm to 15.5 µm which is outside the allowable range of 209.99999999999997 nm to 6.7 µm µm. [Material: fused_silica]
  warnings.warn(

<Axes: title={'center': 'Fiber structure'}, xlabel='x-distance [m]', ylabel='y-distance [m]'>

from FiberFusing.configuration.ring import FusedProfile_12x12 as FusedProfile
from PyOptik import MaterialBank

material = MaterialBank.fused_silica

wavelength = 15.5e-6

clad = FusedProfile(
    fiber_radius=62.5e-6,
    index=material.compute_refractive_index(wavelength),
)

clad.plot()

# -

Total running time of the script: (0 minutes 0.780 seconds)

Gallery generated by Sphinx-Gallery