|
[Sponsors] |
November 12, 2007, 17:08 |
Dynamic Mesh
|
#1 |
Guest
Posts: n/a
|
Hi Everyone. I am trying to model a cantilever beam which is fixed at one end and fluctuates at the other end. I want to write a UDF for the motion of the beam and also use dynamic mesh. Does anybody know how can I write the UDF? The beam does not deflect; just rigid body movement. I really appreciate if someone can help me.
|
|
November 12, 2007, 18:07 |
Re: Dynamic Mesh
|
#2 |
Guest
Posts: n/a
|
What motion would you like? Is it just up and down oscillatory motion with constant amplitude and frequency?
|
|
November 12, 2007, 18:21 |
Re: Dynamic Mesh
|
#3 |
Guest
Posts: n/a
|
thank you sham for quick reply. Yes, that is exactly what i need. One end of the beam is fixed and the other end just goes up and down with constant amplitude and frequency. Actually, I am beginner in writing UDF and don't know from where i should start writing UDF. thank you again.
|
|
November 12, 2007, 22:04 |
Re: Dynamic Mesh
|
#4 |
Guest
Posts: n/a
|
Try to complie this.
#include "udf.h" #define AA 1.0 //amplitude #define TT 2.0 //period #define OM (2.0*M_PI/TT) //angular frequency DEFINE_CG_MOTION(updown,dt,vel,omega,time,dtime) { vel[1] = AA*OM*cos(OM*time); // Y-velocity } Hope it helps. Sham. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dynamic Mesh on Pintle type injector. | herntan | FLUENT | 16 | September 4, 2020 09:27 |
pls help. mesh collapsed with dynamic mesh. | wlt_1985 | FLUENT | 2 | May 7, 2020 11:42 |
Incylinder dynamic mesh with volumetric reaction | mas | FLUENT | 4 | May 3, 2012 11:22 |
dynamic mesh on a hexa grid | Manoj Kumar | FLUENT | 0 | August 21, 2007 08:41 |
Dynamic mesh + grid adapt = Crash! (Files included | BillH | FLUENT | 4 | July 24, 2007 16:31 |