|
[Sponsors] |
January 8, 2008, 02:02 |
A question about dynamic overset grids
|
#1 |
Guest
Posts: n/a
|
We are developing a chimera grids method. Wheter chimera grids method can not be applied to the case in which component speed is high? For example: The chimera grids consist of two grids: one is a large and static background grid and the other is a relatively small dynamic grid around an airfoil. The free stream Mach number is 0.3 and the airfoil is moving in the negative direction of the free stram with a Mach numer 0.5.So the flow around the airfoil is Mach number 0.8. But if the dynamic grid is not large enough, the result is obiviously not reaonable. That means chimera grids method can not be applied to the case in which component speed is high. Is it right?
|
|
January 8, 2008, 09:53 |
Re: A question about dynamic overset grids
|
#2 |
Guest
Posts: n/a
|
No that is not right. You have some problem in your implementation. Chimera grids have been successfully applied at much higher relative velocities.
|
|
January 9, 2008, 10:57 |
Re: A question about dynamic overset grids
|
#3 |
Guest
Posts: n/a
|
It seems a characteristic interpolation is needed. But I don't know how to do...In the above case, if the airfoil moves in the negative direction with Mach number 1.4,things get worse. The result in the moving grid seems resonable;but in the static grid, the result is wrong.
|
|
January 9, 2008, 11:45 |
Re: A question about dynamic overset grids
|
#4 |
Guest
Posts: n/a
|
You don't need a characteristic interpolation. You do need to make sure that you have enough fringe to ensure that the interpolated boundaries don't introduce a drop in accuracy of the flux derivatives at the points adjacent to the interpolation boundary. That means that if you are using a scheme with nominal 2nd order accuracy, then you need to layers of interpolation points. This provides sufficient boundary information to allow the flux construction adjacent to the boundary to remain 2nd order accurate.
You also need to be careful that points which are moving from being hole points to field points have reasonable values. For example, if you initialize the flow field to freestream and leave the hole points set to freestream, then when one of those points becomes a field point you are introducing a sudden jump in field values unless you adjust that point's value. One approach is to average all the hole point values every time step and assign these average values to the hole points. Thirdly, if there is a significant difference in mesh resolution in your overlap regions you can introduce a large amount of error that doesn't go away. Remember that in the overlap region you essentially have two different solutions to the equations, with the differences depending on the grid resolution. The larger the difference, the larger the error. Are you handling the grid velocities correctly in the equation formulations? Are you correctly accounting for geometric conservation? Based on your description that the problem gets worse moving in one direction versus another, these areas are what I would look at first. |
|
January 10, 2008, 04:50 |
Re: A question about dynamic overset grids
|
#5 |
Guest
Posts: n/a
|
Thanks for your help. In fact,our code got very smooth resluts in overlapping region even a shock going through it when the relative speed is not high. For a store separation case, the result seems very good. But when the relative speed is high, the results are not resonable...
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
the grids doesn't move in dynamic mesh | fata | FLUENT | 0 | July 4, 2008 19:51 |
question about dynamic meshes | zhhwoo | FLUENT | 0 | August 2, 2006 23:36 |
A question about the dynamic mesh UDF | Tango | FLUENT | 1 | November 27, 2003 03:56 |
A Question on Multi-Rectangular Grids | Bharanidharan Rajamani | Main CFD Forum | 2 | June 12, 2000 19:58 |
upwind schemes,zonal grids and LES | Prabhu | Main CFD Forum | 5 | October 20, 1999 20:43 |