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

Simulation of Wind Turbine with OpenFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree8Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 28, 2009, 04:16
Post Simulation of Wind Turbine with OpenFoam
  #1
Senior Member
 
M. Montero
Join Date: Mar 2009
Location: Madrid
Posts: 153
Rep Power: 17
be_inspired is on a distinguished road
Hello,

I am trying to simulate a wind turbine with OpenFoam. The simulation has been solved by Fluent with moving reference frame method, and the wall of the blade and hub with zero relative velocity with respect to adjacent cell ( there is a periodic condition for meshing only 120 grades).( k-epsilon , standard wall function model into fluent)

Now, I want to compare with OpenFoam and study the possibilities to solve this kind of simulations within the wind energy field.

Could anyone help me with some information about how simulate wind turbine simulations or turbomachinary simulations?

Thank you very much.
be_inspired is offline   Reply With Quote

Old   July 28, 2009, 06:23
Default
  #2
Member
 
Etienne Lorriaux
Join Date: Mar 2009
Location: Compiegne, France
Posts: 45
Rep Power: 17
elorriaux is on a distinguished road
Hello,

i think you should have a look to MRFSimpleFoam solver and the associated test case.

Regards, Etienne.
elorriaux is offline   Reply With Quote

Old   July 28, 2009, 14:50
Default
  #3
Member
 
Cem Albukrek
Join Date: Mar 2009
Posts: 52
Rep Power: 17
albcem is on a distinguished road
I did perform a wind turbine simulation using OpenFOAM. You can have a look at it at this link. There are no setup details there but if you send me an email from the "contact" section, we can discuss details.

Cem
jerseh hadi likes this.
albcem is offline   Reply With Quote

Old   July 29, 2009, 04:02
Default
  #4
Senior Member
 
M. Montero
Join Date: Mar 2009
Location: Madrid
Posts: 153
Rep Power: 17
be_inspired is on a distinguished road
I have sent you an email.

Thanks,

Marce
be_inspired is offline   Reply With Quote

Old   September 15, 2009, 10:36
Default
  #5
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough
Hello FOAMers,
I am going to use OF1.6 to simulate horizontal wind turbines as well. As a first step, I am contemplating simulating only a portion of the complete rotor + generator system (discarding nacelle and tower at the moment). I.E. if the turbine has three blades, simulate only one third of the system. Does it make sense? And if so, how can I impose the “symmetry” between the two planes defining my domain?
On the other hand, I could simulate a complete wind turbine using MRFSimpleFoam solver. Does everybody use this last computational solution?
Thanks in advance of any suggestion.
Maddalena
maddalena is offline   Reply With Quote

Old   September 15, 2009, 10:43
Default
  #6
Member
 
Cem Albukrek
Join Date: Mar 2009
Posts: 52
Rep Power: 17
albcem is on a distinguished road
The simulation I have mentioned in my previous post is performed using the MRF approach.
albcem is offline   Reply With Quote

Old   September 16, 2009, 03:27
Default
  #7
Senior Member
 
MadsR's Avatar
 
Mads Reck
Join Date: Aug 2009
Location: Copenhagen, Denmark
Posts: 177
Rep Power: 17
MadsR is on a distinguished road
Albcem,

I quickly looked through the text of your link. Looks nice. How did you get away with solving the flow for the entire wind turbine with just 1.5 mio cells? That doesn't seem like a lot. Did you go for a qualitative (streamlines, contours, etc.) result more than a quantitative one (cp, lift, drag, etc.)?

Are you doing more work in this area, and what are your general observations of doing WT-simulations with OpenFOAM?


/Mads
__________________
Online free airfoil-mesher for OpenFOAM here
MadsR is offline   Reply With Quote

Old   April 20, 2010, 05:05
Default
  #8
New Member
 
yashwant
Join Date: Apr 2010
Posts: 20
Rep Power: 16
saini.yashwant is on a distinguished road
Quote:
Originally Posted by be_inspired View Post
Hello,

I am trying to simulate a wind turbine with OpenFoam. The simulation has been solved by Fluent with moving reference frame method, and the wall of the blade and hub with zero relative velocity with respect to adjacent cell ( there is a periodic condition for meshing only 120 grades).( k-epsilon , standard wall function model into fluent)

Now, I want to compare with OpenFoam and study the possibilities to solve this kind of simulations within the wind energy field.

Could anyone help me with some information about how simulate wind turbine simulations or turbomachinary simulations?

Thank you very much.
sir i am doing cfd analysis with fluent. i hav done the modling and meshing using gambit now i am doing analysis in fluent but facing some problem with boundary conditions when with rotation of turbine rotor and facing difficulty in finding out the power and power coefficient. or if i can get the axial induction then also i can get power and cp . so please help me out in this regard
thanks
saini.yashwant is offline   Reply With Quote

