Chamber
#
- class ansys.health.heart.parts.Chamber(name: str = None, part_type: _PartType = None)#
Bases:
Part
Intermediate class for heart chambers with endocardium and epicardium.
Overview#
Endocardial surface. |
|
Epicardial surface. |
|
Myocardial part. |
|
List of caps belonging to the part. |
|
Cavity belonging to the part. |
|
Flag indicating if active stress should be included. |
|
Flag indicating if fiber/sheet data should be included. |
Import detail#
from ansys.health.heart.parts import Chamber
Attribute detail#
- Chamber.endocardium: ansys.health.heart.objects.SurfaceMesh#
Endocardial surface.
- Chamber.epicardium: ansys.health.heart.objects.SurfaceMesh#
Epicardial surface.
- Chamber.myocardium: Myocardium#
Myocardial part.
- Chamber.caps: list[ansys.health.heart.objects.Cap] = []#
List of caps belonging to the part.
- Chamber.cavity: ansys.health.heart.objects.Cavity | None = None#
Cavity belonging to the part.