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

ufd for pitching aerofoil

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 9, 2017, 02:09
Default ufd for pitching aerofoil
  #1
New Member
 
saif
Join Date: Mar 2017
Posts: 7
Rep Power: 9
saif_uzair is on a distinguished road
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);
}
saif_uzair is offline   Reply With Quote

Old   February 17, 2018, 05:36
Default
  #2
Member
 
Hanye Azimi
Join Date: Oct 2016
Posts: 42
Rep Power: 9
ronak is on a distinguished road
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?
ronak 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
[Other] Meshing Layers over Aerofoil poloding-along OpenFOAM Meshing & Mesh Conversion 5 April 4, 2014 10:41
2D Aerofoil with rotating cylinders - Help & Advice! Bluejay OpenFOAM 1 December 31, 2012 04:40
digitizing an aerofoil/ meshing problems Simon FLUENT 2 February 27, 2006 11:18
Meshing an aerofoil with a plain flap Fatou FLUENT 0 November 15, 2005 14:24
2D Aerofoil Simulation StudentAndrew CFX 10 October 28, 2005 16:15


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