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

URGENT!!! UDF problem for VAWT

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 14, 2017, 12:41
Default URGENT!!! UDF problem for VAWT
  #1
New Member
 
YUNUS CELIK
Join Date: May 2017
Posts: 8
Rep Power: 9
ynsclk23 is on a distinguished road
Dear all,

I am trying to apply UDF to my case, which is 2D vertical axis wind turbine simulation on ANSYS. I imported my UDF file to ANSYS, it works but my turbine is not turning. Where am I doing wrong? Any suggestion about it?
Thank you in advance.

This is my UDF code.

#include "udf.h"

DEFINE_SDOF_PROPERTIES(rotor, prop, dt, time, dtime)
{
prop[SDOF_MASS] = 0.1;
prop[SDOF_IXX] = 0.018;
prop[SDOF_IYY] = 0.018;
prop[SDOF_IZZ] = 0.005;

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_Y] = TRUE;
prop[SDOF_ZERO_ROT_Z] = FALSE;

printf ("\n Blade updated 6DOF properties");
}
ynsclk23 is offline   Reply With Quote

Old   November 14, 2017, 22:25
Default
  #2
Senior Member
 
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34
AlexanderZ will become famous soon enoughAlexanderZ will become famous soon enough
Check your axis in model, may be it is not Z =)

Best regards
AlexanderZ 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
UDF Problem about Grid Motion !!! Zhengyu Gao Fluent UDF and Scheme Programming 0 December 6, 2013 20:45
Mesh UDF problem kornetka Fluent UDF and Scheme Programming 4 July 25, 2013 07:54
Urgent UDF Problem .... angelicapeygo Fluent UDF and Scheme Programming 12 May 29, 2013 10:29
parallel UDF problem kerem FLUENT 2 June 20, 2006 07:56
UDF variables F1, y / problem with UDF Fabian FLUENT 6 June 2, 2003 11:22


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