Governing equations on differential form: Difference between revisions
From Flowpedia
| Line 304: | Line 304: | ||
==== Total Enthalpy Formulation ==== | ==== Total Enthalpy Formulation ==== | ||
<math display="block"> | |||
h_o=h+\frac{1}{2}\mathbf{v}\mathbf{v}\Rightarrow\frac{Dh_o}{Dt}=\frac{Dh}{Dt}+\mathbf{v}\cdot\frac{D\mathbf{v}}{Dt} | |||
</math> | |||
From the momentum equation (Eqn. \ref{eq:governing:mom:non}) | |||
<math display="block"> | |||
\frac{D\mathbf{v}}{Dt}=\mathbf{f}-\frac{1}{\rho}\nabla p | |||
</math> | |||
which gives | |||
<math display="block"> | |||
\frac{Dh_o}{Dt}=\frac{Dh}{Dt}+\mathbf{v}\cdot\mathbf{f} -\frac{1}{\rho}\mathbf{v}\cdot\nabla p | |||
</math> | |||
Inserting <math>Dh/Dt</math> from Eqn. \ref{eq:governing:energy:non:c} gives | |||
<math display="block"> | |||
\frac{Dh_o}{Dt}=\dot{q} + \frac{1}{\rho}\frac{Dp}{Dt}+\mathbf{v}\cdot\mathbf{f} -\frac{1}{\rho}\mathbf{v}\cdot\nabla p = \frac{1}{\rho}\left[\frac{Dp}{Dt}-\mathbf{v}\cdot\nabla p\right] + \dot{q} + \mathbf{v}\cdot\mathbf{f} | |||
</math> | |||
The substantial derivative operator applied to pressure | |||
<math display="block"> | |||
\frac{Dp}{Dt}=\frac{\partial p}{\partial t}+\mathbf{v}\cdot\nabla p | |||
</math> | |||
and thus | |||
<math display="block"> | |||
\frac{Dp}{Dt}-\mathbf{v}\cdot\nabla p=\frac{\partial p}{\partial t} | |||
</math> | |||
which gives | |||
<math display="block"> | |||
\frac{Dh_o}{Dt}=\frac{1}{\rho}\frac{\partial p}{\partial t} + \dot{q} + \mathbf{v}\cdot\mathbf{f} | |||
</math> | |||
If we assume adiabatic flow without body forces | |||
<math display="block"> | |||
\frac{Dh_o}{Dt}=\frac{1}{\rho}\frac{\partial p}{\partial t} | |||
</math> | |||
If we further assume the flow to be steady state we get | |||
<math display="block"> | |||
\frac{Dh_o}{Dt}=0 | |||
</math> | |||
This means that in a steady-state adiabatic flow without body forces, total enthalpy is constant along a streamline. | |||
