Wolfram Computation Meets Knowledge

Hydrostatic Pressure

Hydrostatic pressure describes the pressure in a fluid at rest, where all frictional and inertial stresses vanish.

The hydrostatic pressure equals the atmospheric pressure plus the product of the fluid density, the height of the fluid column and the accleration of gravity.

Formula

QuantityVariable["p", "Pressure"] == Quantity[1, "StandardAccelerationOfGravity"]*QuantityVariable["h", "Height"]*QuantityVariable["ρ", "MassDensity"] + QuantityVariable[Subscript["p", "atm"], "Pressure"]

symbol description physical quantity
p pressure "Pressure"
h height "Height"
ρ fluid density "MassDensity"
patm atmospheric pressure "Pressure"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Hydrostatic Pressure"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Hydrostatic Pressure"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject["Hydrostatic Pressure"], {QuantityVariable[
\!\(\*SubscriptBox[\("p"\), \("atm"\)]\),"Pressure"] -> 
   Quantity[1, "Atmospheres"], 
  QuantityVariable["h","Height"] -> Quantity[1, "Meters"]}]
Out[3]=

Publisher Information