Old   July 9, 2010, 12:33
Default SimpleMRFFoam for Wind Turbines
  #9
New Member
 
Join Date: Jul 2010
Posts: 17
Rep Power: 15
hm86 is on a distinguished road
I dont think you can use simpleSRFFoam for wind turbines at high rpm for quantitative results. Heres a link why -

http://www.google.com/url?sa=t&sourc...Z7_egjqzfB1-SA

I'm not sure about MRFFoam. I see most others talking about IcoDymFoam.
hm86 is offline   Reply With Quote

Old   July 12, 2010, 02:27
Default link
  #10
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough
Hi hm86,
I am interested in that paper, but the link does not work. Could you upload the paper here? --> edited: solved, I have downloaded the paper using your link.
Thanks,

mad

Last edited by maddalena; July 12, 2010 at 03:10.
maddalena is offline   Reply With Quote

Old   July 12, 2010, 08:38
Default
  #11
New Member
 
Join Date: Mar 2010
Posts: 7
Rep Power: 16
macbeth is on a distinguished road
hmm, this could be related to a question I posted yesterday.
This is how my "undisturbed" flow field (without wind turbine) looks like with 20rpm:

srf_20rpm.jpg

I'm using this 0/Urel - definition:

Code:
dimensions      [0 1 -1 0 0 0 0];
internalField   uniform (5 0 0);

boundaryField
{
    inlet
    {
        type            SRFVelocity;
        inletValue      uniform (5 0 0);
        relative        yes;
        value           uniform (0 0 0);
    }

    outlet
    {
        type            zeroGradient;
    }

    side
    {
        type            SRFVelocity;
        inletValue      uniform (5 0 0);
        relative        yes;
        value           uniform (0 0 0);
    }
}
My understanding so far is that the medium enters the inlet-patch with a momentum. Then, due to centrifugal forces, the flow is deflected to the outer sides and the rotation "slows down" because of friction.
When looking at Uabs I don't get a uniform flow field...

Increasing the RPMs makes things even worse, and a "slip" BC on the "side"-patch doesn't help either.

I wonder how the flow field in the paper mentioned above looks like.

Is there a way to impose this relative rotation to the whole flow field and not only to the patches?
macbeth is offline   Reply With Quote

Old   July 12, 2010, 11:40
Default Body Forces
  #12
Member
 
Tony
Join Date: Jun 2010
Posts: 54
Rep Power: 15
tonyuprm is on a distinguished road
You can try using actuator disks or actuator line models. Body forces may be imposed to the flow. Here is a link to a post on how to do body forces.

http://www.cfd-online.com/Forums/ope...tml#post243278

gl
tonyuprm is offline   Reply With Quote

Old   May 3, 2011, 19:53
Default wind turbine
  #13
New Member
 
ib__
Join Date: Jan 2011
Posts: 2
Rep Power: 0
ibrhmbysl is on a distinguished road
ı need a 3D analysis but ı have not been able to generate the mesh yet, please help me
ibrhmbysl is offline   Reply With Quote

Old   May 4, 2011, 05:21
Default
  #14
Senior Member
 
M. Montero
Join Date: Mar 2009
Location: Madrid
Posts: 153
Rep Power: 17
be_inspired is on a distinguished road
Quote:
Originally Posted by ibrhmbysl View Post
ı need a 3D analysis but ı have not been able to generate the mesh yet, please help me
What type of help?
be_inspired is offline   Reply With Quote

Old   May 4, 2011, 05:58
Default help
  #15
New Member
 
ib__
Join Date: Jan 2011
Posts: 2
Rep Power: 0
ibrhmbysl is on a distinguished road
thanks for your interest. this is 3D analysis of horizantal axis wind turbine. I am trying to generate a long tunnel and trying to generate rotor in the middle of the tunnel. but the openFoam gives error. I think this is because; meshes are conflicting, and unwanted default faces are appearing.
I am new in OpenFoam. this is my final project.
ibrhmbysl is offline   Reply With Quote

Old   August 29, 2011, 05:08
Default
  #16
Member
 
s.rasoul_varedi
Join Date: Feb 2010
Posts: 82
Rep Power: 15
desert_1250 is an unknown quantity at this point
Send a message via Yahoo to desert_1250
Quote:
Originally Posted by ibrhmbysl View Post
thanks for your interest. this is 3D analysis of horizantal axis wind turbine. I am trying to generate a long tunnel and trying to generate rotor in the middle of the tunnel. but the openFoam gives error. I think this is because; meshes are conflicting, and unwanted default faces are appearing.
I am new in OpenFoam. this is my final project.
you should need to create rotor(rotational part) and stator(stationary part) separately, and then merge two grid to identify interface between two part

