CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Derivation of Momentum Equation in Integral Form

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By Demonwolf

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 28, 2009, 22:16
Default Derivation of Momentum Equation in Integral Form
  #1
New Member
 
Abid
Join Date: Jun 2009
Posts: 4
Rep Power: 16
Demonwolf is on a distinguished road
Hi
Im going through the book 'Computational Fluid Dynamics The Basics With Applications' by John D Anderson and Im trying to do the problems that are at the end of each chapter.
Im currently doing problem 2.2 on page 94 that states:
Derive the momentum and energy equations for a viscous flow in integral form. Show that all three conservation equations-continuity, momentum, and energy-can be put in a single generic form.

Sorry that this is going to be a long post but Im trying to explain how I got my answer so someone cant point out if and where Ive gone wrong.

Ive derived an expression for the momentum equation but there are some terms Im not sure about. I dont have any way to check if my answer is right. And its surprisingly difficult to find the momentum equation in integral form in literature and on the web.

I applied the principle of conservation of momentum to a finite control volume that is fixed in space with the fluid moving through it.

The physical principle is that the forces acting on the body of the control volume are equal to the rate of change of momentum. I concentrated on the forces first.
I split the forces into body and surface forces.
I also defined a term f_{x} that denotes the body force per unit mass.
Hence the term for the body forces acting on the C.V. is given below:

f_{x}\int\int\int_{\Omega}{\rho d\Omega}

\Omega means volume.

Now I found an expression for the surface forces. I used a small surface element on the surface of the control volume. This has a force arrow pointing out the midpoint of the elemental surface and a normal vector that is perpendicular to the surface.

Using the stress tensor we can find the normal and shear stresses on the surface of the element. The stress tensor is defined below:

\sigma_{xx} \tau_{xy} \tau_{xz}
\tau_{yx} \sigma_{yy} \tau_{yz} = \sigma_{i,j}
\tau_{zx} \tau_{zy} \sigma_{zz}

The dot product of the stress tensor with the normal vector gives you the magnitude of the force on the surface element in the direction that it acts in (which is not the surface normal). Summation over the entire control surface of the elements gives you the expression below:

F_{surface} = \int\int_{CS} {\sigma_{i,j} \bullet \textbf{dS}}

Where \textbf{dS} \equiv \textbf{n} dS

Then I went on to the expressions defining rate of change of momentum.
This involves two terms. One for the rate of change of momentum of the control volume and another for the rate of change of momentum of fluid entering and leaving the CV.
The first term started with first defining the momentum of a small cube element of the CV then summation of that element to find the momentum of the entire CV to which we can apply a rate of change. This lead to teh following expression:

\frac{\partial}{\partial t}\int\int\int_{\Omega}{\rho u d\Omega}

The second momentum term came from considering the mas flow rate coming in and out of the CV and multiplying this by velocity to give the rate of change of momentum. We get the total rate of change of momentum going in and out of the CV once we sum over the entire surface. The expression I arrived at is given below:

\int\int_{CS}{\rho u\textbf{V} \bullet \textbf{dS}}

Bringing all the terms together we get:

\frac{\partial}{\partial t}\int\int\int_{\Omega}{\rho u d\Omega} + \int\int_{CS}{\rho u\textbf{V} \bullet \textbf{dS}} = \int\int_{CS} {\sigma_{i,j} \bullet \textbf{dS}} + \int\int\int_{\Omega}{\rho f_{x} d\Omega}

Im not sure how correct I am with this expression thats why Im here asking for some help in having it checked over. The momentum equation is a vector equation that has three directions x,y, and z which is the way it is expressed in its differential form. From the above expression this seems to be the case for the integral form too. The changes in the y and z expressions would be the u velocity used in the first two terms and the fx body force per unit mass value in the last term.
This is my dilemna though, if the equation only deals with momentum in the x-wise direction then I have terms in the equation that deal with forces and momentum in all directions. Such as the stress tensor term. The stress tensor takes into account all the stresses in all the directions which I should be not be using? The term above would then give me a summation of all the forces in all directions and not just the x-wise normal and shear stresses. Do I need to use a stress tensor that only contains values for the stresses in x-wise direction only?? Such as [ \sigma_{xx} \tau_{xy} \tau_{xz} ].
I have the same problem with the second term where the velocity vector \textbf{V} is used. Surely this gives the rate of change of momentum in all directions and not just the x-wise direction. But the use of u in that term then makes me think it might only be x-wise momentum.

If my equation is correct please help explain to me why those two terms only refer to x-wise momentum and forces. And if im wrong then please correct me and explain where I went wrong. Thanks in advance for any help.
tamiru likes this.
Demonwolf is offline   Reply With Quote

Old   October 29, 2009, 09:15
Default
  #2
New Member
 
Ananda Himansu
Join Date: Apr 2009
Location: Cleveland, Ohio, USA
Posts: 17
Rep Power: 16
Ananda Himansu is on a distinguished road
You are tracking the x-component of momentum in terms 1, 2, and 4, while you are tracking the unspecified j component of momentum in term 3. The latter you envision as the surface force according to your discussion, so term 3 would ostensibly be tracking the vector momentum in your understanding, though your mixing of tensor index and boldface vector notation is ambiguous and error-prone. The final equation you obtain by "bringing all the terms together" is actually the correct integral form of the x-momentum equation, provided you set j=1 or j=x in the surface force term. This does correspond to using 3 out of 9 components of the stress tensor, namely Tau_11, Tau_21 and Tau_31, as you suggest, because the other six terms appear in the y-momentum and z-momentum equations (three in each). Note that by convention, it is Tau_1j, Tau_2j and Tau_3j that appear in the dot product, and not Tau_i1, Tau_i2 and Tau_i3 as you have suggested, which would matter if the stress tensor were not symmetric. The second term encapsulates the spatial rate of change of x-momentum (because of the u) in all directions (because of the vector V).

I would suggest doing the derivation in the component (scalar) notation, and then combining terms to get the vector form, in order to get a clear picture of what each term or factor represents.
Ananda Himansu is offline   Reply With Quote

Old   October 29, 2009, 20:53
Default
  #3
New Member
 
Abid
Join Date: Jun 2009
Posts: 4
Rep Power: 16
Demonwolf is on a distinguished road
Thanks very much for your reply it has cleared up alot of the questions that I had about the equation I derived. I can see now what the stress vector (or tensor) should consist of in the third term and why and I can see how the second term represents the spatial rate of change of momentum in the x momentum alone.
By deconstructing the equation into its components I can also see that the terms match up with the terms in the differential form of the momentum equation.
Again thanks alot for your help, in your explanation. It really did clarifiy the equation and what each term means.
Demonwolf is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculation of the Governing Equations Mihail CFX 7 September 7, 2014 07:27
momentum equation (Normal to wall_ kk Main CFD Forum 0 July 3, 2006 00:10
Derivation of Momentum Equation jbambery Main CFD Forum 1 June 9, 2006 14:27
Derivation of k-e model from momentum equation CFDtoy Main CFD Forum 5 May 10, 2006 17:53
Integral form of RANS equation sandip Main CFD Forum 2 October 5, 2004 08:31


All times are GMT -4. The time now is 03:22.