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

Automotive test case

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 18, 2007, 17:29
Default Concerning the schemes I am no
  #61
Senior Member
 
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20
bastil is on a distinguished road
Concerning the schemes I am not sure what fluent uses for div and laplacian. I guess theses are some defualt schemes you can not vary in fluent, can you? The interpolation scheme in fluent should be 2nd order upwind (=linear upwind in OF). For best comparison this should be tried.

Bastil
bastil is offline   Reply With Quote

Old   September 19, 2007, 05:38
Default Yes probably one of the closes
  #62
Member
 
Rosario Russo
Join Date: Mar 2009
Location: Trieste, Italy
Posts: 56
Rep Power: 17
ariorus is on a distinguished road
Yes probably one of the closest to the fluent 2nd order div scheme is Gauss limitedLinear.
By the way using it I found Cd less than 0.24; actually I used a little bit higher values for turbulence than Rajneesh: k=0.5 and eps=3.
(v 1.4 grid and Rajneesh grid of 0.6M).

Ciao.
ariorus is offline   Reply With Quote

Old   September 19, 2007, 05:56
Default Hi Rosario, These are very
  #63
Senior Member
 
Vincent RIVOLA
Join Date: Mar 2009
Location: France
Posts: 283
Rep Power: 18
vinz is on a distinguished road
Hi Rosario,

These are very good results but we should also check mesh convergence, by refining the mesh of Rajneesh for instance.
Could you post the fvSolution and fvScheme file you are using?

Thanks in advance.

Vincent
vinz is offline   Reply With Quote

Old   September 19, 2007, 06:14
Default Hello, unfortunately I don'
  #64
Member
 
Rosario Russo
Join Date: Mar 2009
Location: Trieste, Italy
Posts: 56
Rep Power: 17
ariorus is on a distinguished road
Hello,

unfortunately I don't have much time to play with the mesh.

I just run the computation after changing k and eps as written before, starting from a uniform velocity of 60 m/s and a uniform k and epsilon equal to the inlet values.

I only changed the div scheme to limitedLinear 1 in fvSchemes, the rest of the setting is exactly the same as the one from Rajneesh.
ariorus is offline   Reply With Quote

Old   September 19, 2007, 06:20
Default I don't know if this is import
  #65
Member
 
Rosario Russo
Join Date: Mar 2009
Location: Trieste, Italy
Posts: 56
Rep Power: 17
ariorus is on a distinguished road
I don't know if this is important: I forgot to mention thar I started from upwind scheme and afterward switched to limitedLinear.
ariorus is offline   Reply With Quote

Old   September 19, 2007, 07:59
Default Hi Rosario, I have one more
  #66
Senior Member
 
Vincent RIVOLA
Join Date: Mar 2009
Location: France
Posts: 283
Rep Power: 18
vinz is on a distinguished road
Hi Rosario,

I have one more question.
I guess you use your ssimpleFoam solver for the computations.
Could you post the lines:
Total pressure force =
Total viscous force =
Total turbulece force =
...
that you get from your solver (just for the last time for instance).

I'm not sure to make the right computation to get the Cd from the force, so I would prefer to compare directly the force. Since we run the same mesh with the same speed, this won't be a problem.

Thank you.

vincent
vinz is offline   Reply With Quote

Old   September 19, 2007, 08:46
Default Vincent, this are the final
  #67
Member
 
Rosario Russo
Join Date: Mar 2009
Location: Trieste, Italy
Posts: 56
Rep Power: 17
ariorus is on a distinguished road
Vincent,

this are the final forces I get:

Total pressure Force = (25.3542 -74.2559 1.36579)
Total viscous Force = (0.888662 -0.0129506 -0.0106971)
Total turbulent Force = (-2.01799 -2.7271 -0.0341599)
Total Force = (24.2248 -76.996 1.32093)
ExecutionTime = 5898.53 s ClockTime = 8583 s

Note that the values are not constant but oscillate a little as you can see by the following picture:



To find Cd I did 24*4/(60^2*0.1120)=0.238
ariorus is offline   Reply With Quote

Old   September 19, 2007, 09:44
Default Rosario, You are getting mu
  #68
New Member
 
Rajneesh
Join Date: Mar 2009
Posts: 28
Rep Power: 17
vega is on a distinguished road
Rosario,

You are getting much lower numbers than me for the same mesh. One difference I see is the initial solution. I start from velocity field of (0 0 0)
as opposed to (60 0 0) for you. I will try your
ICs tonight.

Also, why is your turbulent Force negative? Am I missing something?
vega is offline   Reply With Quote