______
Rasoul
desert_1250 is offline   Reply With Quote

Old   September 1, 2011, 15:28
Default GGI how to
  #17
thg
Member
 
Thorsten Grahs
Join Date: Oct 2009
Posts: 61
Rep Power: 16
thg is on a distinguished road
hi brhmbysl,

maybe this gives you an idea about the ggi in 1.6-ext.
http://wiki.uni-due.de/OpenFOAM/imag...otatingGGI.pdf


thg
thg is offline   Reply With Quote

Old   November 2, 2011, 20:30
Default i need a help
  #18
New Member
 
Islam Elqatary
Join Date: May 2011
Posts: 19
Rep Power: 14
Islam ElQatary is on a distinguished road
hi
i'm new in openfoam and i've to simulate HAWT so i used MRFSimpleFoam to solve the problem the set up of the boundary conditions as following

External
{
type ggi;
nFaces 4285;
startFace 1203036;
shadowPatch Interior;
bridgeOverlap false;
zone External_ZONE;
}
Turbine
{
type wall;
nFaces 1260;
startFace 1207321;
}
Outlet
{
type patch;
nFaces 100;
startFace 1208581;
}
Bound1
{
type patch;
nFaces 100;
startFace 1208681;
}
Bound2
{
type patch;
nFaces 100;
startFace 1208781;
}
Inlet
{
type patch;
nFaces 100;
startFace 1208881;
}
Ground
{
type patch;
nFaces 100;
startFace 1208981;
}
Sky
{
type patch;
nFaces 100;
startFace 1209081;
}
Interior
{
type ggi;
nFaces 600;
startFace 1209181;
shadowPatch External;
bridgeOverlap false;
zone Interior_ZONE;
}
)

and i'm using OF16ext
i always get this error can anyone help me


--> FOAM FATAL ERROR:
Face zone name Interior_ZONE not found. Please check your GGI interface definition.

From function label ggiPolyPatch::zoneIndex() const
in file meshes/polyMesh/polyPatches/constraint/ggi/ggiPolyPatch.C at line 639.

FOAM aborting

Aborted

i used snappyHex to mesh the 2 region and then used mergMeshes to combine the 2 cases into 1 case
can anyone help me
Islam ElQatary is offline   Reply With Quote

Old   November 3, 2011, 05:38
Default
  #19
Senior Member
 
maddalena's Avatar
 
maddalena
Join Date: Mar 2009
Posts: 436
Rep Power: 23
maddalena will become famous soon enough
Hello,
the answer is quite simple:
Quote:
Originally Posted by Islam ElQatary View Post
--> FOAM FATAL ERROR:
Face zone name Interior_ZONE not found. Please check your GGI interface definition.
You have not defined the cellZones of your mesh as required by GGI probably. Look in the forum for setSet or cellZones, you may find help.

mad
maddalena is offline   Reply With Quote

Old   November 5, 2013, 06:40
Smile First simulation of wind turbine
  #20
Member
 
Tobias Adam
Join Date: Oct 2013
Location: Siegen
Posts: 55
Rep Power: 12
Tobias Adam is on a distinguished road
Hello everyone I answered my own questions for the next newbe :-)


I simulate 120° of the circle. The wind-velocity is 6m/s.
The relative speed of the blade is still missing. The rpm is mentioned to be quite high. My last information is near 280 1/s

1. How did you realize the rotational speed of the blade?
Did you move your entire system including mesh and blade or did you give rotation to your incoming flow?
Just use SRFSimpleFoam. The Mixer Tutorial gives more Information. There you can see where to set the rotational Speed RPM in the SRF-properties

3. How to calculate Forces and Drag?

Use the Forces library already present in OF. More Information here: http://www.cfd-online.com/Forums/ope...tml#post317482


.

IŽd be glad for any help

Best regards
Tobias

Last edited by Tobias Adam; November 15, 2013 at 12:06. Reason: solved problem
Tobias Adam 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
Wind turbine simulation Saturn CFX 58 July 3, 2020 01:13
Compute the power of small wind turbine. Luolin FLUENT 9 May 27, 2013 14:52
Sliding mesh vs MRF in axial turbine simulation Vito FLUENT 3 December 21, 2011 04:57
Wind turbine domains and boundaries siardica CFX 3 July 20, 2009 22:34
Wind Turbine Modelling Neil Campbell Main CFD Forum 1 November 10, 1998 19:03


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