CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Wing Aerodynamics Fluent OF 15 comparison

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree2Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 3, 2009, 12:54
Default Hi FOAMers, I'd like to com
  #1
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough
Hi FOAMers,

I'd like to compare Fluent 6.3 and OF 1.5 performances in simulating flow around fixed wing with a Reynolds number of about 220000. In both cases, I applied to simpleFoam this tetrahedral mesh:

[...]
Number of cells of each type: [...]
tetrahedra: 445207 [...]
Checking geometry...
Overall domain bounding box (-1.865 -4.09798 -4.09726) (6.335 9.22699e-09 4.09726)
Mesh (non-empty) directions (1 1 1)
Mesh (non-empty, non-wedge) dimensions 3
Boundary openness (1.52724e-19 7.40957e-19 2.03325e-19) OK.
Max cell openness = 1.63569e-16 OK.
Max aspect ratio = 9.33635 OK.
Minumum face area = 5.21732e-07. Maximum face area = 0.156288. Face area magnitudes OK.
Min volume = 3.97085e-10. Max volume = 0.0188268. Total volume = 144.059. Cell volumes OK.
Mesh non-orthogonality Max: 65.4365 average: 20.2284
Non-orthogonality check OK.
Face pyramids OK.
Max skewness = 0.899635 OK.


the following fvSchemes:

[...]
divSchemes
{
default none;
div(phi,U) Gauss upwind;
div(phi,k) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div(phi,R) Gauss upwind;
div(R) Gauss linear;
div(phi,nuTilda) Gauss upwind;
div((nuEff*dev(grad(U).T()))) Gauss linear;
[...]


and fvSolutions:

[...]
relaxationFactors
{
p 0.3;
U 0.7;
k 0.8;
epsilon 0.8;
R 0.7;
nuTilda 1.0;

Not specified parameters are as standard. Boundary conditions are as follows:

- inlet: velocityInlet, v (15, 0, 0), p zeroGradient, k = 0.001, epsilon = 0.000616218,
- wall: v (0,0,0), p, k and epsilon zeroGradient,
- symmetry plane for the central plane,
- internalField: v (15, 0, 0), p = 0, k = 0.001, epsilon = 0.0616218 (two order of magnitude greater than the inlet, as suggested here).

Note that there is not an outlet since the entire domain is shaped as a half-sphere with the wing placed somewhere at about 1/3 of the diameter. In addition, I added wall roughness to wall functions, as explained here, and set kappa = 0,4187, E = 9,793, C_s = 0,5 and k_s = 0,0004.

I run the simulation for an angle of attack of 0° and 8°. These are my results:

AoA = 0°
- OF 1.5: cl = 0.0332, cd = 0.020838;
- Fluent 6.3: cl = 0.0406, cd = 0.0480.

AoA = 8°
- OF 1.5: cl = 0.268883, cd = 0.0.04841;
- Fluent 6.3: cl = 0.6317, cd = 0.08704.

As you can see, there is a difference of about 50% in both cl and cd, at both AoA values. In addition to these, I ran a simulation with AoA = 24° and, while in Fluent I obtained a complete stalled wing as expected, I had no sign of flow detachment in OF.

So far, I have tried different solutions and configurations, including:
1) change external domain shape from a sphere to a cube (inlet condition as above, outlet condition: p = 0, v, epsilon and k = zeroGradient);
2) increase cell number;
3) take the flow as laminar;
4) change epsilon and k relaxation factor to 0.3;
but anything is worth mentioning.

Is there anything that I am missing? Some bad assumptions? And... is there anyone that have a sort of "general rules" for this kind of problems?
Any help will be appreciated.
Regards,
Maddalena.
maddalena is offline   Reply With Quote

Old   February 4, 2009, 02:37
Default Hello Maddalena,
  #2
Member
 
Maruthamuthu Venkatraman
Join Date: Mar 2009
Location: Norway
Posts: 80
Rep Power: 17
maruthamuthu_venkatraman is on a distinguished road
Hello Maddalena,
Iam new to OPENFOAM but i can suggest some basic guidelines for such stalled wing profile computations..

1. Under stall regions wall functions are not recommended. So you need to capture the near wall turbulence shear and seperation point accurately. You should have Y+ around 1 and try it with low Re model. Launder Sharma ke model or others..

