The materials.py module#
Summary#
Store material properties. |
|
Manage EDB methods for material property management. |
|
Manages EDB methods for material management accessible from Edb.materials property. |
Retrieve the float value expected in the line of an AMAT file. |
Module detail#
- materials.get_line_float_value(line)#
Retrieve the float value expected in the line of an AMAT file.
The associated string is expected to follow one of the following cases: - simple(‘permittivity’, 12.) - permittivity=’12’.
- materials.ATTRIBUTES = ['conductivity', 'dielectric_loss_tangent', 'magnetic_loss_tangent', 'mass_density',...#
- materials.DC_ATTRIBUTES = ['dielectric_model_frequency', 'loss_tangent_at_frequency', 'permittivity_at_frequency',...#
- materials.PERMEABILITY_DEFAULT_VALUE = 1#
- materials.logger#
- materials.PositiveFloat#