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

Hyperbolic mesh generator

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By Martin
  • 1 Post By Harish
  • 1 Post By jchawner

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 11, 2006, 02:49
Default Hyperbolic mesh generator
  #1
Martin
Guest
 
Posts: n/a
Hi,

I am writing hyperbolic mesh generator for structured meshes around airfoils in 2D and I have following question:

is there some good cell volume specification especially for concave regions? Specification I use causes too slow mesh extrusion from concave regions even with low depth or creates "bubbles" in this places. Is it generally possible to create hyperbolic meshes around concave regions (e.g. around space between main wing and flap). An example of such hyperbolic mesh can be seen at http://www.pointwise.com/images/mfoila.gif http://www.pointwise.com/images/mfoilb.gif http://www.pointwise.com/images/mfoilc.gif http://www.pointwise.com/images/mfoild.gif

Does anybody know how to create such mesh? Is it generally possible to create such meshes or this one is only carefully selected exceptional case?

Thanks
sinasadighi likes this.
  Reply With Quote

Old   December 11, 2006, 06:03
Default Re: Hyperbolic mesh generator
  #2
Harish
Guest
 
Posts: n/a
Depending on your necessity there are different algoritms available for generation of hyperbolic meshes.For the case of an airfoil there is a paper

Orthogonal grid generation for Navier-Stokes computations Manoj T. Nair, T. K. Sengupta International Journal for Numerical Methods in Fluids Volume 28, Issue 2 , Pages 215 - 22

where they solve the incompressible N-S equation in covariant form.There are some papers which extend the hyperbolic grid generation method even to internal flows.

You might need to add a laplacian dissipation operator to the hyperbolic grid generator for smoothing.

Regarding the pictures you showed it is possible to generate such meshes using hyperbolic grid generation.But its not at the click of a button.

mechiebud likes this.
  Reply With Quote

Old   December 16, 2006, 14:36
Default Re: Hyperbolic mesh generator
  #3
John Chawner
Guest
 
Posts: n/a
Martin,

The hyperbolic PDE method can generate meshes off concave regions. The examples you cite from Pointwise's web site are not exceptional cases and do not require significant effort to setup. (That doesn't mean that it didn't require a lot of work to program.)

Having written that, the hyperbolic method is extremely fragile. After all, a hyperbolic system tends to propagate discontinuities in the marching direction. So any slope changes or geometric breaks on the intial front (the grid on the surface) tend to propagate onto the interior of the grid.

That's why hyperbolic grid generators tend to have so many user-definable smoothing controls. The basic method (from the work of Steger) includes both implicit and explicit smoothing coefficients. An invaluable addition to the hyperbolic method is something we call the Kinsey-Barth factor (after the authors of the paper describing the technique).

Does your implementation have something called volume averaging? This technique tends to drive the cells to equal sizes as the grid is marched away from the body. By doing so, any unequal grid spacings along the original grid are smoothed.

From a practical standpoint, any slope discontinuity on the intial grid (like a sharp corner) needs to have grid points spaced equally on either side. For example, you don't want the cell on the left side of a corner to be 5 times the size of the cell on the right.

Chan from NASA Ames Research Center has published a large number of papers on hyperbolic grid generation methods and many of those publications are AIAA papers. Chan also publishes a lot at the bi-annual Overset Symposium. You might want to add his work to your literature search.

Hope this helps.
  Reply With Quote

Old   December 26, 2013, 14:22
Question
  #4
Senior Member
 
Anna Tian's Avatar
 
Meimei Wang
Join Date: Jul 2012
Posts: 494
Rep Power: 15
Anna Tian is on a distinguished road
Quote:
Originally Posted by Martin
;46955
Hi,

I am writing hyperbolic mesh generator for structured meshes around airfoils in 2D and I have following question:

is there some good cell volume specification especially for concave regions? Specification I use causes too slow mesh extrusion from concave regions even with low depth or creates "bubbles" in this places. Is it generally possible to create hyperbolic meshes around concave regions (e.g. around space between main wing and flap). An example of such hyperbolic mesh can be seen at http://www.pointwise.com/images/mfoila.gif http://www.pointwise.com/images/mfoilb.gif http://www.pointwise.com/images/mfoilc.gif http://www.pointwise.com/images/mfoild.gif

