|
[Sponsors] |
problem of the drag's convergence for a circular cylinder with a synthetic jet (udf) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 17, 2015, 12:06 |
problem of the drag's convergence for a circular cylinder with a synthetic jet (udf)
|
#1 |
New Member
nabaouia
Join Date: Aug 2014
Posts: 14
Rep Power: 12 |
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 |
|
|
|
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 11:42 |
flow around a circular cylinder with velocity inlet and outflow outlet | shuoxue | OpenFOAM Running, Solving & CFD | 0 | November 2, 2013 05:32 |
UDF compiling problem | Wouter | Fluent UDF and Scheme Programming | 6 | June 6, 2012 05:43 |
problem in compoile UDF | h.daniyel | FLUENT | 5 | June 12, 2008 06:06 |
flow around circular cylinder...plz help | yousef | FLUENT | 4 | March 28, 2006 12:01 |