ICVoutReader#
- class ansys.health.heart.post.dpf_utils.ICVoutReader(fn: str)#
Read control volume data from the binout file.
Overview#
Get time array. |
|
Get pressure array. |
|
Get volume array. |
|
Get flow rate array. |
Import detail#
from ansys.health.heart.post.dpf_utils import ICVoutReader
Method detail#
- ICVoutReader.get_time() numpy.ndarray#
Get time array.
- Returns:
np.ndarraytime array
- ICVoutReader.get_pressure(icv_id: int) numpy.ndarray#
Get pressure array.
- Parameters:
- icv_id
int Control volume ID.
- icv_id
- Returns:
np.ndarrayPressure array.