Navier Stokes EQ: Derivation in Integral Form

Click For Summary

Discussion Overview

The discussion revolves around the derivation of the momentum equation in integral form, specifically within the context of fluid dynamics. Participants explore various approaches to this derivation while expressing their confusion and seeking clarification on certain aspects, particularly regarding the definitions and interpretations of momentum in fluid elements.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant expresses confusion about deriving the momentum equation in integral form and seeks clarification on the definition of momentum for fluid elements, questioning the transition from mV to ρV.
  • Another participant advises against using the symbol p for momentum due to its ambiguity with pressure, suggesting that momentum per unit volume (ρV) is more appropriate for fluid dynamics.
  • Some participants discuss the importance of using intensive quantities like momentum per unit volume for developing generalized assumptions about fluid systems.
  • There is a mention of the Reynolds Transport Theorem (RTT) as a powerful tool, with one participant expressing a preference for avoiding it to maintain physical intuition.
  • One participant recalls a professor suggesting that momentum for fluids can be thought of as ṁV instead of mV, leading to a discussion about whether this is a literal interpretation or a mental tool.
  • Another participant challenges the idea of using ṁV, arguing that it represents the rate of change of momentum under steady flow conditions, not the momentum itself.
  • Participants acknowledge that the unconventional approach taken by one of them is not necessarily wrong, but rather different from standard methods.

Areas of Agreement / Disagreement

Participants express differing views on the use of certain definitions and approaches in deriving the momentum equation. There is no consensus on the best method to approach the derivation, and discussions reflect a mix of agreement and contention regarding the interpretations of momentum in fluid dynamics.

Contextual Notes

Participants note the limitations of their approaches, particularly the avoidance of the Reynolds Transport Theorem, which some believe may hinder the clarity of their derivations. The discussion also highlights the dependence on definitions and the potential for confusion arising from the use of symbols like p.

Saladsamurai
Messages
3,009
Reaction score
7
Hello! :smile: I am doing some review and it has occurred to me that I always confuse myself when I derive the the momentum equation in integral form. So I figure I will try to hammer through it here and ask questions as I go in order to clarify certain points. I know that there are many different approaches to this, but here is the one that I want to take:


- Finite control volume (CV) of fixed size and arbitrary shape, fixed in space

- Viscous flow

- I want to stay away from the Reynold's Transport Theorem

I will foreshadow where I think that I am having trouble: By definition, the momentum of a fluid element is given by m\mathbf{V}. That's all I will say for now since trying to explain my confusion is just more confusing than showing it :wink:

If we take an arbitrarily shaped CV fixed in space and look at a differential surface area ds we should be able to say something about the momentum flowing out of that area. Now the momentum of the fluid elements leaving across ds (which we will assume to be uniform) should be given by

\text{momentum} = \mathbf{p} = m\mathbf{V} \qquad(1)

Here is where it starts to get fuzzy for me: I usually see it written in terms of unit volume momentum: \rho\mathbf{V}. I am assuming that this is merely in anticipation of a volume integral at some point down the line and not some new definition for momentum of a fluid. Is this assumption correct? (Edit: I see now that the answer is no. It just works out that way.)

Moving forward. So we have this property p leaving at ds and we are interested in the rate at which it is leaving. Hmmm...I might be about ready to answer my own question. In order to find the rate at which it is leaving, the most sensible way to do so would be to find the rate at which mass is leaving the CV at ds and use that information along with the momentum per unit mass at ds. The outflow of mass at ds is given by \rho V_{ds} A_{ds} = \rho(\mathbf{V}\cdot\mathbf{n})dS=\rho\mathbf{V} \cdot \mathbf{dS} where n is the unit normal at ds and \mathbf{ds} = \mathbf{n}ds.

Now the momentum per unit mass is simply \frac{\mathbf{P}}{m}=\frac{m\mathbf{V}}{m}=\mathbf{V} so that the rate of momentum leaving at ds is given by:

\text{outflow} = (\dot{m})(\frac{\mathbf{p}}{m})=(\rho\mathbf{V} \cdot \mathbf{dS})(\mathbf{V})\qquad(2)

which I believe is what I am after here.

I will add onto this later for the sake of completion and because I am sure more questions will arise as I go along.

One question that I know is lurking is this: I vaguely remember a professor in some class in undergrad that we can think of momentum of a fluid being \dot{m}\mathbf{V} instead of m\mathbf{V} for a solid. I am not sure if we were meant to take this literally or just as a mental tool to help. I will have to dig a little deeper to answer that one, but for now I need to take the dog for a walk. :smile:

Crappy picture for a visual:

Screenshot2012-01-07at125055PM.png
 
Engineering news on Phys.org
Saladsamurai said:
If we take an arbitrarily shaped CV fixed in space and look at a differential surface area ds we should be able to say something about the momentum flowing out of that area. Now the momentum of the fluid elements leaving across ds (which we will assume to be uniform) should be given by

\text{momentum} = \mathbf{p} = m\mathbf{V} \qquad(1)

I strongly advise not using p for momentum in the context of fluids given the ambiguity it creates with pressure.

