VectorSTEM • Research Files

Curved Contour Radiation

Radiation from a Curved Contour on a Plane via a Parabolic Equation Approach

This page collects all theory PDFs, derivations, code, CSV results, and numerical plots for the curved-contour radiation project.

Project overview
Geometry, PDE reduction, Crank–Nicolson numerics, verification data, and visual outputs.
Geometry PDE Numerics Verification Plots Research
Theory
Natural coordinates, Frenet–Serret formulas, Helmholtz reduction, and detailed derivations.
Code
Python implementation for the circle test with Crank–Nicolson time stepping.
Data
CSV runs with N, Nt, relative error, and runtime diagnostics.
Plots
Error vs N, error vs Nt, and error vs runtime.

Theory and derivations

метод_Кранка_Николсона.pdf
Crank–Nicolson note.
frenet-serret-derivation.pdf
Frenet–Serret formulas and derivation notes.
Получение_1_4_15.pdf
Detailed derivation of formula 1.4.15.
Получение_1_4_19.pdf
Detailed derivation of formula 1.4.19.
Разобрать_смысл_этих_координат.pdf
Interpretation of the coordinates and variables.
pde-variable-substitution.pdf
Manual variable substitution in the PDE.
A___D.pdf
Research structure / roadmap.
ia1.pdf
Draft research material.
ib1.pdf
Draft research material.

Code and data

cn_circle.py
Python implementation of the circle benchmark.
results_cn_circle.csv
Exported numerical results for all runs.
README.txt
Short run description and project notes.

Numerical plots

Relative L2 error vs N (Nt = 4000)
Relative L2 error vs N
Relative L2 error vs Nt (N = 1024)
Relative L2 error vs Nt
Relative L2 error vs runtime (all runs)
Relative L2 error vs runtime