One-dimensional inviscid flow: Difference between revisions
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
--> | --> | ||
In Fig. \ref{fig:soundwave}, station 1 represents the flow state ahead of the sound wave and station 2 the flow state behind the sound wave. Set up the continuity equation for one-dimensional flows between 1 and 2. If we could change frame of reference and follow the sound wave, we would see fluid approaching the wave with the propagation speed of the wave, $a$, and behind the wave, the fluid would have a slightly modified speed, | In Fig. \ref{fig:soundwave}, station 1 represents the flow state ahead of the sound wave and station 2 the flow state behind the sound wave. Set up the continuity equation for one-dimensional flows between 1 and 2. If we could change frame of reference and follow the sound wave, we would see fluid approaching the wave with the propagation speed of the wave, $a$, and behind the wave, the fluid would have a slightly modified speed, <math>a+da</math>. There would also be a slight in all other flow properties. Let's apply the one-dimensional continuity equation between station 1 and station 2. | ||
<math display="block"> \rho_1 u_1=\rho_2 u_2</math> | |||
<math display="block">\rho a=(\rho+d\rho)(a+da)</math> | |||
<math display="block">\cancel{\rho a}=\cancel{\rho a} + \rho da + ad\rho +\underbrace{d\rho da}_{\sim 0} \Rightarrow</math> | |||
<math display="block"> | |||
a=-\rho\frac{da}{d\rho} | a=-\rho\frac{da}{d\rho} | ||
</math> | |||
The one-dimensional momentum equation between station 1 and station 2 gives | |||
<math display="block">\rho_1 u_1^2+p_1=\rho_2 u_2^2+p_2</math> | |||
<math display="block">\rho a^2+p=(\rho+d\rho)(a+da)^2+(p+dp)</math> | |||
<math display="block">\cancel{\rho a^2}+\cancel{p}=\cancel{\rho a^2}+2\rho ada+\underbrace{\rho da^2}_{\sim 0}+d\rho a^2+\underbrace{2d\rho ada}_{\sim 0}+\underbrace{d\rho da^2}_{\sim 0}+\cancel{p}+dp \Rightarrow</math> | |||
<math display="block">dp=-2\rho ada-d\rho a^2 \Rightarrow</math> | |||
<math display="block">da=-\frac{dp+d\rho a^2}{2\rho a}=-\frac{d\rho}{2a\rho}\left(\frac{dp}{d\rho}+a^2\right) \Rightarrow</math> | |||
<math display="block"> | |||
\frac{da}{d\rho}=-\frac{1}{2a\rho}\left(\frac{dp}{d\rho}+a^2\right) | \frac{da}{d\rho}=-\frac{1}{2a\rho}\left(\frac{dp}{d\rho}+a^2\right) | ||
</math> | |||
Eqn. \ref{eq:speedofsound:b} in \ref{eq:speedofsound:a} gives | |||
<math display="block">a=\frac{1}{2a}\left(\frac{dp}{d\rho}+a^2\right) \Rightarrow</math> | |||
<math display="block"> | |||
a^2=\frac{dp}{d\rho} | a^2=\frac{dp}{d\rho} | ||
</math> | |||
Sound wave: | |||
* gradients are small | |||
* irreversible (dissipative effects are negligible) | |||
* no heat addition | |||
Thus, the change of flow properties as the sound wave passes can be assumed to be an isentropic process | |||
<math display="block"> | |||
a^2=\left(\frac{dp}{d\rho}\right)_s | a^2=\left(\frac{dp}{d\rho}\right)_s | ||
</math> | |||
<math display="block"> | |||
a=\sqrt{\left(\frac{dp}{d\rho}\right)_s}=\sqrt{\frac{1}{\rho \tau_s}} | a=\sqrt{\left(\frac{dp}{d\rho}\right)_s}=\sqrt{\frac{1}{\rho \tau_s}} | ||
</math> | |||
where <math>\tau_s</math> is the compressibility of the gas. Eqn. \ref{eq:speedofsound:d} is valid for all gases. It can be seen from the equation, that truly incompressible flow (<math>\tau_s=0</math>) would imply infinite speed of sound. | |||
Since the process is isentropic, we can use the isentropic relations if we also assume the gas to be calorically perfect\\ | |||
<math display="block">\frac{p_2}{p_1}=\left(\frac{\rho_2}{\rho_1}\right)^\gamma \Rightarrow p=C\rho^\gamma</math> | |||
<math display="block">a^2=\left(\frac{dp}{d\rho}\right)_s=\gamma C\rho^{\gamma-1}=\gamma \underbrace{\left[C\rho^\gamma\right]}_{=p}\rho^{-1}=\frac{\gamma p}{\rho}\Rightarrow</math> | |||
<math display="block"> | |||
a=\sqrt{\frac{\gamma p}{\rho}} | a=\sqrt{\frac{\gamma p}{\rho}} | ||
</math> | |||
or | or | ||
<math display="block"> | |||
a=\sqrt{\gamma RT} | a=\sqrt{\gamma RT} | ||
</math> | |||
From the relation above, it is obvious that the local speed of sound is related to the temperature of the flow, which in turn is a measure of the motion of elementary particles (atoms and/or molecules) of the fluid at a specific location. This stems from the fact that sound waves are propagated via interaction of these elementary particles. Since information in a flow is propagated via molecular interaction the relation between the speed at which this information is conveyed and the speed of the flow has important physical implications. Figure~\ref{fig:speed:of:sound} compares three sound wave patterns generated by a a beacon. In the left picture, the sound transmitter is stationary and thus the acoustic waves are centered around the transmitter. In the middle image, the transmitter is moving to the left at a speed less than the speed of sound and thus the transmitter will always be within all sound wave circles but it will be off-centered with a bias in the direction that the transmitter is moving. In the right image the transmitter is moving faster than the speed of sound and thus it will always be located outside of all acoustic waves. In a supersonic flow, no information can travel upstream and therefore there is no way for the flow to adjust to downstream obstacles. This is compensated for by the introduction of shocks in the flow. Over a shock flow properties changes discontinuity. An example is given in Figure~\ref{fig:supersonic:flow}. | |||
<!-- | |||
\begin{figure}[ht!] | \begin{figure}[ht!] | ||
\begin{center} | \begin{center} | ||
| Line 111: | Line 104: | ||
\end{center} | \end{center} | ||
\end{figure} | \end{figure} | ||
--> | |||
Revision as of 14:23, 13 March 2026
Acoustic Wave
In Fig. \ref{fig:soundwave}, station 1 represents the flow state ahead of the sound wave and station 2 the flow state behind the sound wave. Set up the continuity equation for one-dimensional flows between 1 and 2. If we could change frame of reference and follow the sound wave, we would see fluid approaching the wave with the propagation speed of the wave, $a$, and behind the wave, the fluid would have a slightly modified speed, . There would also be a slight in all other flow properties. Let's apply the one-dimensional continuity equation between station 1 and station 2.
The one-dimensional momentum equation between station 1 and station 2 gives
Eqn. \ref{eq:speedofsound:b} in \ref{eq:speedofsound:a} gives
Sound wave:
- gradients are small
- irreversible (dissipative effects are negligible)
- no heat addition
Thus, the change of flow properties as the sound wave passes can be assumed to be an isentropic process
where is the compressibility of the gas. Eqn. \ref{eq:speedofsound:d} is valid for all gases. It can be seen from the equation, that truly incompressible flow () would imply infinite speed of sound.
Since the process is isentropic, we can use the isentropic relations if we also assume the gas to be calorically perfect\\
or
From the relation above, it is obvious that the local speed of sound is related to the temperature of the flow, which in turn is a measure of the motion of elementary particles (atoms and/or molecules) of the fluid at a specific location. This stems from the fact that sound waves are propagated via interaction of these elementary particles. Since information in a flow is propagated via molecular interaction the relation between the speed at which this information is conveyed and the speed of the flow has important physical implications. Figure~\ref{fig:speed:of:sound} compares three sound wave patterns generated by a a beacon. In the left picture, the sound transmitter is stationary and thus the acoustic waves are centered around the transmitter. In the middle image, the transmitter is moving to the left at a speed less than the speed of sound and thus the transmitter will always be within all sound wave circles but it will be off-centered with a bias in the direction that the transmitter is moving. In the right image the transmitter is moving faster than the speed of sound and thus it will always be located outside of all acoustic waves. In a supersonic flow, no information can travel upstream and therefore there is no way for the flow to adjust to downstream obstacles. This is compensated for by the introduction of shocks in the flow. Over a shock flow properties changes discontinuity. An example is given in Figure~\ref{fig:supersonic:flow}.