SystemModelPost
#
- class ansys.health.heart.post.system_model_post.SystemModelPost(dir: str)#
Postprocessing system model.
Notes
The units are ms, kPa, and mL.
Overview#
Compute ejection fraction on a given time interval. |
|
Plot PV loop. |
Import detail#
from ansys.health.heart.post.system_model_post import SystemModelPost
Attribute detail#
- SystemModelPost.dir#
- SystemModelPost.model_type = 'LV'#
- SystemModelPost.lv_system#
Method detail#
- SystemModelPost.get_ejection_fraction(t_start: float = 0, t_end: float = 100000000000.0) float #
Compute ejection fraction on a given time interval.