2. It seems all High RE model in OPENFOAM only uses wall function. If you are using Wall function then make sure that the first cell center from wall should be placed at around 20 to 30 Ref. ERCOFTAC (1999).

3. Inregards with grid i hope you might have some fine Boundary layers at near wall regions. If not its essential.

If you have followed all these things then i donot know.... Lets wait for some other Foamers who experienced such flows..

Regards
maruthamuthu_venkatraman is offline   Reply With Quote

Old   February 4, 2009, 03:04
Default Maddalena, I agree on Marut
  #3
New Member
 
Daniel Schmode
Join Date: Mar 2009
Posts: 22
Rep Power: 17
daniels is on a distinguished road
Maddalena,

I agree on Maruthamuthu points. Additionally I strongly recomend to change the divScheme for the convective term of the momentum-equation:

divSchemes
{
...
div(phi,U) Gauss upwind;
...
}

You are presently using first order upwind which introduced a lot of numerical diffusion. Try a second order scheme.

Secondly (depending on your domain size) the inlet turbulence can affect the results. Try to find out the exact setting used in your fluent computation an apply them in Foam.

And last point: which turbulences model are you using (in Fluent and in Foam)? And is there a correction for the stagnation point (e.g. Kato-Launder) activated?

If you like, you can email me your case, than I can have a closer look.
daniels is offline   Reply With Quote

Old   February 4, 2009, 13:06
Default Dear Maruthamuthu, Dear Daniel
  #4
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough
Dear Maruthamuthu, Dear Daniel,

thanks for your support and advices. Here there are some answers (and some more questions as well...):

1) I have some problems to apply Fluent boundary condition for turbolence exactly. In fact, if I use converged Fluent value for k and epsilon both in boundaries and in internalField, my simulation does not converge, in the meaning that cl and cd values oscillate giving meaningless results (negative cl, for example). The main reason for that is that epsilon value is not sufficiently uniform within the domain and has to be bounded by simpleFoam. Using the trick of an epsilon two order of magnitude lower within the domain let the simulation converge.

2) At the moment, I am using realizableKE model for turbolence, both in OF and in Fluent, with the same (the defalut) realizableKECoeffs. There is not any stagnation correction modelled in it.

3) I am running a Hi-Re model, and my yPlusRAS -latestTime check says that: […] Patch 3 named surf y+: min: 0.322683 max: 13.9875 average: 2.08982. In any case, I remeshed my domain to obtain a grid with a max y+ around 25, the simulation is running... stay tuned for updates!

4) I know that low-Re models should be applied when the turbolent Reynolds number is low enough and viscous effects are important. However, I am wondering if there is a sort of correlation between the turbolent Reynolds number and the flow Reynolds number, i.e.: in which Re range should I use a Hi-Re model or a Low-Re model? In any case, I have some doubts that a low-Re model is the right one for my case, since the what I'd like to simulate is not only stall and post stall, but also the behaviour with low AoA, with no flow separation.

5) Of course, I can see a small boundary layer around my wing...

6) And... I changed my div(phi,U) to div(phi,U) Gauss linear. Thanks.

After a closer comparison of p, U, k and epsilon countour plot obtained with OF and Fluent converged simulations, I can add that:

1) p max and min values are not the same in OF and Fluent, however the data range (pmax – pmin) are almost the same.

2) U range are the same.

3) Epsilon and k values are way too low in the OF converged solution, and I think this is the main reason of my low aerodynamic coefficients. Maybe the above trick helps to let the solution converge, but towards wrong values...

However, I am not puzzled by numerical values... well... not only from them. I think that the most strange result is an attached flow for such a high AoA as 24°. I agree that the turbolence model could be not the right one for this kind of problem, but... I expect that the flow separates in any case! Is this strictly connected with my low k and epsilon values? Or maybe should I change my solver e.g. turn to turbFoam?

Cheers,

Maddalena.
maddalena is offline   Reply With Quote

Old   February 5, 2009, 04:38
Default ... about point 3: the simulat
  #5
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough
... about point 3: the simulation yith a y+ of about 25 blew in 50 iterations. As usual, epsilon range became way too large and has to be bounded by simpleFoam. This happened although a higher epsilon was applied in the domain in comparison of innerField epsilon.

At this point, seems to me that the problem is strictly connected with starting epsilon value. Is there any way to have a good estimation of it a part using Fluent converged value (that does not work...)?

