Red_CCF said:
I recall reading from somewhere that this was the definition of a liquid; is this originated from Newton's Law of Viscosity (strain rate = du/dy)?
No, that's the definition of a fluid. Gases and plasmas follow the same pattern. They needn't be Newtonian, though. Non-Newtonian fluids follow this pattern just as well as Newtonian fluids do, they simply have a different constitutive equation describing this relationship.
Red_CCF said:
How does one derive τ = μU/L from Navier Stokes? I ended up with all zero's for the x component of the equation. Is dp/dx = 0 in this case?
Where exactly are you having trouble? You ought to be able to find this problem, Couette flow, in just about any fluids textbook as an example. Since this is a steady, incompressible flow in two dimensions, you have the continuity equation and the x- and y-momentum equations:
\dfrac{\partial u}{\partial x} + \dfrac{\partial v}{\partial y} = 0,
\rho\left(u\dfrac{\partial u}{\partial x} + v \dfrac{\partial u}{\partial y}\right) = -\dfrac{\partial p}{\partial x} + \mu \left(\dfrac{\partial^2 u}{\partial x^2} + \dfrac{\partial^2 u}{\partial y^2}\right),
\rho\left(u\dfrac{\partial v}{\partial x} + v \dfrac{\partial v}{\partial y}\right) = -\dfrac{\partial p}{\partial y} + \mu \left(\dfrac{\partial^2 v}{\partial x^2} + \dfrac{\partial^2 v}{\partial y^2}\right).
Couette flow assumes the domain is infinite and steady in x, so all the \partial/\partial x terms are going to drop out. It also assumes that the vertical velocity, v, is zero everywhere, so all of the v terms drop out and the continuity equation is therefore eliminated. The momentum equations reduce to
\dfrac{\partial^2 u}{\partial y^2} = 0,
\dfrac{\partial p}{\partial y} = 0.
Since this has reduced to a flow where the velocity only varies with one spatial variable, it is an ODE rather than a PDE, so you have
\dfrac{d^2 u}{d y^2} = 0.
So that leaves you with a differential equation describing the velocity profile as a function of y, which you should be able to easily integrate and use the boundary conditions to derive the solution you are seeking. Integrating it twice gives you
= u(y) = C_1 y + C_2
with boundary conditions
u(0) = 0, u(h) = U,
so C_2 = 0 and C_1 = U/h. Therefore,
u(y) = \dfrac{Uy}{h}.
Differentiate that ate your leisure to get the shear stress.
Anyway, back to your original question: you would expect this to be real because, for a Newtonian fluid, the shear stress is related linearly to the velocity gradient. Mathematically, the above shows how that results in the linear velocity profile.
Red_CCF said:
According to Wikipedia, Newton's Law of Viscosity is a constitutive equation. Does this mean that the common form we see τ = μ∂u/∂x is a first order approximation and exact solution is given by an infinite series?
Ultimately, Newton's law of viscosity is an proportionality law that holds for a certain subset of fluids (Newtonian fluids) under the assumption that the flow is a continuum. It doesn't work for all fluids (non-Newtonian fluids have much more complicated constitutive equations), so it isn't any kind of universal law, but one that describes only a certain type of fluid. There may well be some larger constitutive equation that could describe literally every fluid, but as far as I knew, nothing of that sort exists and you just use the constitutive equation for the stress tensor that applies to the physics of the fluid in question.
Red_CCF said:
With regards to pressure, since P is always perpendicular the surface it applies on, when a gas molecule hits a surface at some angle, is only the perpendicular component of the force the gas applies considered pressure? Does the parallel (to the surface) component of the applied force not have any significance even if it is non-zero?
Yes, only the wall-normal component of that collision contributes to pressure. Think of it this way, the molecule has a certain momentum, and when it collides obliquely with a surface, the only portion of that momentum that is affected (ignoring viscosity) is the wall normal portion. This is, in fact, one way to think about why the Bernoulli equation makes sense: the total pressure of relevant flows is constant and so the molecules have a constant energy, and as the velocity increases, those collisions get increasingly oblique, meaning less static pressure on the surface.
Red_CCF said:
Lastly, the normal viscous stress τxx is described as a flux of x momentum in x-dir. If x-dir is perpendicular to a piston face in a piston-cylinder assembly, I'm having trouble seeing how this flux occurs physically.
This will be frame-dependent, but if you look in the inertial frame with a moving piston, the flux occurs because as the face of the piston passes through a plane, so, too, does the fluid on that face, so that is a flux. It certainly moves goes discontinuously to or from zero fluid flux at that instant. If you are in the frame of the piston, there is no flux there. The velocity is zero anyway at that point in that frame so those terms are zero.