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#

endocardium

Endocardial surface.

epicardium

Epicardial surface.

myocardium

Myocardial part.

caps

List of caps belonging to the part.

cavity

Cavity belonging to the part.

active

Flag indicating if active stress should be included.

fiber

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.

Chamber.active: bool = True#

Flag indicating if active stress should be included.

Chamber.fiber: bool = True#

Flag indicating if fiber/sheet data should be included.