Regards,

Maddalena
maddalena is offline   Reply With Quote

Old   February 5, 2009, 04:43
Default Back to basics: - run checkMe
  #6
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,904
Rep Power: 33
hjasak will become famous soon enough
Back to basics:
- run checkMesh, and check non-orthogonality
- you cannot run central differencing on div(phi,U): choose an NVD or TVD scheme
- you probably need to switch on some limiters (in Fluent, they are on all the time):
grad scheme: faceLimited leastSquares 0.5;
laplacian scheme: Gauss harmonic limited 0.5;

This is probably enough to sort out your discretisation and you will get a decent solution. Don't forget to declare the surface of the airfoil as a wall patch (wall functions!)

Enjoy,

Hrv
Ramzy1990 likes this.
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   February 5, 2009, 05:11
Default Hello Maddalena,
  #7
Member
 
Maruthamuthu Venkatraman
Join Date: Mar 2009
Location: Norway
Posts: 80
Rep Power: 17
maruthamuthu_venkatraman is on a distinguished road
Hello Maddalena,
Follow the steps in regards with mesh quality and discretization as above .

Inregards with k and e values i would recommend such stratagy to solve this issue.

Try to converge a solution with low turbulent intensity and then increase the disturbances slowely by mapping the old solutions . I guess OpenFoam has that possibility.

I recommend you to make a structured mesh if the geometry is simple in Future. Also in stall regions solutions definitely oscillate , You should adopt a time averaged drag and lift Coeffcient for such application in Transient conditions. Check the resdiuals in FLUENT are they oscillting much for stalled wings.check the max and min of the coeffcients with respect to residual oscillations.

If you dont have any experimental values then i would recommend u to make mesh indipendant study in FLUENT, To make sure we are comparing the right numbers in OPENFOAM.


I have predicted the seperation point accurately for cylinders in OPENFOAM using Launder sharma turbulence model. I havent checked the other models yet.

For attached boundary layers , i think spallart allmaras Model has proven some good results in OPENFOAM. Its been reported by some Foamers in discussion Forum.

May be it helps you.. Try it..

Cheers
maruthamuthu_venkatraman is offline   Reply With Quote

Old   February 5, 2009, 13:14
Default Dear Hrvoje, Dear Maruthamuthu
  #8
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough
Dear Hrvoje, Dear Maruthamuthu,

thanks for your advices and suggestions, but unfortunately I haven't succeed in let the simulation converge... Here my today's results:

1)As reported at the beginning of this thread, my checkMesh says that:
Mesh non-orthogonality Max: 65.4365 average: 20.2284
Non-orthogonality check OK.
Face pyramids OK.
Max skewness = 0.899635 OK.

Moreover fvSolution says that nOrthogonalCorrectors 2. I guess it is not too bad... Am I wrong? I increased this value up to 10, but this did not improve my convergence, as expected.

2)After some tuning, I set div(phi, U) limitedLinearV 1. Should I change div(phi, epsilon) and div(phi, k) as well?

3)I applied faceLimited leastSquares 0.5 to grad schemes and Gauss harmonic limited 0.5 to laplacian schemes, as suggested by Hrvoje.

4)Yes, I have surf type wall in my constant/polyMesh/boundary file.

However, 2) and 3) did not help me to get decent results, on the contrary, the simulation became more sensitive to k and epsilon and as a consequence I obtained huge cl and cd coefficients. Thus:

5)I started with a laminar flow for 50 iterations, and then introduced some turbulence, using a small relaxation factor and increasing it step by step. In 15 "turbulent" iterations the simulation blew off.

5)I tried Launder sharma turbulence model as well, but no sign of detachment even at 24° AoA, as you can see here

What I have forgotten to say up to now is that Fluent results are close to experimental results, that's why I am a bit puzzled by OF results... Moreover, I really cannot understand what epsilon value use for my inlet and my internalField, even if I know the converged Fluent value. Is there any trick for them a part what I have already used?

Hope that some other suggestions will help me to get through these problems!

Regards,
Maddalena
maddalena is offline   Reply With Quote

Old   February 5, 2009, 13:23
Default Dear Hrvoje, Dear Maruthamuthu
  #9
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough
Dear Hrvoje, Dear Maruthamuthu,

thanks for your advices and suggestions, but unfortunately I haven't succeed in let the simulation converge... Here my today's results:

