|
[Sponsors] |
August 27, 2003, 16:39 |
Node centered and cell centered.
|
#1 |
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! |
|
August 27, 2003, 19:24 |
Re: Node centered and cell centered.
|
#2 |
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 |
|
August 27, 2003, 19:29 |
Re: Node centered and cell centered.
|
#3 |
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. |
|
August 28, 2003, 05:41 |
Re: Node centered and cell centered.
|
#4 |
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. |
|
August 28, 2003, 06:42 |
Re: Node centered and cell centered.
|
#5 |
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? |
|
August 28, 2003, 08:49 |
Re: Node centered and cell centered.
|
#6 |
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.
|
|
August 28, 2003, 11:39 |
Re: Node centered and cell centered.
|
#7 |
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.
|
|
August 28, 2003, 13:43 |
Re: Node centered and cell centered.
|
#8 |
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 |
|
August 28, 2003, 15:39 |
Re: Node centered and cell centered.
|
#9 |
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. |
|
August 29, 2003, 14:54 |
Re: Node centered and cell centered.
|
#10 |
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.....
|
|
|
|
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 |