CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent UDF and Scheme Programming

Using 6dof for 3D turbine rotation

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 25, 2014, 02:24
Default Using 6dof for 3D turbine rotation
  #1
New Member
 
Myth
Join Date: Jul 2011
Location: Unitek kingdom
Posts: 17
Rep Power: 14
mg.mithun is on a distinguished road
Send a message via Yahoo to mg.mithun Send a message via Skype™ to mg.mithun
Hi, I am working on a problem where I have a turbine driven by the flow. My intention is to use 6dof and rotate the turbine along with the enclosed zone (similar to what we do in sliding mesh where layering, smoothing and remeshing will not take place).
The approach I am doing is
1. hooking 6dof to Turbine (which is defined as wall in BC) with 6dof-on, passive-off

2. Hooking 6dof to fluid Zone enclosing the turbine (which has all exterior surfaces defined as interface). The only wall inside the zone is turbine. here 6dof-on, passive-on

Will this kind of a strategy calculate fluid forces and moments on the turbine and rotate the turbine along with the zone enclosing it?

My axis of rotation is Y and I am restricting the all translation and x,z rotation using

prop[SDOF_LOAD_LOCAL] = TRUE;
prop[SDOF_ZERO_TRANS_X] = TRUE;
prop[SDOF_ZERO_TRANS_Y] = TRUE;
prop[SDOF_ZERO_TRANS_Z] = TRUE;
prop[SDOF_ZERO_ROT_X] = TRUE;
prop[SDOF_ZERO_ROT_Z] = TRUE;

Please discuss if you have some thoughts..
Mithun MG
mg.mithun is offline   Reply With Quote

Old   March 25, 2014, 00:25
Default
  #2
New Member
 
Carl T
Join Date: Mar 2014
Posts: 1
Rep Power: 0
celeritas is on a distinguished road
I am working on something very similar. I have a turbine in a pipe with a rotating zone around the rotor.

Have you made progress with your simulation? Did it work?
celeritas is offline   Reply With Quote

Old   February 29, 2016, 09:38
Default
  #3
New Member
 
Myth
Join Date: Jul 2011
Location: Unitek kingdom
Posts: 17
Rep Power: 14
mg.mithun is on a distinguished road
Send a message via Yahoo to mg.mithun Send a message via Skype™ to mg.mithun
Yes I have managed to simulate this.
mg.mithun is offline   Reply With Quote

Old   October 23, 2016, 07:37
Default
  #4
New Member
 
Klxing
Join Date: Oct 2016
Posts: 15
Rep Power: 9
jealor is on a distinguished road
Quote:
Originally Posted by mg.mithun View Post
Yes I have managed to simulate this.
Hi mithun,
i am working on sth as you have done
but i too have some problems
1, i was intended to simulate the deaccelerating procedure of the turbine,how can i define the initial rotorary speed of the turbine?
2, shall the 6dof udf be hooked to the zone or the boundry of the turbine, or both?
Thank u very much
jealor is offline   Reply With Quote

Old   October 24, 2016, 14:49
Default
  #5
New Member
 
Myth
Join Date: Jul 2011
Location: Unitek kingdom
Posts: 17
Rep Power: 14
mg.mithun is on a distinguished road
Send a message via Yahoo to mg.mithun Send a message via Skype™ to mg.mithun
Quote:
Originally Posted by jealor View Post
Hi mithun,
i am working on sth as you have done
but i too have some problems
1, i was intended to simulate the deaccelerating procedure of the turbine,how can i define the initial rotorary speed of the turbine?
2, shall the 6dof udf be hooked to the zone or the boundry of the turbine, or both?
Thank u very much
Hi Klxing

1) Set a value for "rigid body angular velocity" which will be you initial rotation speed
2) I hooked the UDF to both zone and boundary. You have to make sure that you keep "Passive" ON when you hook for zone and "Passive" off when you hook on boundary.

Hope this helps. Do post in the forum if it worked for you
mg.mithun is offline   Reply With Quote

Old   October 24, 2016, 22:43
Default
  #6
New Member
 
Klxing
Join Date: Oct 2016
Posts: 15
Rep Power: 9
jealor is on a distinguished road
Quote:
Originally Posted by mg.mithun View Post
Hi Klxing

1) Set a value for "rigid body angular velocity" which will be you initial rotation speed
2) I hooked the UDF to both zone and boundary. You have to make sure that you keep "Passive" ON when you hook for zone and "Passive" off when you hook on boundary.

Hope this helps. Do post in the forum if it worked for you
Hi,
i set "rigid body angular velocity" to 1800rpm as the initial value, but when i preview the mesh motion, the angular velocity seems to be constant(1800rpm),which means that the torque if the fluid does not take effect.
it maybe caused by math errors since the history can only record the degree of the rotor,and i have to compute the angular velocity in EXCEL
So i'm not sure what the reason might be . I will try to hook the UDF to wall boundries first, as u said, to see whether it works.
I will keep the status, Thank u very much
jealor is offline   Reply With Quote

Old   November 7, 2016, 07:44
Default
  #7
New Member
 
Klxing
Join Date: Oct 2016
Posts: 15
Rep Power: 9
jealor is on a distinguished road
Quote:
Originally Posted by mg.mithun View Post
Hi Klxing

1) Set a value for "rigid body angular velocity" which will be you initial rotation speed
2) I hooked the UDF to both zone and boundary. You have to make sure that you keep "Passive" ON when you hook for zone and "Passive" off when you hook on boundary.

Hope this helps. Do post in the forum if it worked for you
i am here to update my situation
i set the case the way u said, set the fluid field and the boundary seperately with the same 6DOF marco, and set the field to 'passive'
it seems to work now, but it is still calculating
jealor is offline   Reply With Quote

Old   April 8, 2017, 10:29
Default behnam
  #8
New Member
 
behnam
Join Date: Apr 2016
Posts: 1
Rep Power: 0
behnamdashti is on a distinguished road
hi
plz. can you send me your 6dof cod? i need this very mach
behnamdashty1@gmail.com
thank you
behnamdashti is offline   Reply With Quote

Old   July 24, 2018, 01:53
Default 6dof & udf
  #9
New Member
 
mamly
Join Date: Sep 2010
Posts: 12
Rep Power: 15
mamly is on a distinguished road
Hello guys;

I am simulating a 3D wind turbine which rotates by wind velocity. for this purpose I used 6DOF, specified the moment of inertia and rotation axis.

In this case, the turbine's blades will rotate up to its maximum value which is related to the wind velocity.

Now, I want to implement a limitation for rotating speed of blades and fix "omega" to a specified RPM.
For example, by starting the solution the rpm increases and I want to fix it when it reaches to 100 rpm.

Anybody has any idea how can I do that?
mamly 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
Wind Turbine - Rotation of the Baldes moonomid CFX 32 March 18, 2016 20:34
Dynamic mesh, hinged flap Randre FLUENT 37 August 9, 2014 11:40
Turbine Analysis - Alternate Rotation Model and Meshing Problems sean89dunn CFX 2 March 23, 2013 23:27
Simulate of Rotation (Wind turbine) fragomar STAR-CCM+ 0 February 11, 2013 17:31
Wind Turbine Blade rotation mmd_knr FLUENT 1 August 8, 2012 15:52


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