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

Dynamic mesh : Oscillating cylinder

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Bobby155

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   June 4, 2015, 03:09
Default Dynamic mesh : Oscillating cylinder
  #1
New Member
 
Paul
Join Date: Jun 2015
Posts: 3
Rep Power: 10
Bobby155 is on a distinguished road
Hi,

I am a beginner in Fluent 15.0 and I am trying to realize the modelisation of a flow through an oscillating cylinder. I don't have any problem loading the UDF describing the movement of the cylinder but I can't see anthing with "Preview Mesh Motion" or even "Display Zone Motion" in the Dynamic Task page. I am using Smoothing and Remeshing as Mesh Methods.

Maybe the problem comes from the UDF I am using :

#include "udf.h"


DEFINE_CG_MOTION(pis,dt,vel,omega,time,dtime)
{
Thread*t;
face_t*f;
real A=1;
real freq=1;
real pi=3.14159265;
real w=2*pi*freq;
real v=A*w*sin(w*time);

/*reset velocities */

NV_S(vel,=,0.0);
NV_S(omega,=,0.0);
if (!Data_Valid_P()) return;


t=DT_THREAD(dt);

vel[1] = v;

}



I don't know if it is related but i am also not able to edit the Function Hooks.
This problem may have been already explained in this forum but I couldn't find any explanations.

Does someone have an answer ?

Thanks !
FarooqRasheed likes this.
Bobby155 is offline   Reply With Quote

 


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
Dynamic mesh using profile sanjeetlimbu Fluent Multiphase 3 April 19, 2018 09:49
dynamic mesh problem with Oscillating B.C. Haier OpenFOAM Running, Solving & CFD 0 September 25, 2014 06:47
Dynamic Mesh "Shadow Wall" thezack FLUENT 0 June 4, 2013 22:09
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! sc298 OpenFOAM Meshing & Mesh Conversion 2 March 27, 2011 21:11
Icemcfd 11: Loss of mesh from surface mesh option? Joe CFX 2 March 26, 2007 18:10


All times are GMT -4. The time now is 10:05.