|
[Sponsors] |
April 9, 2017, 03:09 |
ufd for pitching aerofoil
|
#1 |
New Member
saif
Join Date: Mar 2017
Posts: 7
Rep Power: 9 |
Hi Guys,
I am having trouble in getting the desired angle in pitching of aerofoil using a compiling udf . Please tell me what to change in the code to get the angles such as 5, 10 , 15 ,20 Here is the code #include"udf.h" DEFINE_CG_MOTION(pitching,dt,vel,omega,time,dtime) { real a, w, p, pi; pi = 3.14159265; a = pi/110; w = 2*pi*0.02;/*0.02Hz frequency*/ p = pi/2; omega[2]= a*cos(w*time); } |
|
February 17, 2018, 06:36 |
|
#2 |
Member
Hanye Azimi
Join Date: Oct 2016
Posts: 42
Rep Power: 10 |
Hi
Have you overcome ur problem? In this UDF the pitching amplitude is pi/110( about 5 degree)? Do you get a pitching with 5 degree rotation as the result? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] Meshing Layers over Aerofoil | poloding-along | OpenFOAM Meshing & Mesh Conversion | 5 | April 4, 2014 11:41 |
2D Aerofoil with rotating cylinders - Help & Advice! | Bluejay | OpenFOAM | 1 | December 31, 2012 05:40 |
digitizing an aerofoil/ meshing problems | Simon | FLUENT | 2 | February 27, 2006 12:18 |
Meshing an aerofoil with a plain flap | Fatou | FLUENT | 0 | November 15, 2005 15:24 |
2D Aerofoil Simulation | StudentAndrew | CFX | 10 | October 28, 2005 17:15 |