Material#
- class ansys.aedt.core.modules.material.Material(materiallib, name, props=None, material_update=True)[source]#
Manages material properties.
- Parameters:
- materiallib
ansys.aedt.core.modules.material_lib.Materials
Inherited parent object.
- name
str
Name of the material.
- props
The default is
None
.- material_updatebool,
optional
The default is
True
.
- materiallib
Examples
>>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> material = app.materials["copper"]
Methods
Material.get_core_loss_coefficients
(...[, ...])Get electrical steel or power ferrite core loss coefficients at a given frequency.
Return the curve core loss type assigned to material.
Return the curve core values type assigned to material.
Get the magnetic coercivity values.
Material.is_conductor
([threshold])Check if the material is a conductor.
Material.is_dielectric
([threshold])Check if the material is dielectric.
Material.set_bp_curve_coreloss
(points[, ...])Set B-P Type Core Loss.
Material.set_coreloss_at_frequency
(...[, ...])Set electrical steel or power ferrite core loss model at one single frequency or at multiple frequencies.
Material.set_djordjevic_sarkar_model
([dk, ...])Set Djordjevic-Sarkar model.
Material.set_electrical_steel_coreloss
([kh, ...])Set electrical steel core loss.
Material.set_hysteresis_coreloss
([kdc, hci, ...])Set Hysteresis Type Core Loss.
Material.set_magnetic_coercivity
([value, x, ...])Set magnetic coercivity for material.
Material.set_power_ferrite_coreloss
([cm, x, ...])Set Power Ferrite Type Core Loss.
Update the material in AEDT.
Attributes
Conductivity.
Material coordinate system.
Dielectric loss tangent.
Diffusivity.
Checks if a project material is in use.
Magnetic coercivity.
Magnetic loss tangent.
Mass density.
Material appearance specified as a list where the first three items are RGB color and the fourth one is transparency.
Molecular mass.
Permeability.
Permittivity.
Poisson's ratio.
Specific heat.
Stacking direction for the lamination can either be "V(1)", "V(2)" or "V(3)".
Stacking factor for lamination.
Composition of the wire can either be "Solid", "Lamination" or "Litz Wire".
Strand number for litz wire.
Thermal conductivity.
Thermal expansion coefficient.
Viscosity.
Diameter of the round litz wire.
Thickness of rectangular litz wire.
Thickness direction of the wire can either be "V(1)", "V(2)" or "V(3)".
The type of the wire can either be "Round", "Square" or "Rectangular".
Width of the rectangular or square litz wire.
Width direction of the wire can either be "V(1)", "V(2)" or "V(3)".
Young's modulus.