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

incorrect grid motion UDF deforming on zone ??????

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 29, 2013, 02:43
Question incorrect grid motion UDF deforming on zone ??????
  #1
New Member
 
hadi
Join Date: May 2013
Posts: 10
Rep Power: 12
h.iraji is on a distinguished road
HI
I want to deforming thickness variations of the pressure plate(6x50x200mm) in each cell(deform Cells of the upper face plate):
y=0.2601*exp(-6.147e-X*0.5) + 0.5091*exp(X*(-0.0007079))
(X=pressure , Y= thickness variation).

for this purpose i writed below udf but mesh Error:

************************************************** **********/
#include "udf.h"
#include "mem.h"
DEFINE_GEOM(deforming,domain,dt,position)
{
cell_t c;
Thread *t;
begin_c_loop_all(c,t)
{
position[2] = position[2]+ 0.2601*exp(C_P(c,t)*(-0.00006147)) + 0.5091*exp(C_P(c,t)*(-0.0007079));
}
end_c_loop_all(c,t)
return;
}

Error: Warning: incorrect grid motion UDF deforming on zone 59 (assuming no motion)

can anyone help me in regarding with above problem….
thanks
Attached Images
File Type: jpg 07-12-2013 01-17-32 ?-?.jpg (74.9 KB, 4 views)
h.iraji 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
Motion UDF kailingkk Fluent UDF and Scheme Programming 0 October 15, 2013 10:56
UDF for Species Mass Fraction Gradient *IN SPECIFIC ZONE * -- e.g. along axis of sym. ksiegs2 Fluent UDF and Scheme Programming 0 February 27, 2011 12:55
fluent probelm"mesh motion udf" bestrcsekhar Main CFD Forum 0 November 2, 2008 01:38
UDF error CG Motion Alex FLUENT 0 March 22, 2006 17:40
Grid Independent Solution Chuck Leakeas Main CFD Forum 2 May 26, 2000 11:18


All times are GMT -4. The time now is 11:50.