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

Node centered and cell centered.

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree4Likes
  • 3 Post By Dr. Hrvoje Jasak
  • 1 Post By sandeep

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 27, 2003, 16:39
Default Node centered and cell centered.
  #1
Confused.
Guest
 
Posts: n/a
Hi,

Could someone tell me the difference between these two: Node centered and cell centered. I have looked in so many books and found it difficult to get a consistent meaning for these terms. Has anyone got a reference they consider excellent? Where are the points at which we calculate the values of interest in each case? Where is the control volume in relation to these points? How is the boundary condition treated.

Thanks,

Confused student!
  Reply With Quote

Old   August 27, 2003, 19:24
Default Re: Node centered and cell centered.
  #2
KKim
Guest
 
Posts: n/a
As far as I know, dual cell approach is used for the CV in node-centered method. For exmaple, in 2-D triangle unstructured mesh, the dual mesh of delaunay triangulation can be defined by voronoi diagram.

I think Blazek's book is one of the easiest book to follow on this topic. Here's the link: http://www.cfd-online.com/Books/list...?author=Blazek%2C+J
  Reply With Quote

Old   August 27, 2003, 19:29
Default Re: Node centered and cell centered.
  #3
KKim
Guest
 
Posts: n/a
If you need more info on delaunay triangulation and voroni diagram, check out the following web page: http://www.ics.uci.edu/~eppstein/gina/delaunay.html

Computational Geometry by Mark de Burg helped me a lot, although it doesn't discuss CFD at all.

  Reply With Quote

Old   August 28, 2003, 05:41
Default Re: Node centered and cell centered.
  #4
Dr. Hrvoje Jasak
Guest
 
Posts: n/a
Quite easy. In order to use a numerical solution method on your problem, you will need to build a mesh. A mesh consists of a set of points, which support cells. As usual, cells are not allowed to overlap and need to completely cover the computational domain.

Now that you've got a mesh, you need to define a field. For this purpose, you will choose a "location" in which the value will be defined. A cell-centred scheme stores the variable in all cell centres whereas a node-centred scheme stores it in the points.

There is also a bunch of other choices but I don't want to get into that now.
liujing020277, hua and aerosayan like this.
  Reply With Quote

Old   August 28, 2003, 06:42
Default Re: Node centered and cell centered.
  #5
Confused.
Guest
 
Posts: n/a
Hi,

Thanks. I use a code where the grid points (solution variables are stored at grid points) are located at the centre of a cell.The cell faces are midway between adjacent nodes. What type of code is this?
  Reply With Quote

Old   August 28, 2003, 08:49
Default Re: Node centered and cell centered.
  #6
P. Birken
Guest
 
Posts: n/a
That's probably a finite volume method. The variables there are mean values of quantities in the cell (for example the density of a gas). In contrast, values on nodes usually represent the value of a function at the node, not a mean value (for example the pressure of the gas at exactly that point.
  Reply With Quote

Old   August 28, 2003, 11:39
Default Re: Node centered and cell centered.
  #7
Even more Confused.
Guest
 
Posts: n/a
Yes, it is a finite volume technique. All of the methods I have spoken of are finite volume techniques. I want to know how to define node centered and cell centered finite volume techniques. Where are the grid points in both cases, where is the computational cell (has it a grid point at its centre or at corners or midway along its faces..) where is the information stored. I want answers to these questions with regard to the cell and node centred techniques ina finite volume sense. Thanks for all of your help everyone.
  Reply With Quote

Old   August 28, 2003, 13:43
Default Re: Node centered and cell centered.
  #8
Dr. Hrvoje Jasak
Guest
 
Posts: n/a
Wee, try this. When you build a mesh, you will have vertices but not cells on the boundary. If any of your computational points is actually ON the boundary, you are using a node-centred FV technique; otherwise it is cell-centred.

Hope this helps to un-confuse you
  Reply With Quote

Old   August 28, 2003, 15:39
Default Re: Node centered and cell centered.
  #9
Not as Confused.
Guest
 
Posts: n/a
Hi,

Thank you. When you say, "if any of your computational points is actually on the boundary", are you refering to the points at which, for example, we calculate the velocity? I assume if I create a mesh (the vertices)where the corners of the cell (in rectangular 3-D mesh for example) are the vertices and I calculate the velocity at the centre of this cell, then I am using a node centred code? Would this be correct? Or is is also a requirement (in additon to the above) that I have a computational point on the boundary in order to be node-centred? Thanks for the help guys. I am having a problem only with the naming strategy, the theory is fine.
  Reply With Quote

Old   August 29, 2003, 14:54
Default Re: Node centered and cell centered.
  #10
sandeep
Guest
 
Posts: n/a
Guys, Is it not true, that calculation is always done at nodes, i.e. in a node centered way. Then, how the solution is stored defines wether it is a node or cell centered code. In a node centered the solution is stored at the cell nodes themselves, and in a cell centered, the solution is averaged ( using the node values) to the cell center and then stored.....
Krishna1995 likes this.
  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
gradient calculation of cell centered finite volume method zhengjg Main CFD Forum 10 November 12, 2012 00:13
Cell vertex FV vs Cell centered FV peter.zhao Main CFD Forum 1 September 15, 2004 10:26
node based or cell centered Ts values acboge FLUENT 0 February 6, 2004 07:41
Cell vertex V.S Cell centered peter.zhao Main CFD Forum 3 November 13, 2002 05:47
Stability of cell centered, colocated approach George M Main CFD Forum 4 January 19, 2001 11:37


All times are GMT -4. The time now is 11:34.