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

Cell Reynolds Number

Register Blogs Community New Posts Updated Threads Search

Like Tree11Likes
  • 1 Post By Oliver
  • 8 Post By John C. Chien
  • 2 Post By Avr.Tomer

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 26, 1998, 09:41
Default Cell Reynolds Number
  #1
laliong
Guest
 
Posts: n/a
Hi, I'm a beginner of CFD. In some paper, I read this words "cell Reynolds number". But I'm not sure what exactly this words mean. Any explanation will be very appreciated. Thanks.
  Reply With Quote

Old   August 26, 1998, 10:06
Default Re: Cell Reynolds Number
  #2
Fabien Coppens
Guest
 
Posts: n/a
Hi. It probably refers to the local Reynolds number based on the velocity in the calculation cell.
  Reply With Quote

Old   August 26, 1998, 10:11
Default Re: Cell Reynolds Number
  #3
andy
Guest
 
Posts: n/a
...and the length scale of the cell.
  Reply With Quote

Old   August 26, 1998, 10:28
Default Re: Cell Reynolds Number
  #4
laliong
Guest
 
Posts: n/a
Thanks for your responses. But what is the constraint of cell Reynolds number for flow with high Reynolds number ?
  Reply With Quote

Old   August 26, 1998, 11:40
Default Re: Cell Reynolds Number
  #5
Oliver
Guest
 
Posts: n/a
The cell Reynolds number can be taught as The Peclet Number after Roache. The Reynolds Number is the ratio of Inertial to Viscous forces. While the Peclet Number is the Ratio of Convective to Diffusive Fluxes across the Cell. Therefore at low Peclet number, diffusion of a property is of higher importance than convection of that property across the cell.

In order for a discretization scheme to behave appropriately for different Peclet numbers it must be transportiveness, which is one of the fundamental properties of a discretization scheme. All this says is, that for low Peclet numbers the discretization schemes must behave as thought diffusion is the dominant characteristic, while for high Peclet number the discretization scheme must behave as thought convection of the property is the dominant characteristic.

Hope this is helpful
archeoptyrx likes this.
  Reply With Quote

Old   August 26, 1998, 11:46
Default Re: Cell Reynolds Number
  #6
Fabien Coppens
Guest
 
Posts: n/a
There are various ways that local Reynolds numbers can be useful, including as an idea of the local stability characteristics of a discretization scheme. Some schemes have critical Re above which you get oscillations, etc... Another useful local variable is the CFL number defined as V*dt/dx where dt and dx are (local) time step and grid scale respectively. Every scheme has a theoretical maximum CFL number.
  Reply With Quote

Old   August 26, 1998, 12:51
Default Re: Cell Reynolds Number
  #7
John C. Chien
Guest
 