Saladsamurai said:
Here is where it starts to get fuzzy for me: I usually see it written in terms of unit volume momentum: \rho\mathbf{V}. I am assuming that this is merely in anticipation of a volume integral at some point down the line and not some new definition for momentum of a fluid. Is this assumption correct? (Edit: I see now that the answer is no. It just works out that way.)

Probably the best explanation of why we work with momentum per unit volume is due to the fact that this quantity is intensive and so is scale-invariant. Momentum is an extensive quantity, so you would have a hard time developing any assumptions about a generalized system if the quantity you are using depends on the size of the element or the control volume.

Saladsamurai said:
Moving forward. So we have this property p leaving at ds and we are interested in the rate at which it is leaving. Hmmm...I might be about ready to answer my own question. In order to find the rate at which it is leaving, the most sensible way to do so would be to find the rate at which mass is leaving the CV at ds and use that information along with the momentum per unit mass at ds. The outflow of mass at ds is given by \rho V_{ds} A_{ds} = \rho(\mathbf{V}\cdot\mathbf{n})dS=\rho\mathbf{V} \cdot \mathbf{dS} where n is the unit normal at ds and \mathbf{ds} = \mathbf{n}ds.

Now the momentum per unit mass is simply \frac{\mathbf{P}}{m}=\frac{m\mathbf{V}}{m}=\mathbf{V} so that the rate of momentum leaving at ds is given by:

\text{outflow} = (\dot{m})(\frac{\mathbf{p}}{m})=(\rho\mathbf{V} \cdot \mathbf{dS})(\mathbf{V})\qquad(2)

which I believe is what I am after here.

This is kind of an odd way to go about it but it does physically make sense.

Saladsamurai said:
One question that I know is lurking is this: I vaguely remember a professor in some class in undergrad that we can think of momentum of a fluid being \dot{m}\mathbf{V} instead of m\mathbf{V} for a solid. I am not sure if we were meant to take this literally or just as a mental tool to help.

At the moment I don't see how that makes any sense. That would actually be the rate of change of momentum in the system under steady flow conditions.

Saladsamurai said:

- Finite control volume (CV) of fixed size and arbitrary shape, fixed in space

- Viscous flow

- I want to stay away from the Reynold's Transport Theorem

This is unfortunate because the Reynolds Transport Theorem is a powerful tool and makes what you did much easier.
 
Hi boneh3ead :smile: Thanks for reading.

boneh3ad said:
I strongly advise not using p for momentum in the context of fluids given the ambiguity it creates with pressure.



Probably the best explanation of why we work with momentum per unit volume is due to the fact that this quantity is intensive and so is scale-invariant. Momentum is an extensive quantity, so you would have a hard time developing any assumptions about a generalized system if the quantity you are using depends on the size of the element or the control volume.

Great explanation! Makes sense.


This is kind of an odd way to go about it but it does physically make sense.

Funny to me that you find it odd and making physical sense. I always like to take the physical approach to things and see what happens. All I did was apply the definition of momentum to a fluid element. What is odd?



At the moment I don't see how that makes any sense. That would actually be the rate of change of momentum in the system under steady flow conditions.
Agreed. Perhaps it was a special case that reduced to that expression.

This is unfortunate because the Reynolds Transport Theorem is a powerful tool and makes what you did much easier.
Yes I know! I don't like making it easy. RTT kind of sucks the physical intuition out it for me. I don't want to 'convert' equations for systems into equations for CV's just yet. I like to take the long road first.

Thanks again for your input.
 
Saladsamurai said:
Funny to me that you find it odd and making physical sense. I always like to take the physical approach to things and see what happens. All I did was apply the definition of momentum to a fluid element. What is odd?

It is just not a, shall we say, conventional way of going about it. That doesn't make it wrong or any other method less physically correct, just different.

Saladsamurai said:
Yes I know! I don't like making it easy. RTT kind of sucks the physical intuition out it for me. I don't want to 'convert' equations for systems into equations for CV's just yet. I like to take the long road first.

Just prove the RTT then and then you have everything all ready-made for you. If you physically understand the RTT then you, by transitivity, physically understand why it works for quantities it is applied to like mass, momentum or energy.

Of course I respect the approach you prefer, and if that is the way you learn best, then carry on. You can't argue with that.
 
boneh3ad said:
It is just not a, shall we say, conventional way of going about it. That doesn't make it wrong or any other method less physically correct, just different.

Yeah. I was just thinking of all of the different ways I have seen this derived and guess you are right; I have not seen my way before. I think all I did was reverse the horse and cart. Instead of starting on the basis on an intensive property, I started with an extensive and then half way through transitioned to intensive. Now I see that by anticipating this transition we can just start off with an intensive property and it is more general in its scalability.

Just prove the RTT then and then you have everything all ready-made for you. If you physically understand the RTT then you, by transitivity, physically understand why it works for quantities it is applied to like mass, momentum or energy.

Of course I respect the approach you prefer, and if that is the way you learn best, then carry on. You can't argue with that.

I know what you mean. I have done this before, but somehow always muckle myself up. Thanks again for the input! :smile:
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
995
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
7K
  • · Replies 3 ·
Replies
3
Views
2K