waveguide_cutoff
Calculate exact rectangular-waveguide cutoff frequency and probe propagation regime (propagating/evanescent) from dimensions, mode, and permittivity—no solver.
Instructions
Exact rectangular-waveguide cutoff frequency (NO solver) — the closed-form
twin the openEMS FDTD full-wave solve (em_fullwave_submit) is gated against.
Broad wall a_mm, narrow wall b_mm (default a/2, WR convention). mode is
'TE'/'TM'. f_c(m,n) = (c/2√εᵣ)·√((m/a)²+(n/b)²); dominant TE10
reduces to the EXACT f_c = c/(2a√εᵣ). Below f_c the guide is evanescent
(axial β imaginary, nothing transmits), above it propagates with guided
wavelength λ_g = 2π/β. With a probe freq_ghz the regime (propagating /
evanescent), k, β and λ_g are returned. An FDTD drive straddling f_c must
collapse its transmission below the analytic cutoff and rise above it.
Returns {mode, m, n, a_mm, b_mm, eps_r, cutoff_hz, cutoff_ghz, kc_per_m, next_mode_cutoff_ghz, single_mode_band_ghz, probe_freq_ghz, regime, k_per_m, beta_per_m, guided_wavelength_mm, fidelity, band_pct, valid_range_ok, warnings, escalate_to}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a_mm | Yes | ||
| b_mm | No | ||
| mode | No | TE10 | |
| eps_r | No | ||
| freq_ghz | No |