Posts: n/a
Assuming that you are writing the finite-difference equations of the Navier-Stokes equations in Cartesian coordinates, ( use central difference or one-sided upwinded difference scheme), you can group the coefficients of the final finite-difference equations in such way that some will appear as Re,x , Re,y , Re,z . where Re,x is defined as (rho * U * delt-x)/mu, Re,y is defined as (rho * V * delta-y)/mu, and Re,z is defined as (rho * W * delta-z)/mu.These are teh local cell's Reynolds number because U,V,an W are local nodal point velocity components.(U=U(i,j,k)), V=V(i,j,k), and W=w(i,j,k) ). And the delta-x, delta-y, and delta-z are the local cell sizes in x-, y-, and z- directions. ( delta-x= X(i+1,j,k)- X(i-1,j,k), delta-y = Y(i,j+1,k)-Y(i,j-1,k), delta-z = Z(i,j,k+1) - Z(i,j,k-1) ). There is nothing magic about the definition of these cell Reynolds number at this stage because you will get these in the process of deriving the finite-difference equations. The problem is when you try to solve this set of finite-difference equations, you have to use some kind of finite size mesh. Based on the mesh size you use, you can change the values of the local cell Reynolds numbers, because they are directly related to the delta-x, delta-y, and delta-z. When you increase the cell size ( using coarse mesh), you automatically increase the cell Reynolds numbers ( the coefficients of your finite-difference equations ). In your equations, you have terms coming from the left-hand side of the momentum equation ( convection term) , you also have terms coming from the right -hand side of the momentum equation. As a result, in your final finite-difference equations, some terms will have positive coefficient, and some terms will have negative coefficient. Because not all terms have local cell Reynolds number attached to them, when you use a coarse mesh, some terms will become larger because the cell Reynolds number will increase with cell size. Sometimes, this will change the nature of the finite-difference equation. ( negative terms can be enlarged to an extent that they become larger than the rest of the terms simply because you are using coarse mesh. ). Numerically, when you try to solve the equation, you can see the solution wiggles because you have just changed the nature of the equations. In early days, when people use central difference for both the first-oder convection term and the second-order diffusion terms, there were positive and negatice coefficients in the final equation. As the cell Reynolds number becomes greater then two, the nature of the finite difference equation was changed because of the cell size used. The result was instability in the solution ( sometimes the solution diverged). By using the "upwind" one-sided difference , you can obtain the finite difference equation with all the coefficients remain the same sign regardless of the cell size you select. At least using this method, you can avoid the stability problem related to the cell size. In other words, when you use certain finite-difference methods, you can easily change the nature of the equation. ( you don't have this problem with the original partial differential equations because the cell size is approaching zero.) This is a big step in the CFD development. Once you can handle the stability problem, you would like to get more accurate solutions by using more accurate schemes ( first order upwind scheme tends to smear the solution profiles. more diffusive. ) The best way to get the feeling is to use the 1-D model equation with convection and diffusion terms, and write a simple program with various difference schemes to check the sign of the coefficients and the final solutions. ( you don't get this part by just running a commercial code.)
  Reply With Quote

Old   September 8, 1998, 07:01
Default Re: Cell Reynolds Number
  #8
Rasputin
Guest
 
Posts: n/a
John,

I thought the cell Peclet number was used, not the cell Reynolds number. What's the difference? Is there a difference? I suppose one looks at fluxes the other considers absolutes.
  Reply With Quote

Old   September 8, 1998, 07:47
Default Re: Cell Reynolds Number
  #9
Rasputin
Guest
 
Posts: n/a
Oops, of course Pe = RePr. Doh...
  Reply With Quote

Old   March 19, 2015, 11:39
Default About Matleb Programe for reynold's equation solution by finite diffrence method
  #10
New Member
 
Suchit
Join Date: Mar 2015
Posts: 8
Rep Power: 11
Suchit is on a distinguished road
you have any matleb programme in which Reynold's equation is solved by finite difference method???????
i am doing work on this bus not getting any reference work for complete convergent and divergent shape for parabolic shape....
My mail id : shahsuchit007@gmail.com
Suchit is offline   Reply With Quote

Old   March 19, 2015, 11:40
Default
  #11
New Member
 
Suchit
Join Date: Mar 2015
Posts: 8
Rep Power: 11
Suchit is on a distinguished road
you have any matleb programme in which Reynold's equation is solved by finite difference method???????
i am doing work on this bus not getting any reference work for complete convergent and divergent shape for parabolic shape....
My mail id : shahsuchit007@gmail.com
Suchit is offline   Reply With Quote

Old   March 19, 2015, 11:42
Default About Matleb Programe for reynold's equation solution by finite diffrence method
  #12
New Member
 
Suchit
Join Date: Mar 2015
Posts: 8
Rep Power: 11
Suchit is on a distinguished road
you have any matleb programme in which Reynold's equation is solved by finite difference method???????
i am doing work on this bus not getting any reference work for complete convergent and divergent shape for parabolic shape....
My mail id : shahsuchit007@gmail.com
Suchit is offline   Reply With Quote

Old   September 17, 2019, 03:18
Lightbulb A comprehensive explanation for the cell-reynolds problem
  #13
Member
 
Tomer
Join Date: Sep 2010
Location: Israel
Posts: 39
Blog Entries: 4
Rep Power: 15
Avr.Tomer is on a distinguished road
I really took the time with this one. One of my favorite posts 🤓:

https://cfdisraelblog.wordpress.com/...nolds-problem/
fredericgaillard and shaharg like this.
Avr.Tomer is offline   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
Two way particle coupling in OF 2.0 and the particle reynolds number preichl OpenFOAM 7 February 9, 2012 15:38
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! sc298 OpenFOAM Meshing & Mesh Conversion 2 March 27, 2011 21:11
Cells with t below lower limit Purushothama Siemens 2 May 31, 2010 21:58
Warning 097- AB Siemens 6 November 15, 2004 04:41
cell number in radpro.f ? Ossi Siemens 1 April 5, 2002 07:48


All times are GMT -4. The time now is 08:30.