You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Transverse electric (TE) modes, only the electric field is entirely transverse. Also notated as H modes to indicate there is a longitudinal magnetic component."
91
+
struct TE <:ElectricMagneticModeend
92
+
"Transverse magnetic (TM) modes, only the magnetic field is entirely transverse. Also notated as E modes to indicate there is a longitudinal electric component."
93
+
struct TM <:ElectricMagneticModeend
94
+
"Transverse electromagnetic mode (TEM), as with a free space plane wave, both the electric field and magnetic field are entirely transverse."
95
+
struct TEM <:ElectricMagneticModeend
96
+
"HE modes, hybrid modes in which the TE component dominates."
97
+
struct HE <:ElectricMagneticModeend
98
+
"EH modes, hybrid modes in which the TM component dominates."
99
+
struct EH <:ElectricMagneticModeend
100
+
"Hybrid electromagnetic (HEM) modes, both the electric and magnetic fields have a component in the longitudinal direction. They can be analysed as a linear superposition of the corresponding TE and TM modes"
101
+
struct HEM <:ElectricMagneticModeend
102
+
"Longitudinal-section electric (LSE) modes, hybrid modes in which the electric field in one of the transverse directions is zero"
103
+
struct LSE <:ElectricMagneticModeend
104
+
"Longitudinal-section magnetic (LSM) modes, hybrid modes in which the magnetic field in one of the transverse directions is zero"
0 commit comments