Does anybody know how to create such mesh? Is it generally possible to create such meshes or this one is only carefully selected exceptional case?

Thanks

Your attached pictures for the airfoil mesh looks amazing to me. Are them generated automatically? Where software can do that?
__________________
Best regards,
Meimei
Anna Tian is offline   Reply With Quote

Old   December 29, 2013, 16:09
Default
  #5
Senior Member
 
John Chawner
Join Date: Mar 2009
Location: Fort Worth, Texas, USA
Posts: 275
Rep Power: 18
jchawner is on a distinguished road
Anna:

The images you asked about come from our website and were generated using Pointwise's hyperbolic mesh generation technique.
__________________
John Chawner / jrc@pointwise.com / www.pointwise.com
Blog: http://blog.pointwise.com/
on Twitter: @jchawner
jchawner is offline   Reply With Quote

Old   September 10, 2015, 06:29
Default
  #6
Member
 
mechiebud
Join Date: Jan 2015
Posts: 49
Rep Power: 11
mechiebud is on a distinguished road
Quote:
Originally Posted by Harish
;46958
Depending on your necessity there are different algoritms available for generation of hyperbolic meshes.For the case of an airfoil there is a paper

Orthogonal grid generation for Navier-Stokes computations Manoj T. Nair, T. K. Sengupta International Journal for Numerical Methods in Fluids Volume 28, Issue 2 , Pages 215 - 22

where they solve the incompressible N-S equation in covariant form.There are some papers which extend the hyperbolic grid generation method even to internal flows.

You might need to add a laplacian dissipation operator to the hyperbolic grid generator for smoothing.

Regarding the pictures you showed it is possible to generate such meshes using hyperbolic grid generation.But its not at the click of a button.
Hi Harish. I too am generating a hyperbolic grid using C programming around an airfoil using arc length control. I have generated the airfoil but couldnot generate the grid properly. Could you please guide me towards sources which would help me in the same.
Thanks
mechiebud is offline   Reply With Quote

Old   October 8, 2017, 04:08
Default
  #7
New Member
 
sina sadighi
Join Date: Jul 2017
Posts: 5
Rep Power: 8
sinasadighi is on a distinguished road
hi
i dont know how to mesh 3 airfoils like this , could U pls give this file to me that i see how you block it ?
sinasadighi is offline   Reply With Quote

Old   October 8, 2017, 15:55
Default
  #8
Senior Member
 
John Chawner
Join Date: Mar 2009
Location: Fort Worth, Texas, USA
Posts: 275
Rep Power: 18
jchawner is on a distinguished road
Hello Sina:

Create connector(s) around the perimeter of each component of the airfoil. Connect the trailing edge of the slat to the leading edge of the main element and the trailing edge of the main element to the leading edge of the flap using connectors. The initial extrusion front (in 2D) will be a loop of connectors from leading edge of the slat around the entire collection and ending back at the slat leading edge. (Or you could do it from flap trailing edge. Doesn't matter.) Then create a domain by extruding from that front using the Normal/Hyperbolic technique.

Good Luck
sinasadighi likes this.
__________________
John Chawner / jrc@pointwise.com / www.pointwise.com
Blog: http://blog.pointwise.com/
on Twitter: @jchawner
jchawner 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
[ICEM] Hexa mesh, curve mesh setup, bunching law Anorky ANSYS Meshing & Geometry 4 November 12, 2014 00:27
3D Hybrid Mesh Errors DarrenC ANSYS Meshing & Geometry 11 August 5, 2013 06:42
[snappyHexMesh] external flow with snappyHexMesh chelvistero OpenFOAM Meshing & Mesh Conversion 11 January 15, 2010 19:43
[Other] Mesh generator for very complex geometries hsieh OpenFOAM Meshing & Mesh Conversion 3 November 21, 2007 14:51
Mesh generator for marine propellers clhona Main CFD Forum 5 September 4, 2006 06:31


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