Mat295#

class ansys.health.heart.settings.material.material.Mat295(/, **data: Any)#

Bases: MechanicalMaterialModel

Hold data for MAT_ANISOTROPIC_HYPERELASTIC (MAT_295).

Overview#

check_aniso

Check if aniso is provided.

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

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.model_config#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

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.

Method detail#

Mat295.check_aniso(v)#

Check if aniso is provided.