Part
#
- class ansys.health.heart.objects.Part(name: str = None, part_type: PartType = PartType.UNDEFINED)#
Part class.
Overview#
Get a point from the part. |
List of surfaces belonging to the part. |
|
List of surface names belonging to the part. |
Part name. |
|
Part ID. |
|
Material ID associated with the part. |
|
Type of the part. |
|
Array holding element IDs that make up the part. |
|
Points of interest belonging to the part. |
|
List of caps belonging to the part. |
|
Flag indicating if the part has fiber/sheet data. |
|
Flag indicating if active stress is established. |
|
Material model to assign in the simulator. |
|
EP material model to assign in the simulator. |
Import detail#
from ansys.health.heart.objects import Part
Property detail#
- property Part.surfaces: List[SurfaceMesh]#
List of surfaces belonging to the part.
Attribute detail#
- Part.name = None#
Part name.
- Part.pid = None#
Part ID.
- Part.mid = None#
Material ID associated with the part.
- Part.element_ids: numpy.ndarray#
Array holding element IDs that make up the part.
- Part.meca_material: ansys.health.heart.settings.material.material.MechanicalMaterialModel#
Material model to assign in the simulator.
- Part.ep_material: ansys.health.heart.settings.material.ep_material.EPMaterial#
EP material model to assign in the simulator.