|
[Sponsors] |
July 5, 2005, 06:08 |
Is this correct formula for centre of quad?
|
#1 |
Guest
Posts: n/a
|
Hi,
I'm trying to use structured grid on FVM with cell centered values. Hence given the coordinates of the quadrilateral, I need to find the cell centered coordinates. I search thru the internet and one of them listed the formula as coord (x1,y1) .... (x4,y4), center x = (x1+x2+x3+x4)/4 center y = (y1+y2+y3+y4)/4. Is this the correct formula? Thanks alot! |
|
July 5, 2005, 13:36 |
Re: Is this correct formula for centre of quad?
|
#2 |
Guest
Posts: n/a
|
Dear Quarkz,
If you are using the formulae for centroid of the quadrilateral, then you are absolutely right Regards, Ganesh |
|
July 6, 2005, 00:53 |
Re: Is this correct formula for centre of quad?
|
#3 |
Guest
Posts: n/a
|
The centroid in a finite volume method is the area/volume averaged point. In general, it is not equal to the the arithmetic average of the vertices (except for a triangle). To find the centroid for an arbitrary polygon, see
http://astronomy.swin.edu.au/~pbourk...etry/polyarea/ |
|
July 6, 2005, 01:01 |
Re: Is this correct formula for centre of quad?
|
#4 |
Guest
Posts: n/a
|
The arithmetic average formula for the centroid is also valid for a quadrilateral.
http://mathworld.wolfram.com/Quadrilateral.html |
|
July 6, 2005, 01:10 |
Re: Is this correct formula for centre of quad?
|
#5 |
Guest
Posts: n/a
|
hi,
in that case, what is the difference between the two? if the 1st formula is not the centroid, what is it? Can someone confirm that the 2nd formula is the correct one to find the center of a quadrilateral for a cell centre FVM? thanks alot! |
|
July 6, 2005, 03:23 |
Re: Is this correct formula for centre of quad?
|
#6 |
Guest
Posts: n/a
|
chill friend what you are doing works very well with FVM meshes, i am using the same approach in solver and had not got any problem till now.
|
|
July 6, 2005, 04:48 |
Re: Is this correct formula for centre of quad?
|
#7 |
Guest
Posts: n/a
|
>The arithmetic average formula for the centroid is also valid for a quadrilateral.
Ouf ! ;-) |
|
July 7, 2005, 00:57 |
Re: Is this correct formula for centre of quad?
|
#8 |
Guest
Posts: n/a
|
For a cell-centered finite volume scheme, it is important to ensure that you are using the correct definition of centroid, especially for second order schemes where a linear reconstruction is used. It does not matter for a first order scheme. Remember that the cell-averaged value is a second order approximation to the value at the centroid,
u(x<sub>c</sub>) = u<sub>ave</sub> + O(h<sup>2</sup>) but if you take any other point in the cell, then the cell averaged value is only a first order approximation u(x) = u<sub>ave</sub> + O(h) The formula for the centroid given in http://astronomy.swin.edu.au/~pbourk...etry/polyarea/ is a general formula valid for any polygon. It should reduce to the arithmetic average formula for a triangle and quadrilateral. |
|
August 24, 2018, 13:40 |
The link is available on this address now.
|
#9 |
New Member
Sangu
Join Date: Oct 2012
Posts: 1
Rep Power: 0 |
Hi,
The link to the centroid of a polygon that you posted has expired. The latest link is available here: https://www.seas.upenn.edu/~sys502/e...20Centroid.pdf |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
janafThermo: How to read formula? or at least: How to use hPolynomialThermo? | bgoeppner | OpenFOAM | 0 | February 22, 2010 16:17 |
Parallel computing quad core | Prad | Main CFD Forum | 13 | February 9, 2009 15:28 |
Questions about CPU's: quad core, dual core, etc. | Tim | FLUENT | 0 | February 26, 2007 15:02 |
Benetton Formula 1 | CD adapco Group Marketing | Siemens | 13 | February 7, 2002 10:33 |