Steady state velocity profile of stirred cup of non-bottomless coffee.
Posted by peeterjoot on April 29, 2012
Motivation.
Having tackled the problem of the spin down of a bottomless cup of coffee, lets try setting up the harder problem with a non-infinite cup. It turns out that this is a lot harder. Even the steady state solution requires a superposition of Bessel functions (whereas we only had that in the bottomless problem when we tried to find the time evolution after ceasing the stirring).
I can find the form of the solution, but don’t know how to actually apply the boundary value constraints. I also find the no-slip constraints themselves become problematic, because they lead to an inconsistency at the point of contact of a moving and a static interface. Before continuing, I need to find out how to deal with that inconsistency.
Navier-Stokes for the problem.
Working in cylindrical coordinates is the only sensible option. Let’s look first at the steady state problem, with the cup being stirred at at constant rate with the unrealistic rotating cylinder stir stick used previously. We’ll assume an azimuthal velocity profile
Let’s first verify that this satisfies our incompressible condition
The only term that survives is the but that’s perpendicular to
so we have
as desired. This leaves us with
Splitting into coordinates respectively we have
Demanding a symmetrical solution kills off the pressure term in 2.4a, and we can proceed with separation of variables to find the allowable solutions for the velocity before imposing our boundary value conditions. With we have
Should we pick a negative or a positive constant here (ie: trig or hyperbolic functions for )? Allowing for both temporarily, we find for
Using Mathematica (phy454/coffeeCupWithBottom.cdf) to look up the solutions, we find that this was a Bessel equation with solutions
However, the second set are not real valued for . This means we want the hyperbolic solutions for
. Because we also have a boundary value constrain of
on the bottom of the cup, we can pick only hyperbolic sine solutions. As before, we’ll “stir” the coffee with a cylinder at radius
(with cup radius
), our solution has the form
latex r < s$} \\ s \Omega\sum \left( D_a J_1(r/a) + E_a Y_1(r/a) \right) \sinh(z/a) & \quad \mbox{
} \\ \end{array}\right.\end{aligned} \hspace{\stretch{1}}(2.8)$
Observe that, regardless of we have
because
. We also can’t scale
as
(where
are the zeros of
) when the stirring isn’t at the edge since we need
. That suggests that we probably want to write our system as
latex r < s$} \\ s \Omega\sum \left( D_i J_1(\lambda_i r/R) + E_i Y_1(\lambda_i r/R) \right) \sinh(\lambda_i z/R) & \quad \mbox{
} \\ \end{array}\right.\end{aligned} \hspace{\stretch{1}}(2.9)$
The boundary value constraints of and
require the solution of
We know how to solve a system like 2.10a if we did not have the term in the mix. Can we look for a numerical (least squares?) solution to this more general problem. Will it be possible to find something that’s a good fit regardless of the value of
?
We have other troubles too. We can’t simultaneously satisfy the boundary value condition of and also
. Should we attempt something like a least squares solution and start going near
the small
values near there will start forcing the
‘s arbitrarily high.
We have to somehow modify the no-slip condition so that when we have a moving interface in contact with a static interface we somehow deal with the fact that the no-slip constraints cannot simultaneously require the velocity to match both the moving and static interfaces at that point of contact.