1)As reported at the beginning of this thread, my checkMesh says that:
Mesh non-orthogonality Max: 65.4365 average: 20.2284
Non-orthogonality check OK.
Face pyramids OK.
Max skewness = 0.899635 OK.

Moreover fvSolution says that nOrthogonalCorrectors 2. I guess it is not too bad... Am I wrong? I increased this value up to 10, but this did not improve my convergence, as expected.

2)After some tuning, I set div(phi, U) limitedLinearV 1. Should I change div(phi, epsilon) and div(phi, k) as well?

3)I applied faceLimited leastSquares 0.5 to grad schemes and Gauss harmonic limited 0.5 to laplacian schemes, as suggested by Hrvoje.

4)Yes, I have surf type wall in my constant/polyMesh/boundary file.

However, 2) and 3) did not help me to get decent results, on the contrary, the simulation became more sensitive to k and epsilon and as a consequence I obtained huge cl and cd coefficients. Thus:

5)I started with a laminar flow for 50 iterations, and then introduced some turbulence, using a small relaxation factor and increasing it step by step. In 15 "turbulent" iterations the simulation blew off.

5)I tried Launder sharma turbulence model as well, but no sign of detachment even at 24° AoA, as you can see here


What I have forgotten to say up to now is that Fluent results are close to experimental results, that's why I am a bit puzzled by OF results... Moreover, I really cannot understand what epsilon value use for my inlet and my internalField, even if I know the converged Fluent value. Is there any trick for them a part what I have already used?

Hope that some other suggestions will help me to get through these problems!

Regards,
Maddalena
maddalena is offline   Reply With Quote

Old   February 6, 2009, 04:10
Default Hello Maddalena,
  #10
Member
 
Maruthamuthu Venkatraman
Join Date: Mar 2009
Location: Norway
Posts: 80
Rep Power: 17
maruthamuthu_venkatraman is on a distinguished road
Hello Maddalena,
Iam not a Turbulent expert to shed more light upon this problem. But i can give some tips , May be u know about it.
For external flows viscosity ratio Mut/Mu for free stream inlet should be set between 1 to 10. I used this settings in FLUENT and coupled with TI % has given good results.

In OpenFoam your epsilon values can be set correspoonding to Mut/ Mu Value. The realtionship is available in USER GUIDE FLUENT as well.

In regards with Numerics, some other FOAMERS can guide you for such unstructured grids.

Good Luck.
maruthamuthu_venkatraman is offline   Reply With Quote

Old   February 6, 2009, 04:51
Default Hello Maddalena,
  #11
Member
 
Maruthamuthu Venkatraman
Join Date: Mar 2009
Location: Norway
Posts: 80
Rep Power: 17
maruthamuthu_venkatraman is on a distinguished road
Hello Maddalena,
Iam not a Turbulent expert to shed more light upon this problem. But i can give some tips , May be u know about it.
For external flows viscosity ratio Mut/Mu for free stream inlet should be set between 1 to 10. I used this settings in FLUENT and coupled with TI % has given good results.

In OpenFoam your epsilon values can be set correspoonding to Mut/ Mu Value. The realtionship is available in USER GUIDE FLUENT as well.

In regards with Numerics, some other FOAMERS can guide you for such unstructured grids.

Good Luck.
maruthamuthu_venkatraman is offline   Reply With Quote

Old   February 6, 2009, 13:01
Default Dear all, Some fresh news a
  #12
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough
Dear all,

Some fresh news about Fluent-OF comparison in wing aerodynamics...

So far, I have applied realizableKE, kepsilon or Launder Sharma ke turbulence model to simulate flow around a 3D wing at Re = 250000. I specified k and epsilon boundaries value in Fluent, and applied the same values in OF as well. However, these values were too low for OF, and no detachment appeared even with a high AoA. Using k and epsilon deriving from viscosity ratio and turbolent intensity, I could finally get separation near the trailing edge. However, simulation blew off within 50 iterations and no acceptable solution could be extracted. I tried a lot of different combinations of epsilon and k values, without success.

Thus I changed the turbolence model to Spalart-Allarmas, since I wanted to be sure that the problem was somewhere in my settings and not strictly connected with the realizableKE model. I succeed to have a nice separation for AoA=24°, but the simulation crashed as usual after 100 iterations or so. I am puzzled since the simulation ran fine for the first 90 time steps, after which nuTilda increased suddently and in 10 iterations the simulation crashed. The same happened with AoA = 8°, when no separation occur.

