Wolfram Computation Meets Knowledge

Oxygen Delivery Using Cardiac Output

Oxygen delivery describes the amount of oxygen being distributed through the blood based on arterial oxygen content and the cardiac output.

Oxygen delivery equals cardiac output times arterial oxygen content.

Formula

QuantityVariable[Subscript["DO", "2"], "VolumeFlow"] == QuantityVariable["Q", "VolumeFlow"]*QuantityVariable[Subscript["CaO", "2"], "VolumeFraction"]

symbol description physical quantity
DO2 oxygen delivery "VolumeFlow"
Q cardiac output "VolumeFlow"
CaO2 arterial oxygen content "VolumeFraction"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Oxygen Delivery Using Cardiac Output"]
Out[1]=

Get the formula:

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

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Oxygen Delivery Using Cardiac Output"], {QuantityVariable[
   "Q","VolumeFlow"] -> Quantity[4.9`, ("Liters")/("Minutes")], 
  QuantityVariable[
\!\(\*SubscriptBox[\("DO"\), \("2"\)]\),"VolumeFlow"] -> 
   Quantity[55, ("Milliliters")/("Minutes")]}]
Out[3]=

Publisher Information