{ "cells": [ { "cell_type": "markdown", "id": "4cd5321d", "metadata": {}, "source": [ "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n", "\n", "# Fluid Properties\n", "\n", "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n", "\n", "## Density\n", "\n", "\n", "\n", "--------------------\n", "\n", "The density $\\rho$ of a fluid is the mass of the fluid per unit volume:\n", "\n", "$$\\rho = \\frac{m}{V}.$$\n", "\n", "Density is a point property in the sense that to get mass we have to multiply $\\rho$ by some volume. If the density is spatially uniform, we have $m=\\rho V$. For a differential volume element $dV$, we have $dm = \\rho dV$, and the mass over some finite volume can be evaluated by integration:\n", "\n", "```{math}\n", ":label: eq:m_rho\n", "m = \\int_V \\rho(\\mathbf{x})dV.\n", "```\n", "\n", "%---- todo: add pictures for variable rho, and pointwise >> molecular spacing -->\n", "\n", "In using the density this way in Eq. {eq}`eq:m_rho`, we are implicitly assuming the **contiuum assumption** holds. That is, all spatial variations in the density are at scales much larger that molecular sizes and spacings. For example, air is mostly nitrogen $\\ce{N2}$ which has a kinetic diameter of 3.64E-10 m. In nitrogen gas at 298 K and 1 atm, there are 2.46E25 molecules per m$^3$. This gives a distance between molecules of approximately 34E-10 m. The distance between molecules is about ten times the size of the molecules. These distances are usually much smaller than flow scales in a fluid, so we assume the fluid is a continuum, without explicitly considering its molecular structure. In liquids, the intermolecular spacing is even smaller, and is similar to the molecular size.\n", "\n", "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n", "\n", "### Units\n", "Common units of $\\rho$ are \n", "* kg/m$^3$\n", "* lbm/ft$^3$\n", "\n", "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n", "\n", "#### Example: water density\n", "Think about an experiment you could perform to measure the density of water. \n", "What equipment would you need? How would you do it? What calculations would you do?\n", "What equation would be used? How would you know if you are right?\n", "\n", "