|
[Sponsors] |
April 18, 2004, 10:13 |
UDF problem for dynamic mesh???
|
#1 |
Guest
Posts: n/a
|
Hi!
I want to use UDF to realize a wing's rotating. The C program as follow: #include "udf.h" #include <stdio.h> #define PI 3.1415926 DEFINE_CG_MOTION(wing,dt,vel,omega,time,dtime) { Thread *t; face_t f; real ome; NV_S (vel, = , 0.0); NV_S (omega, = ,0.0); if (!Data_Valid_P () ) return; t = DT_THREAD (dt); ome = 10*PI*PI*sin(10*PI*time); Message ("time=%f,omega=%f\n",time,ome); omega[0] = ome; } But I can't realized it ! what's wrong with the UDF compile??? thanks a lot lyf |
|
April 19, 2004, 07:43 |
Re: UDF problem for dynamic mesh???
|
#2 |
Guest
Posts: n/a
|
Compare with UDF Help 4.5.1
In first line, for #define..#include is not reqd. Check it out. Mahesh |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dynamic Mesh Problem. | Tom Clark | FLUENT | 10 | June 21, 2021 05:27 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
CFX Mesh Deformation problem | Silmaril | CFX | 7 | October 19, 2010 11:00 |
How to control Minximum mesh space? | hung | FLUENT | 7 | April 18, 2005 10:38 |
mesh problem and looking for udf sine wave'case | wanghong | FLUENT | 0 | March 22, 2005 20:43 |