Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the propagation mode properties of a circular electromagnetic waveguide
ResourceFunction["CircularWaveguideProperties"][assoc] returns the mode properties for an electromagnetic wave propagating in a circular waveguide for the conditions specified in the Association assoc. | |
ResourceFunction["CircularWaveguideProperties"][property] returns the specified property of the circular waveguide equations. |
"Wavelength" | 3 nm | incident electromagnetic wave wavelength |
"Frequency" | 50 GHz | incident electromagnetic wave frequency |
"AngularMode" | 1 | angular mode |
"RadialMode" | 1 | radial mode |
"Radius" | 2 mm | waveguide radius |
"TransverseElectric" | (default) transverse electric mode |
"TransverseMagnetic" | transverse magnetic mode |
"Formula" | equations for circular waveguide |
"QuantityVariableNames" | English names for all variables |
Find the properties of the modes for a specified wavelength:
In[1]:= |
Out[1]= |
Find the properties of the modes for a specified frequency:
In[2]:= |
Out[2]= |
Find the properties of the modes for an Interval of wavelengths:
In[3]:= |
Out[3]= |
Find the properties of the modes for an Interval of frequencies:
In[4]:= |
Out[4]= |
Examine the equations for a circular waveguide:
In[5]:= |
Out[5]= |
Obtain the formal names of the variables used:
In[6]:= |
Out[6]= |
Find mode properties for a transverse magnetic mode:
In[7]:= |
Out[7]= |
Visualize the dependency of the cutoff frequency on the waveguide radius for different modes:
In[9]:= |
Out[9]= |
This work is licensed under a Creative Commons Attribution 4.0 International License