Now, I have some hypoteses on what could be the problem:

1) is my tetra mesh not suitable for wing analysis made in OF? Maybe it is not fine enough near the wall, or it is not orthogonal enough for the solver... (see the first post of this thread for checkMesh output)

2) I noticed that I used fluentMeshToFoam to convert my Fluent file to OF, even I have a 3D mesh. I should use fluent3dMeshToFoam instead. Could it be the main cause of all my problem? I do not know, maybe a bad conversion or some odd values... However, checkMesh gives no error...

3) Do I need a fine tuning in fvSolutions and fvSchemes. If so, where to start?

Thanks in advance to everyone that give me some more hints... If you like, I can pick up my case and send it to you for a closer inspection...

Have a nice weekend!

Maddalena.
maddalena is offline   Reply With Quote

Old   February 7, 2009, 07:03
Default Well.... 1.) Maybe OF has o
  #13
Senior Member
 
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20
bastil is on a distinguished road
Well....

1.) Maybe OF has other mesh requirements than Fluent but looking at your checkmesh results I think it should work. Is it possible to post your complete case for others to test?

2.) This should not be a problem if your mesh is transformed correct which is the case.

3.) Yes I think this is where we should start. Could you additionally post all of your fluent solver settings? I can take a short look at it on sunday.

Regards BastiL
bastil is offline   Reply With Quote

Old   February 9, 2009, 05:07
Default http://www.cfd-online.com/Open
  #14
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough

maddalena is offline   Reply With Quote

Old   February 9, 2009, 05:31
Default Mmm.. Sorry... http://www.c
  #15
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough
Mmm.. Sorry...
FluentSettings.jpg.tar.gz
maddalena is offline   Reply With Quote

Old   February 9, 2009, 05:43
Default http://www.cfd-online.com/Ope
  #16
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough
FluentSettings.rar
maddalena is offline   Reply With Quote

Old   February 9, 2009, 06:45
Default Yes, this E-Mail Adress is fin
  #17
Senior Member
 
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20
bastil is on a distinguished road
Yes, this E-Mail Adress is fine.

About Wall-roughtness: Did you also modify this in your FLUENT runs?

Regards
bastil is offline   Reply With Quote

Old   February 9, 2009, 06:50
Default Yes, I modified OF because I'd
  #18
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough
Yes, I modified OF because I'd like to be coherent with Fluent settings. In some minutes you'll get the case. Thanks.

Maddalena
maddalena is offline   Reply With Quote

Old   February 9, 2009, 18:15
Default Maddalena, I have taken a l
  #19
Senior Member
 
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20
bastil is on a distinguished road
Maddalena,

I have taken a look at the case. Some questions and comments:

- Your mesh quality looks fine but it has no prism layers at all which is extremly poor for force prediction.. From a pure quality point of view it should run without any non-othogonal correctors. I will try.
- I do not understand your boundary conditions. I can not find an inlet as mentioned above... What patch is missing?
- I will try GAMG for pressure. This should help. Also some settings should get closer to Fluent once. I will get back to you.

Regards
bastil is offline   Reply With Quote

Old   February 9, 2009, 20:18
Default Hi, I have a similar Proble
  #20
Member
 
Daniel Harlacher
Join Date: Mar 2009
Location: Davis, CA, United States
Posts: 60
Rep Power: 17
harly is on a distinguished road
Hi,

I have a similar Problem with my Drag of a sphere I would love to take a look at your case - maybe I can even find some help for myself.
You can send the case to:

openfoam.messageboard at gmail.com

And I will give it a shot on a spare client.

thank you
- harly
harly is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Comparison between Fluent and COMSOL Solarfinder Main CFD Forum 5 November 12, 2014 14:23
External Aerodynamics - Moving Wing Mick FLUENT 0 October 3, 2005 09:13
Comparison among CFX, STARCD, FLUENT, etc ? Jihwan Main CFD Forum 13 October 12, 2004 13:02
comparison Of CFX with FLUENT rou CFX 3 April 26, 2003 02:10
comparison Of CFX with FLUENT rou FLUENT 1 April 1, 2003 20:18


All times are GMT -4. The time now is 07:15.