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

problem of the drag's convergence for a circular cylinder with a synthetic jet (udf)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 17, 2015, 11:06
Default problem of the drag's convergence for a circular cylinder with a synthetic jet (udf)
  #1
bia
New Member
 
nabaouia
Join Date: Aug 2014
Posts: 14
Rep Power: 11
bia is on a distinguished road
please can you help me i'm runing an unsteady flow around a circular cylinder with a diameter 15 mm for a REYNOLDS number =150 .
first of all when i run this problem without a jet actutator i got DRAG coefficeint =1.45 and LIFT (max = 0.6 ) which is a little bit near to published results before.
but now i'm tryin to restart my calculation after introducing a jet actutator as an oscilatting orifice ic the cylinder using a user defined function ( velocity inlet )
/************************************************** ********************/
/* unsteady.c */
/* UDF for specifying a transient velocity profile boundary condition */
/************************************************** ********************/

#include "udf.h"

DEFINE_PROFILE(unsteady_velocity, thread, position)
{
face_t f;

begin_f_loop(f, thread)
{
real t = RP_Get_Real("flow-time");
F_PROFILE(f, thread, position) = 5.0*sin(10.*t);
}
end_f_loop(f, thread)
}

the grid is chown bellow in the attached file and also the non convergence of drag and lift coeefiecient .
the velocity inlet is 0.1460735 ms-1
walls
cylinder = stationnary wall .
the small part introduced in cavity of the cylinder is the synthetic jet moving with the sinusoidal velocity ( mentionned up (udf ))
i don't nkow what is the problem :'( i'm really stuck there .
i've used as descritisations schemes :
pressure -velocity coupling : simple
pressure : standrad
momentum : first order
please help meeeeeeee
Attached Files
File Type: docx cfd onligne help (1).docx (78.2 KB, 7 views)
bia 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
flow around a circular cylinder with velocity inlet and outflow outlet shuoxue OpenFOAM 1 March 3, 2014 10:42
flow around a circular cylinder with velocity inlet and outflow outlet shuoxue OpenFOAM Running, Solving & CFD 0 November 2, 2013 04:32
UDF compiling problem Wouter Fluent UDF and Scheme Programming 6 June 6, 2012 04:43
problem in compoile UDF h.daniyel FLUENT 5 June 12, 2008 05:06
flow around circular cylinder...plz help yousef FLUENT 4 March 28, 2006 11:01


All times are GMT -4. The time now is 09:38.