Pressure of a Column of Fluid
The pressure of a column of fluid depends on the surface pressure and the depth of the column.
The pressure at the bottom of a fluid column equals the pressure at the top of a fluid column plus the product of the fluid density, the height of the fluid column and the acceleraiton of gravity.
Formula
![Copy to Clipboard QuantityVariable["P", "Pressure"] == Quantity[1, "StandardAccelerationOfGravity"]*QuantityVariable["h", "Height"]*QuantityVariable["ρ", "MassDensity"] + QuantityVariable[Subscript["P", "0"], "Pressure"]](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/c9e/c9ef58ce-99bf-443a-afc8-fadfcce1c435/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| P | pressure at bottom of fluid column | "Pressure" |
| h | height of fluid column | "Height" |
| ρ | fluid density | "MassDensity" |
| P0 | pressure at top of fluid column | "Pressure" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= |
Use some values:
| In[3]:= |
| Out[3]= |
