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

cg motion-udf-dynamic mesh

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   February 27, 2012, 16:15
Default cg motion-udf-dynamic mesh
  #1
New Member
 
amir
Join Date: Feb 2012
Posts: 2
Rep Power: 0
omidvar is on a distinguished road
I wrote a simple UDF code for describing pitching motion of a
projectile as below:
#include"udf.h"
DEFINE_CG_MOTION(pitching,dt,vel,omega,time,dtime)
{
omega[2]=20.0*cos(10.0*time*3.1416/180.0);
}

But when I wanted to create dynamic mesh zone, Fluent reports:
"Warning: incorrect cg motion UDF pitching on zone 10 (assuming no motion)"
I confused, I searched udf manual and cfd online forums but I couldn't
find the reason of problem.
If someone know the solution please help me.
omidvar 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
Grid motion with UDF fivos Fluent UDF and Scheme Programming 5 June 30, 2018 08:50
Dynamic Mesh UDF Jkl FLUENT 9 September 6, 2011 23:43
Dynamic mesh udf example avant FLUENT 2 September 16, 2005 01:24
UDF, dynamic mesh motion phil FLUENT 0 September 15, 2004 05:42
Problem related with UDF for dynamic mesh Ryan FLUENT 6 April 29, 2004 09:29


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