EDPVR
#
- class ansys.health.heart.post.klotz_curve.EDPVR(vm: float, pm: float)#
End diastolic pressure-volume relation.
Notes
Ref: Klotz, et al. Nature protocols 2.9 (2007): 2152-2158.
Overview#
Compute pressure from volume. |
|
Compute volume from pressure. |
|
Plot Llotz curve with simulation data if it exists. |
Import detail#
from ansys.health.heart.post.klotz_curve import EDPVR
Attribute detail#
- EDPVR.An = 27.78#
- EDPVR.Bn = 2.76#
- EDPVR.vm#
- EDPVR.pm#
- EDPVR.v0#
- EDPVR.v30#
Method detail#
- EDPVR.get_pressure(volume: float | numpy.ndarray) float | numpy.ndarray #
Compute pressure from volume.
- Parameters:
- volume
float
|np.ndarray
Volume in mL.
- volume
- Returns:
- float|
np.ndarray
Pressure in mmHg.
- float|
- EDPVR.get_volume(pressure: numpy.ndarray) numpy.ndarray #
Compute volume from pressure.
- Parameters:
- pressure
np.ndarray
Pressure in mmHg.
- pressure
- Returns:
np.ndarray
Volume in mL.