|
[Sponsors] |
March 3, 2011, 15:06 |
help about udf
|
#1 |
New Member
sadegh
Join Date: Mar 2011
Posts: 2
Rep Power: 0 |
Hi friends,
I have a model that rotate about x axis through passing air flow on it.(free roll) I have written an udf for this model but I don't know that is correct or not. please help me. udf is : #include "udf.h" static real wx = 0.0; static real Mx=10; static real dwx; real NV_VEC(omega); real Ix=10; DEFINE_SDOF_PROPERTIES(missile, prop, dt, time, dtime) { prop[SDOF_MASS] = 50; prop[SDOF_IXX] = Ix; prop[SDOF_LOAD_M_X] += Mx; dwx = dtime * Mx / Ix; wx +=dwx; NV_D(omega,=,wx,0,0); //omega[0]= wx; } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dynamic Mesh UDF | Qureshi | FLUENT | 7 | March 23, 2017 08:37 |
UDF parallel error: chip-exec: function not found????? | shankara.2 | Fluent UDF and Scheme Programming | 1 | January 16, 2012 23:14 |
How to add a UDF to a compiled UDF library | kim | FLUENT | 3 | October 26, 2011 22:38 |
UDF...UDF...UDF...UDF | Luc SEMINEL | FLUENT | 0 | November 25, 2002 05:03 |
UDF, UDF, UDF, UDF | Luc SEMINEL | Main CFD Forum | 0 | November 25, 2002 05:01 |