|
[Sponsors] |
incorrect grid motion UDF deforming on zone ?????? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 29, 2013, 03:43 |
incorrect grid motion UDF deforming on zone ??????
|
#1 |
New Member
hadi
Join Date: May 2013
Posts: 10
Rep Power: 13 |
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Motion UDF | kailingkk | Fluent UDF and Scheme Programming | 0 | October 15, 2013 11: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 13:55 |
fluent probelm"mesh motion udf" | bestrcsekhar | Main CFD Forum | 0 | November 2, 2008 02:38 |
UDF error CG Motion | Alex | FLUENT | 0 | March 22, 2006 18:40 |
Grid Independent Solution | Chuck Leakeas | Main CFD Forum | 2 | May 26, 2000 12:18 |