|
[Sponsors] |
February 27, 2008, 15:57 |
UDF for rotation
|
#1 |
Guest
Posts: n/a
|
Hi, I am a beginner in fluent and am trying to use the dynamic mesh option in fluent to simulate a lobe pump,(with two lobes rotating in opposite direction). To use dynamic mesh I need to define the motion profile of these lobes. Is there any available UDF which allows me to define that motion. if not can anyone help me in writing an UDF as I have very little knowledge of C language. Thank you.
|
|
March 22, 2015, 01:52 |
Udf
|
#2 |
New Member
Arpit
Join Date: Mar 2015
Posts: 3
Rep Power: 11 |
#include<stdio.h>
#include<math.h> #include"udf.h" DEFINE_CG_MOTION(right,dt,vel,omega,time,dtime) { omega[2]=-107; } DEFINE_CG_MOTION(left,dt,vel,omega,time,dtime) { omega[2]=107; } |
|
January 13, 2016, 03:51 |
|
#3 | |
New Member
Join Date: Jan 2016
Posts: 2
Rep Power: 0 |
Quote:
would you please help me creating a UDF to give the motion of a rigid bar rotating around an axis to fluent. i just need a udf to give an oscilatory rotating motion of that rigid bar. thank you a lot khashayarmoshksayan@yahoo.com |
||
|
|
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 |