API Reference¶
The following section outlines the API of fdtd.py.
Materials¶
-
class
fdtd.Material(name, eps_r=1, mu_r=1, sigma_e=0, sigma_m=0, color='#000000')[source]¶ Implement a material.
- Parameters
name (str) – The name of the material.
eps_r (float) – Relative permissivity.
mu_r (float) – Relative permeability.
sigma_e (float) – Electric condutivity.
sigma_m (float) – Magnetic condutivity.
color (str) – RGB color.