Work in Progress
This document is still under development and may change frequently.
Time-Harmonic Maxwell Material
Introduction
A material in the time-harmonic Maxwell model is characterized by its magnetic permeability \(\mu\), electric permittivity \(\varepsilon\), and electric conductivity \(\sigma\). A general material can be introduced using specific material property methods as follows:
my_material = TimeHarmonicMaxwellGeneralMaterial(
name = "My Material",
marker = my_material_marker,
permeability_method = my_permeability_method,
permittivity_method = my_permittivity_method,
conductivity_method = my_conductivity_method,
)