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

Taylor-Couette Flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 24, 2003, 15:34
Default Taylor-Couette Flow
  #1
Anthony Youd
Guest
 
Posts: n/a
Hi,

I am trying to write a Fortran 90 program to solve the problem of axisymmetric Taylor-Couette flow between concentric cylinders, in the infinite cylinder approximation. I am using a 2nd order, finite-difference, vorticity-stream function formulation in cylindrical coordinates computing the azimuthal velocity on top of circular Couette flow. I use Crank-Nicolson time-stepping on the linear terms and Adams-Bashforth on the nonlinear terms with operator factorisation.

However, I am having a problem that is frustratingly difficult to track down. As a test I compute the velocity growth rates against known results, but an increase in the radial and/or axial truncation parameters does not cause the growth rate to converge to some value as you would expect. Changing the truncation always causes order 1 differences in growth rate. In fact, it appears that the growth rate is tending to zero as I increase the truncation. However, the code always predicts the correct critical Reynolds number for the onset of Taylor vortices, no matter how good or bad the truncation, and the general shapes of all the variables are correct.

You would expect that a decrease in the truncation would cause a worsening growth rate.

The code is nonlinear but I have linearised it to help debugging, as well as trying other parameters (radius ratio, Reynolds number etc.). From the tests I have done it seems that the basic underlying diffusion equations (without nonlinear terms) as well as the Poisson equation on their own are correct. I am pretty sure there are no typos having checked the code plenty of times and the time-step is not too large.

Does anybody have any ideas as to what the problem could be here? Has anyone come across anything like this in any other problems? Any suggestions at all are welcome.

I hope I haven't been to vague in describing the above but I can post further details or parts of the code if that would help,

Thanks in advance,

Anthony.
  Reply With Quote

Old   July 27, 2003, 13:56
Default Re: Taylor-Couette Flow
  #2
andy
Guest
 
Posts: n/a
A possible area to look at may be the boundary conditions you apply to your intermediate predicted variables. Are they second order estimates for the new time step? It is a fairly common problem area for predictor-corrector schemes which leads to a degraded or inconsistent accuracy at the boundary. Depending on the influence of the boundary, this may not become apparent except at fine resolutions.
  Reply With Quote

Old   July 28, 2003, 13:22
Default Re: Taylor-Couette Flow
  #3
Anthony Youd
Guest
 
Posts: n/a
Thanks for the reply,

All boundary conditions are 2nd order, but as far as I can tell this is not where the problem lies. With operator factorisation, there is no intermediate time step, and this was an area I have looked very closely at, especially the boundary conditions for vorticity, which depend on the stream function.

Actually, I think I may have partly tracked down the problem. It seems to be something to do with solving the Poisson equation for the stream function. The way I solve this is with the ADI method, so I only have to solve a tridiagonal system first in the radial direction, and then in the axial direction using the Thomas algorithm. Unfortunately, I have to iterate this procedure to find the solution within some desired tolerance.

Depending on the initial seed I give to the problem, (sometimes as small as 10^(-12) if I want to check growth rates) the growth rate of the solution follows a pattern: very quickly it reaches a constant value, which is what I have been taking to be the actual growth rate, but then after a certain amount of time (not within the initial transient) it becomes very erratic, looking like a numerical instability, before eventually settling down to the true growth rate. Just at this point there is a very slight change in the exponential behaviour of the solution which causes a log plot to have a steeper gradient.

Looking at the profile of where the program spends most of its time, 70% is spent in the Thomas algorithm for the Poisson equation, and this is far too much. I am now thinking that this is where the problem lies, so I will probably have to reformulate the Poisson equation as a linear system matrix*psi=vorticity and try multigrid methods or cyclic reduction which unfortunately means much larger matrices and vectors (I don't think I can use the Fourier transform because of the variable coefficients due to the cylindrical radius).

If anyone has any other ideas let me know.

Thanks again for your help,

Anthony.
  Reply With Quote

Reply


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
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 05:21
Flow meter Design CD adapco Group Marketing Siemens 3 June 21, 2011 08:33
What is the difference between liquid reactive flow and gas reactive flow? James Main CFD Forum 6 May 15, 2009 12:14
potential flow vs. Euler flow curious ... Main CFD Forum 23 July 21, 2006 07:40
Plug Flow Franck Main CFD Forum 3 September 4, 2003 05:57


All times are GMT -4. The time now is 21:40.