add_debye_material#
- Materials.add_debye_material(name, permittivity_low, permittivity_high, loss_tangent_low, loss_tangent_high, lower_freqency, higher_frequency)[source]#
Create a dielectric with the Debye model.
- Parameters:
- name
str
Name of the dielectric.
- permittivity_low
float
Relative permittivity of the dielectric at the frequency specified for
lower_frequency
.- permittivity_high
float
Relative permittivity of the dielectric at the frequency specified for
higher_frequency
.- loss_tangent_low
float
Loss tangent for the material at the frequency specified for
lower_frequency
.- loss_tangent_high
float
Loss tangent for the material at the frequency specified for
higher_frequency
.- lower_freqency
float
Value for the lower frequency.
- higher_frequency
float
Value for the higher frequency.
- name
- Returns:
pyaedt.edb_core.materials.Material
Material definition.