RF Workflows
Use these examples as starting points for the listed RF calculations.
Current recommended workflow
Section titled “Current recommended workflow”| Stage | Goal | Example |
|---|---|---|
| 1. Build the geometry | describe the RF structure explicitly | validation/crossval/05_patch_antenna.py |
| 2. Extract resonance | use a clean probe / Harminv path | patch workflow notes |
| 3. Cross-check the observable | compare with the documented analytic result, convergence study, or independent solver | crossval script output |
| 4. Interpret the result | separate a design estimate from a validated solver result | Recommended Configuration and Support Boundaries |
Examples
Section titled “Examples”validation/crossval/05_patch_antenna.py— patch-antenna cross-checkvalidation/crossval/11_waveguide_port_wr90.py— rectangular waveguide-port workflowexamples/tutorials/nonuniform_patch_demo.py— graded-z mesh example; validate the final observable with a uniform-grid refinement or independent referenceexamples/inverse_design/multilayer_ar_coating.py— inverse-design example; validate the optimized result independently
Example requirements
Section titled “Example requirements”- use paths that exist in the current repository
- include the modeling assumptions
- state the mesh, boundary, source or port, observable, and validated limits
- keep local run artifacts out of the public docs