Fluids and the no-penetration condition

  • Context: Graduate 
  • Thread starter Thread starter member 428835
  • Start date Start date
  • Tags Tags
    Condition Fluids
Click For Summary

Discussion Overview

The discussion revolves around the no-penetration condition in fluid dynamics, specifically the mathematical expressions relating the fluid velocity and the potential function at a solid boundary. Participants explore the implications of the gradient of the potential and its relationship to the outward normal at the boundary, addressing different interpretations and mathematical representations.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant expresses confusion regarding the expression of the no-penetration condition, questioning the equivalence of $$u \cdot \hat{n} = 0$$ and $$\frac{\partial \phi}{\partial n} = 0$$.
  • Another participant provides a definition of the gradient operator in Cartesian coordinates, attempting to clarify the relationship between the gradient of the potential and the normal vector.
  • Some participants point out perceived mathematical errors in the previous responses, particularly in the application of the dot product.
  • There is a discussion about the interpretation of the dot product, with some participants suggesting that it represents the projection of the gradient in the direction of the normal vector.
  • One participant emphasizes the importance of directly computing the dot product in more complex scenarios where the normal vector is not aligned with Cartesian axes.
  • Another participant illustrates the calculation of the dot product with a non-Cartesian normal vector, arguing that the method is useful for irregular boundaries.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the mathematical interpretation of the no-penetration condition and the proper application of the dot product. Multiple competing views and interpretations remain present throughout the discussion.

Contextual Notes

Some participants highlight potential limitations in the assumptions made regarding the normal vector and the applicability of the discussed methods to non-Cartesian systems or irregular boundaries.

member 428835
Hi PF!

Denote the velocity of a fluid ##\vec u## and define a potential ##\vec u = -\nabla \phi##. Let ##\hat n ## be an outward-oriented surface normal to a solid boundary. I would express no penetration at the boundary as $$ u \cdot \hat n = 0 \implies \nabla \phi \cdot \hat n = 0.$$
However, the text writes $$\frac{\partial \phi}{\partial n} = 0$$ where ##n## is the direction of the outward-oriented normal. Can someone explain this result?
 
Physics news on Phys.org
The gradient operator is defined in cartesian coordinates as
$$\nabla=\frac{\partial}{\partial x}\hat{x}+\frac{\partial}{\partial y}\hat{y}+\frac{\partial}{\partial z}\hat{z}$$
Looking at a particular example, if ##\hat{n}=\hat{x}## then
$$\nabla\phi\cdot\hat{n}=\nabla\phi\cdot\hat{x}=\frac{\partial\phi}{\partial x}\hat{x}\cdot\hat{x}+\frac{\partial\phi}{\partial y}\hat{y}\cdot\hat{x}+\frac{\partial\phi}{\partial z}\hat{z}\cdot\hat{x}=\frac{\partial\phi}{\partial x}=\frac{\partial\phi}{\partial n}$$
 
The above answer has some math errors when carrying out the dot product.

Really, though, you don't need any fancy math to figure this out if you just think about the meaning of a dot product. If you just remember that ##\vec{a}\cdot\vec{b}## is the projection of ##\vec{a}## onto ##\vec{b}## (i.e. the size of ##\vec{a}## in the direction of ##\vec{b}## if ##\vec{b} = \hat{b}## is of unit length), you can apply that here. In this case, you've got ##\nabla\phi \cdot \hat{n}##. Since ##\nabla \phi## is the gradient and ##\hat{n}## is a unit vector normal to the surface, the dot product represents the magnitude of the gradient in the direction of the unit normal, or ##\frac{\partial \phi}{\partial n}##.
 
  • Like
Likes   Reactions: member 428835
boneh3ad said:
In this case, you've got ##\nabla\phi \cdot \hat{n}##. Since ##\nabla \phi## is the gradient and ##\hat{n}## is a unit vector normal to the surface, the dot product represents the magnitude of the gradient in the direction of the unit normal, or ##\frac{\partial \phi}{\partial n}##.
Riiiiiight, just like the directional derivative! Got it!
 
boneh3ad said:
The above answer has some math errors when carrying out the dot product.
Can you be more specific?
 
Your assumed form of your normal vector had one nonzero component yet somehow it was magically distributed to all of the gradient components.
 
Yes, that's because a dot product distributes over addition.
$$\nabla\phi\cdot\hat{x}=\left(\frac{\partial\phi}{\partial x}\hat{x}+\frac{\partial\phi}{\partial y}\hat{y}+\frac{\partial\phi}{\partial z}\hat{z}\right)\cdot\hat{x}=\frac{\partial\phi}{\partial x}\hat{x}\cdot\hat{x}+\frac{\partial\phi}{\partial y}\hat{y}\cdot\hat{x}+\frac{\partial\phi}{\partial z}\hat{z}\cdot\hat{x}=\frac{\partial\phi}{\partial x}$$
 
It certainly is distributive over addition, and I suppose that, while the way you've done it is technically correct, you've turned one dot product into three dot products. It would be much simpler to just compute the first one directly. Otherwise, what happens when you have to generalize it to a situation where ##\hat{n}## is not parallel to one of the Cartesian directions?

In your example (which is a special case, not general), you would do it directly by:
\nabla\phi \cdot \hat{n} = \left( \hat{\imath}\dfrac{\partial \phi}{\partial x} + \hat{\jmath}\dfrac{\partial \phi}{\partial y} + \hat{k}\dfrac{\partial \phi}{\partial z} \right) \cdot (\hat{\imath}) = \left( \hat{\imath}\dfrac{\partial \phi}{\partial x} + \hat{\jmath}\dfrac{\partial \phi}{\partial y} + \hat{k}\dfrac{\partial \phi}{\partial z} \right) \cdot (1\hat{\imath} +0\hat{\jmath} + 0\hat{k})
= \left[(1) \left(\dfrac{\partial \phi}{\partial x} \right) + (0) \left(\dfrac{\partial \phi}{\partial y} \right) + (0) \left(\dfrac{\partial \phi}{\partial z}\right) \right] = \dfrac{\partial \phi}{\partial x}
 
boneh3ad said:
Otherwise, what happens when you have to generalize it to a situation where ^nn^\hat{n} is not parallel to one of the Cartesian directions?
The same logic still applies. Let's say ##\hat{n}=2\hat{x}+1\hat{y}## then
$$\nabla\phi\cdot\left(2\hat{x}+1\hat{y}\right)=\left(\frac{\partial\phi}{\partial x}\hat{x}+\frac{\partial\phi}{\partial y}\hat{y}+\frac{\partial\phi}{\partial z}\hat{z}\right)\cdot\left(2\hat{x}+1\hat{y}\right)=\frac{\partial\phi}{\partial x}\left(\hat{x}\cdot2\hat{x}+\hat{x}\cdot\hat{y}\right)+\frac{\partial\phi}{\partial y}\left(\hat{y}\cdot2\hat{x}+\hat{y}\cdot\hat{y}\right)+\frac{\partial\phi}{\partial z}\left(\hat{z}\cdot2\hat{x}+\hat{z}\cdot\hat{y}\right)=2\frac{\partial\phi}{\partial x}+\frac{\partial\phi}{\partial y}$$
This is certainly pedantic for the simple case here but this process is useful when working with a non-Cartesian system or when ##\hat{n}## is defined on an irregular boundary.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 26 ·
Replies
26
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 32 ·
2
Replies
32
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K