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

Preview of zone motion

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   March 26, 2011, 12:40
Default Preview of zone motion
  #1
New Member
 
Join Date: Apr 2010
Posts: 18
Rep Power: 16
M.Sc_Student is on a distinguished road
Hi dear friends
I'm doing a simulation of a flapping airfoil. I have a udf, and I have compiled it and I also created dynamic mesh zones related to motion, but I can not see the preview of motion by use of zone motion under the display tab. this is the udf:
______________________________________
#include "udf.h"
DEFINE_CG_MOTION(plunging_motion,dt,vel,omega,time ,dtime)
{
Thread *t;
face_t *f;
NV_S(vel,=,0.0);
NV_S(omega,=,0.0);
if(!Data_Valid_P())
return;
vel[1]=2.495*cos(6.2392*time);
}
_____________________________________
I have attached my airfoil and it's boundary to this thread.
I would really appreciate your help.
thanks
Attached Images
File Type: jpg Untitled1.jpg (71.3 KB, 30 views)
M.Sc_Student 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
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 06:20
Problem in IMPORT of ICEM input file in FLUENT csvirume FLUENT 2 September 9, 2009 01:08
Error to re-open fluent case file J.Gimbun FLUENT 0 April 27, 2006 08:42
Cannot preview mesh motion! dvinh FLUENT 0 August 17, 2004 23:44
Sliding mesh error Karl Kevala FLUENT 4 February 21, 2001 15:52


All times are GMT -4. The time now is 17:30.