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

A Formula for 3D Unstructured Grids wanted

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 24, 2000, 23:59
Default A Formula for 3D Unstructured Grids wanted
  #1
Yoshikiyo
Guest
 
Posts: n/a
Hello all,

I want a formula for 3D grids which relates the # of nodes to the # of tetrahedra, i.e.

Nt = fnc(Nv)

where Nv is the # of vertices(nodes) and Nt is the # of tetrahedra.

Also, the # of triangles on boundaries may be involved.

Does anybody know whether or not it is possible to get such a formula? (even an approximation)

Thank you,

Yoshikiyo
  Reply With Quote

Old   February 25, 2000, 04:17
Default Re: A Formula for 3D Unstructured Grids wanted
  #2
Robert Schneiders
Guest
 
Posts: n/a
Hi,

let V = number of nodes,

E = number of edges,

F = number of faces

T = number of tets

_i : inner

_a : boundary

Then (for a geometry without holes):

V + F = E + H + 1

4 * T = 2 * F_i + F_a

F_a + V_a = E_a + 2

4 * F_a = 2 * E_a

On the average, each internal node has 24 tets adjacent.

Regards,

Robert

Dr. Robert Schneiders MAGMA Giessereitechnologie GmbH D-52072 Aachen Kackertstr. 11 Germany Tel.: +49-241-88901-13 email: R.Schneiders@magmasoft.de www: http://www-users.informatik.rwth-aachen.de/~roberts/

  Reply With Quote

Old   February 25, 2000, 12:05
Default Re: A Formula for 3D Unstructured Grids wanted
  #3
Yoshikiyo
Guest
 
Posts: n/a
Thank you for your information, Dr. Schneiders.

I understand the four formulas, but it seems impossible to eliminate both E_i and F_i in the first formula so that I have V=fnc(T,Va).

How did you deduce that each internal node has 24 tets adjacent on average?

Thank you
  Reply With Quote

Old   February 25, 2000, 12:16
Default Re: A Formula for 3D Unstructured Grids wanted
  #4
Robert Schneiders
Guest
 
Posts: n/a
Dear Mr. Yoshikiyo,

I don't know whether it's possble to get the kind of formula that you want.

Your second question: A heuristic argument is:

- 1D: Each node has 2 = 1*2 edges adjacent - 2D: Each node has 6 = 1*2*3 triangles adjacent ==> 3D: Each node has 24 = 1*2*3*4 tets adjacent.

Best regards,

Robert Schneiders
  Reply With Quote

Old   February 25, 2000, 13:07
Default Re: A Formula for 3D Unstructured Grids wanted
  #5
clifford bradford
Guest
 
Posts: n/a
in your formulae what is 'H'?
  Reply With Quote

Old   February 25, 2000, 13:12
Default Re: A Formula for 3D Unstructured Grids wanted
  #6
Robert Schneiders
Guest
 
Posts: n/a
"H" should be "T", sorry.

Regards,

Robert
  Reply With Quote

Old   February 25, 2000, 22:17
Default Re: A Formula for 3D Unstructured Grids wanted
  #7
MLJ
Guest
 
Posts: n/a
For a good Delaunay mesh, T approx=6*V
  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
[Other] OpenFOAM - structured or unstructured Grids ? thomasduerr OpenFOAM Meshing & Mesh Conversion 22 November 24, 2018 23:18
some question about unstructured grids iilw1314 Main CFD Forum 9 March 9, 2011 09:10
combining structured and unstructured grids Shane FLUENT 2 January 23, 2007 20:57
BC implementation on unstructured grids sunny Main CFD Forum 1 October 10, 2004 07:27
TVD/NVD in unstructured grids m.s. darwish Main CFD Forum 0 August 24, 1999 13:44


All times are GMT -4. The time now is 12:22.