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

Rotor-stator computation with Ggi interface (turbDyMFoam)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 25, 2010, 12:58
Default
  #21
Senior Member
 
Eric Nutsch
Join Date: Sep 2009
Location: Eugene, Oregon USA
Posts: 113
Rep Power: 16
ericnutsch is on a distinguished road
Send a message via Skype™ to ericnutsch
Hello Aldo,

Quote:
Originally Posted by aldo.iannetti View Post
I'm studing a vertical axis wind turbine 2D, I have an internal-rotational zone and an external-static zone and the interfaces have been modelled as GGI.
Me too! Sounds like we are at about the same stage of testing as well.


So does your ggi model work without the turbulence model?
I have gotten a k-e turbulence model to work with the ggi. Once I know more specifically where your hung up I can help.

Im in the process of testing the ggi interface with the turbulence model and so far so good.


Ive signed an NDA on the VAWT design, but I would certainly like to correspond on our solving methods; ericnutsch@gmail.com
ericnutsch is offline   Reply With Quote

Old   May 26, 2010, 06:06
Default
  #22
Member
 
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17
NickG is on a distinguished road
Hi Aldo

I don't bother to specify a value for any of the /0/ files - just: type ggi;

The important part is specifying correct values for k and epsilon (or omega)

My understanding is that you set the internalField as:

for k:

1.5(magUI)^2 where magU is the magnitude of the velocity
I is the turbulence intensity

for epsilon:

(Cmu^0.75)(k^1.5)/L where Cmu =0.09 (see /constant/RASProperties)
k is worked out through previous
L is the characteristic length that you'd use for the Reynolds number

for omega if you need it later:

(Cmu^-0.25)(k^0.5)/L

Good luck! Let us know if it works

Nick
NickG is offline   Reply With Quote

Old   June 8, 2010, 07:59
Default GGI for HAWT
  #23
Member
 
Antoine Devesa
Join Date: Mar 2010
Posts: 36
Rep Power: 16
A.Devesa is on a distinguished road
Hi all,

i'm simulating the propeller of an HAWT using GGI / turbDyMFoam, and i'm quite surprised that the wake of my blades is almost unexisting (e.g. no wing-tip structures) for a lambda of around 7 (lambda = Vwingtip / Vinf)...

Could you please briefly share your experience on GGI for simulating WT?
- Which turbulence model are you using?
- Which BC on the rotating elements?
- Which lambda?
- Which level of initial / inlet turbulence?
- Are you satisfied of your results?

Thank you for your answers!!
Antoine
A.Devesa is offline   Reply With Quote

Old   June 8, 2010, 13:24
Default
  #24
Senior Member
 
Eric Nutsch
Join Date: Sep 2009
Location: Eugene, Oregon USA
Posts: 113
Rep Power: 16
ericnutsch is on a distinguished road
Send a message via Skype™ to ericnutsch
You are a bit ahead of me. I am currently modelling in 2D with a k-epsilon model. I have yet to confirm its performance with wind tunnel testing, but I will keep everyone posted.

You may want to test that the turbulence values are passing the interface at all, or if there is a time delay. This will give you an idea of where the issue lies...

For 3D i believe you will want to use a LES turbulence model, but i have not tested any with the ggi.
ericnutsch is offline   Reply With Quote

Old   June 9, 2010, 05:31
Default
  #25
Member
 
Antoine Devesa
Join Date: Mar 2010
Posts: 36
Rep Power: 16
A.Devesa is on a distinguished road
Ok, thanks for keeping posting, it's really interesting.

On my side, i want first to success using RAS approach, before i go to LES. Moreover it's actually not yet possible to use GGI in comibnation with LES, is it?

Any other experience to share, concerning 3D RAS simulations of WT with GGI and turbDyMFoam?
A.Devesa is offline   Reply With Quote

Old   June 10, 2010, 07:18
Question does turboDyMFoam work in OF-1.6
  #26
New Member
 
shyam prasad
Join Date: Mar 2009
Posts: 25
Rep Power: 17
shyam is on a distinguished road
Hi Foamers,
Does turboDyMFoam work in OF-1.6?
shyam is offline   Reply With Quote

Old   June 10, 2010, 11:58
Default
  #27
Member
 
Nick Gardiner
Join Date: Apr 2009
Location: Chichester, UK
Posts: 94
Rep Power: 17
NickG is on a distinguished road
Hi Shyam - I'm afraid not.
NickG is offline   Reply With Quote

Old   January 12, 2011, 19:58
Default
  #28
Senior Member
 
Jie
Join Date: Jan 2010
Location: Australia
Posts: 134
Rep Power: 16
jiejie is on a distinguished road
Quote:
Originally Posted by Stylianos View Post
I think i found what my mistake was. It seems the name of the rotating domain in cellZones is hardcoted in the code as movingCells.

So you just have to go in constant/polymesh/cellZones and rename the whatever name of your rotating domain into movingCells.

Stelios
Dear Stelios

After I renamed it into movingCells and ran the simulation, I found that the stator is rotating as well. Then I compared the 3d case with 2d case for a very simple rotating block case, i found after I convert the fluent mesh to the OpenFOAM conpatable, the cellZones (should only include the cells from rotator only) include all the cells from both stator and rotor, which causes such problem.

Have you experienced this before? Will it be due to the meshing problem? I used the icemcfd.

I have upload the case at http://www.megaupload.com/?d=2IIU3UVC

Really appreciate if you can have a look at it.
jiejie is offline   Reply With Quote

Old   January 12, 2011, 20:37
Default
  #29
Senior Member
 
Jie
Join Date: Jan 2010
Location: Australia
Posts: 134
Rep Power: 16
jiejie is on a distinguished road
I am not sure whether it is the meshing problem or not. Now I can make the stator to be stationary by re-initialise the /constant/polyMesh/cellZones with the followings:

##########

FoamFile
{
version 2.0;
format ascii;
class regIOobject;
location "constant/polyMesh";
object cellZones;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

0
(
)
//************************************************** ********************//

##########

Then, the cellZones will be re-written with the celld from rotor part.

Cheers
jiejie is offline   Reply With Quote

Reply

Tags
ggi, segmentation fault, turbdymfoam


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
Wind turbine simulation Saturn CFX 58 July 3, 2020 01:13
GGI (General Grid Interface) Connections feixiangniao CFX 4 January 14, 2010 19:51
RPM in Wind Turbine Pankaj CFX 9 November 23, 2009 04:05
CFX GGI Interface Error (non-overlapping) surge519 CFX 1 August 3, 2009 18:54
Replace periodic by inlet-outlet pair lego CFX 3 November 5, 2002 20:09


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