Old   September 19, 2007, 10:06
Default @Rajneesh:My turbulent force i
  #69
Senior Member
 
Vincent RIVOLA
Join Date: Mar 2009
Location: France
Posts: 283
Rep Power: 18
vinz is on a distinguished road
@Rajneesh:My turbulent force is also negative when I do the computations, even using exactly your case.

@Rosario: for the Cd I think you wanted to write:
24.4/(0.5*(0.5*0.288*0.389)*60²)=0.24
The result is the same, but not the computation. Am I right?
vinz is offline   Reply With Quote

Old   September 19, 2007, 10:43
Default @Rajneesh: it would be very st
  #70
Member
 
Rosario Russo
Join Date: Mar 2009
Location: Trieste, Italy
Posts: 56
Rep Power: 17
ariorus is on a distinguished road
@Rajneesh: it would be very strange if we got too much different values.. maybe I misunderstood something and/or I'm not running exactly your problem? (I used the mesh you sent me and the setting you posted in this thread on September 11). The results should not depend so much on the initial conditions either.

Regarding the negative value of the turbulent force it should not be too strange for a bluff body. Am I wrong? Don't you get a negative value in your case?

@Vincent: I don't understand your question: instead of using half the area I just doubled the force.
ariorus is offline   Reply With Quote

Old   September 19, 2007, 11:27
Default Rajneesh, in your post from
  #71
Member
 
Thomas Wolfanger
Join Date: Mar 2009
Location: South West Germany
Posts: 62
Rep Power: 17
anger is on a distinguished road
Rajneesh,

in your post from September, 6 you were asking about the first entry in

turbDragCoefficient
(
const autoPtr<foam::turbulencemodel>& turbulence,
const volVectorField& U,
const volScalarField& p,
const dimensionedScalar& mu,
const word& patchName,
const vector& Uinf,
const scalar& Aref
);

How did you manage to convince liftDrag.C to calculate the turbulent coefficients? I do not seem to be able to give the first entry in that code such that compilation succeeds.

Best regards,
-Thomas
anger is offline   Reply With Quote

Old   September 19, 2007, 11:42
Default Rosario, My liftDrag utilit
  #72
New Member
 
Rajneesh
Join Date: Mar 2009
Posts: 28
Rep Power: 17
vega is on a distinguished road
Rosario,

My liftDrag utility does not have turbulent drag part as yet so I am not getting this magnitude.
I was focusing on the pressure drag only. I know from experience and literature that viscous drag
for automotive bodies range from 10-20% of the total drag. I would have expected total viscous drag (laminar + turbulent) to add ~ 5N of force.

I don't think turbulent force can ever be negative. It comes from shear stress contribution of turbulent viscosity. Shear stress, as you can visualise, will always resist flow so it has to be positive.

This brings to another observation I am trying to fathom for OpenFoam. I notice in my simulation that using second order schemes result in k and eps bounded to negative number to very high positive number. Negative k anywhere in the domain is unphysical. Did you also see negative k in your flowfield? Probably there is a connection between these two observations.
vega is offline   Reply With Quote

Old   September 20, 2007, 04:33
Default Hello Rajneesh, I think tha
  #73
Member
 
Rosario Russo
Join Date: Mar 2009
Location: Trieste, Italy
Posts: 56
Rep Power: 17
ariorus is on a distinguished road
Hello Rajneesh,

I think that it may happen that turbulence forces be opposed to the main stream direction even if (of course) turbulent viscosity is always positive.
In fact in k-epsilon models Reynolds stress is proportional to the mean strain tensor, and in some regions the resulting force could have a net effect opposed to the main stream, especially if separation occurs. I don't know if this is reasonable in Ahmed problem, but so far it is what I get. It will be interesting to see what happens with a finer mesh.

By the way both my k and epsilon fields are positive.
ariorus is offline   Reply With Quote

Old   September 20, 2007, 05:17
Default Hi Vincent, thank you for p
  #74
Member
 
Thomas Wolfanger
Join Date: Mar 2009
Location: South West Germany
Posts: 62
Rep Power: 17
anger is on a distinguished road
Hi Vincent,

thank you for posting your liftDrag.C file.

Just for the files: I noticed two typos which prevented liftDrag.C from compiling:
1. line 108: read turbulenceModel instead of turbulencemodel
2. line 117: read wallFvPatch instead of wallfvpatch

Best regards,
-Thomas
anger is offline   Reply With Quote

Old   September 20, 2007, 05:47
Default Yes indeed, I don't know why i
  #75
