Mat295#

class ansys.health.heart.settings.material.material.Mat295#

Bases: MechanicalMaterialModel

Hold data for MAT_ANISOTROPIC_HYPERELASTIC (MAT_295).

Overview#

rho

Density of the material.

iso

Isotropic module.

aopt

Matrerial axe option, don’t change it.

aniso

Anisotropic module.

active

Active module.

Import detail#

from ansys.health.heart.settings.material.material import Mat295

Attribute detail#

Mat295.rho: float#

Density of the material.

Mat295.iso: ISO#

Isotropic module.

Mat295.aopt: float = 2.0#

Matrerial axe option, don’t change it.

Mat295.aniso: ANISO | None = None#

Anisotropic module.

Mat295.active: ACTIVE | None = None#

Active module.