ActiveCurve#

class ansys.health.heart.settings.material.curve.ActiveCurve(func: tuple[numpy.ndarray, numpy.ndarray], type: Literal['stress', 'ca2'] = 'ca2', threshold: float = 5e-07, n: int = 5)#

Active stress or Ca2+ curve.

Overview#

plot_time_vs_ca2

Plot Ca2+ with threshold.

plot_time_vs_stress

Plot stress.

dyna_input

Return x,y input for k files.

Import detail#

from ansys.health.heart.settings.material.curve import ActiveCurve

Property detail#

property ActiveCurve.dyna_input#

Return x,y input for k files.

Attribute detail#

ActiveCurve.type = 'ca2'#
ActiveCurve.n_beat = 5#
ActiveCurve.threshold = 5e-07#
ActiveCurve.time#
ActiveCurve.t_beat#

Method detail#

ActiveCurve.plot_time_vs_ca2()#

Plot Ca2+ with threshold.

ActiveCurve.plot_time_vs_stress()#

Plot stress.