ActiveCurve#
- class ansys.health.heart.settings.material.curve.ActiveCurve(/, **data: Any)#
Bases:
pydantic.BaseModelPydantic-backed ActiveCurve.
Overview#
Plot time vs ca2. |
|
Plot time vs stress. |
Return LS-DYNA input arrays. |
Import detail#
from ansys.health.heart.settings.material.curve import ActiveCurve
Property detail#
- property ActiveCurve.dyna_input: Tuple[numpy.ndarray, numpy.ndarray]#
Return LS-DYNA input arrays.
Attribute detail#
- ActiveCurve.model_config#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- ActiveCurve.func: Tuple[numpy.ndarray, numpy.ndarray] = None#
- ActiveCurve.type: Literal['stress', 'ca2'] = 'ca2'#
Method detail#
- ActiveCurve.plot_time_vs_ca2()#
Plot time vs ca2.
- ActiveCurve.plot_time_vs_stress()#
Plot time vs stress.