Senior Member
 
Vincent RIVOLA
Join Date: Mar 2009
Location: France
Posts: 283
Rep Power: 18
vinz is on a distinguished road
Yes indeed, I don't know why it has been change into small leters when copying it on the forum snce it's capital letters in my code.
At least it works for you know.
I made some modifications to the lifDrag.C file in order to write at each time step the Cd values (laminar and turbulent) to a file named Forces.
Now it looks like the program of Rosario but can be used as a post-processing tool.
The lifDrag file can be downloaded at:
www.rtech-engineering.com/liftDrag.C

Regards,

Vincent
vinz is offline   Reply With Quote

Old   September 20, 2007, 10:57
Default Hi Rosario, I agree that lo
  #76
New Member
 
Rajneesh
Join Date: Mar 2009
Posts: 28
Rep Power: 17
vega is on a distinguished road
Hi Rosario,

I agree that locally there may be negative turbulence force in the separated flow region.
But for 12.5 deg Ahmed body, flow remains attached.
And even if it separates, only part of the model that can see separation is a.baklite. All other
parts will have attached flow. (a.rear will not contribute to the viscous drag). How is your distribution of turbulent forces on each part?
Is it -ve for a.side or a.top/a.bot as well?

Also, total sum of all viscous forces should be +ve. Fluent's viscous drag contribution is ~20% of the pressure drag. Something is not correct, either with simulation or the liftDrag calculations.

--
Rajneesh
vega is offline   Reply With Quote

Old   September 20, 2007, 12:51
Default Hello Rajneesh, I totally a
  #77
Member
 
Rosario Russo
Join Date: Mar 2009
Location: Trieste, Italy
Posts: 56
Rep Power: 17
ariorus is on a distinguished road
Hello Rajneesh,

I totally agree with you. I don't have time to look at the solution by paraview but if there is no massive separation there must be something wrong in my forces computation. Moreover I checked the force on every surface and turbulent one is the opposite it should be (always negative in x except in a.rear where it is small but positive).

Maybe I made a mistake in computeForce file, I never checked the sign because I took the expression from the liftdrag utility, I don't know...
As soon as I can I will look at it.

Sorry...
ariorus is offline   Reply With Quote

Old   September 24, 2007, 11:32
Default Hello, I had a look at the
  #78
Member
 
Rosario Russo
Join Date: Mar 2009
Location: Trieste, Italy
Posts: 56
Rep Power: 17
ariorus is on a distinguished road
Hello,

I had a look at the liftDrag and have a doubt about how the turbulent force is computed:

turbForce = gSum
(
- mesh.Sf().boundaryField()[patchLabel]
& turbulence->R()().boundaryField()[patchLabel]
);


My problem is the - sign.
In fact
R=2/3 I k -2 nu_t Sij = <u_i*u_j>= - tau_tur

So the force exerted on the surface should be dF = -tau_tur dS = R ds, without the - sign.

If this was true it would explain the results I obtained (see the previous post in this thread). Could someone verify? What I am missing?

Thank you.
ariorus is offline   Reply With Quote

Old   October 18, 2007, 10:14
Default Yes, Rosario, I'd agree with y
  #79
Member
 
nicolas
Join Date: Mar 2009
Location: Glasgow
Posts: 42
Rep Power: 17
nico765 is on a distinguished road
Yes, Rosario, I'd agree with you. I have computed a simple case, and i get negative turbForce.

Strange that the problem never came up before. Or they maybe see the problem, change it themselves without reporting.

Might be good to submit a bug report.

Nicolas
nico765 is offline   Reply With Quote

Old   October 19, 2007, 04:32
Default Yes it is strange that the pro
  #80
Member
 
Rosario Russo
Join Date: Mar 2009
Location: Trieste, Italy
Posts: 56
Rep Power: 17
ariorus is on a distinguished road
Yes it is strange that the problem was never noted before, maybe it is because turbulent forces are not usually written as output sepatated by the other ones, or maybe I'm wrong and everything is fine, but we are missing something...

I'll wait for somebody else to confirm or deny this.
ariorus 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
3d test case Hassan Raiesi Main CFD Forum 1 August 19, 2006 12:33
Test Case ganesh Main CFD Forum 0 March 16, 2006 12:34
Looking for test case William M. Main CFD Forum 2 May 26, 2005 03:45
test case? lsm Main CFD Forum 0 June 14, 2004 11:39
test case Follet Main CFD Forum 0 July 8, 2002 04:07


All times are GMT -4. The time now is 20:31.