FourChamber#

class ansys.health.heart.models.FourChamber(working_directory: pathlib.Path | str = None)#

Bases: HeartModel

Model of the left/right ventricle and left/right atrium.

Overview#

create_atrial_stiff_ring

Create a part for solids close to the atrial caps.

left_ventricle

Left ventricle part.

right_ventricle

Right ventricle part.

septum

Septum.

left_atrium

Left atrium part.

right_atrium

Right atrium part.

Import detail#

from ansys.health.heart.models import FourChamber

Attribute detail#

FourChamber.left_ventricle: ansys.health.heart.parts.Ventricle#

Left ventricle part.

FourChamber.right_ventricle: ansys.health.heart.parts.Ventricle#

Right ventricle part.

FourChamber.septum: ansys.health.heart.parts.Septum#

Septum.

FourChamber.left_atrium: ansys.health.heart.parts.Atrium#

Left atrium part.

FourChamber.right_atrium: ansys.health.heart.parts.Atrium#

Right atrium part.

Method detail#

FourChamber.create_atrial_stiff_ring(radius: float = 2) None | ansys.health.heart.parts.Part#

Create a part for solids close to the atrial caps.

Parameters:
radiusfoat, default: 2

Influence region.

Returns:
Union[None, anatomy.Part]

Part of atrial rings if created.

Notes

Part created is passive and isotropic. The material must be defined.