Wolfram Computation Meets Knowledge

Cardiac Output

Cardiac output is a term used in cardiac physiology that describes the volume of blood being pumped by the heart, in particular by the left or right ventricle, per unit time.

Cardiac output equals heart rate times stroke volume.

Formula

QuantityVariable["Q", "VolumeFlow"] == QuantityVariable["HR", "BeatRate"]*QuantityVariable["SV", "StrokeVolume"]

symbol description physical quantity
Q cardiac output "VolumeFlow"
HR heart rate "BeatRate"
SV stroke volume "StrokeVolume"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Cardiac Output"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Cardiac Output"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Cardiac Output"], {QuantityVariable["HR","BeatRate"] -> 
   Quantity[70, IndependentUnit["beats"]/("Minutes")]}]
Out[3]=

Publisher Information