|
[Sponsors] |
November 14, 2017, 12:41 |
URGENT!!! UDF problem for VAWT
|
#1 |
New Member
YUNUS CELIK
Join Date: May 2017
Posts: 8
Rep Power: 9 |
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"); } |
|
November 14, 2017, 22:25 |
|
#2 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
Check your axis in model, may be it is not Z =)
Best regards |
|
|
|
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 |