|
[Sponsors] |
June 6, 2013, 07:51 |
udf or Parameters in fluent..plz help..
|
#1 |
New Member
|
i am trying the foll udf to simulate vibration in the cylinder in middle, as shown in figure,in z direction,
#include "udf.h" DEFINE_CG_MOTION(wave, dt, vel, omega, time, dtime) { vel[0]=0; vel[1]=0; vel[2]=((0.037098)*sin(7.7528*time)); } but its not working.... iam just a beginner in udf, how do u reckon should i go ahead.... is there any other method in fluent through which we can simulate this movement, like defining time and displacement as a parameter and then giving values of displacement or velocity at corresponding time..... any help will be much appreciated.. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Two questions on Fluent UDF | Steven | Fluent UDF and Scheme Programming | 7 | March 23, 2018 04:22 |
fluent udf, saving data in udf | mohsen zendehbad | Fluent UDF and Scheme Programming | 15 | June 14, 2017 00:23 |
fluent udf problem: write specific data for every iteration in a file. | nnvoro | Fluent UDF and Scheme Programming | 1 | May 27, 2013 16:26 |
Language for Fluent 6.3.26 UDF Compiler ?? | Abhya | Fluent UDF and Scheme Programming | 1 | October 31, 2012 02:30 |
UDF in parallel version of fluent | yobee | FLUENT | 2 | August 5, 2004 01:36 |