Hydrostatic pressure via density and height =========================================== Hydrostatic pressure is the pressure exerted by a fluid at equilibrium at any point of time due to the force of gravity. **Notation:** #. :math:`g` (:code:`g`) is :attr:`~symplyphysics.quantities.acceleration_due_to_gravity`. **Conditions:** #. The fluid is in statical equilibrium. #. The only force acting on the fluid is the force of gravity. #. The fluid is subjected to the gravity force of Earth. **Links:** #. `Wikipedia `__. .. py:currentmodule:: symplyphysics.laws.hydro.hydrostatic_pressure_via_density_and_height .. py:data:: hydrostatic_pressure :attr:`~symplyphysics.symbols.classical_mechanics.hydrostatic_pressure` of the fluid column. Symbol: :code:`p` Latex: :math:`p` Dimension: :code:`pressure` .. py:data:: density :attr:`~symplyphysics.symbols.basic.density` of the fluid. Symbol: :code:`rho` Latex: :math:`\rho` Dimension: :code:`mass/volume` .. py:data:: height :attr:`~symplyphysics.symbols.classical_mechanics.height` of the fluid column. Symbol: :code:`h` Latex: :math:`h` Dimension: :code:`length` .. py:data:: law :code:`p = rho * g * h` Latex: .. math:: p = \rho g h