|
[Sponsors] |
September 15, 2003, 18:31 |
Dynamic Meshing
|
#1 |
Guest
Posts: n/a
|
I am trying to write a dynamic mesh UDF. I've referred to Chapter 5 "Dynamic Mesh Macros for UDF" of the Dynamic Mesh Manual for help. The example can also be found in 4.5.3 of the Fluent manual. When compiling the cantilever beam example UDF, which uses the "define_grid_motion" UDF, I get a compiling error: "structure reference not implemented". I would assume that the example in the manual should not have any errors in it and would compile. Any help is greatly appreciated!
|
|
September 20, 2003, 15:13 |
Re: Dynamic Meshing
|
#2 |
Guest
Posts: n/a
|
I ran into a lot of problems when trying to use the UDF guide for dynamic meshing. I finally got my runs to work by simply calculating the location of each node point (x,y) and then directly redefining the location.
To move a node to (3,2) I used: NODE_X (v) = 3.0 NODE_Y (v) = 2.0 where v = F_NODE (f, tf, n); -Pat |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dynamic meshing | Manoj Kumar | FLUENT | 3 | June 27, 2010 20:26 |
Dynamic Meshing with Flow 3D | M_Agni | FLOW-3D | 1 | June 13, 2010 19:20 |
[GAMBIT] Dynamic Meshing of a combustion chamber | donarundas | ANSYS Meshing & Geometry | 1 | December 2, 2009 08:13 |
help for dynamic meshing for incylinder combustion | Ramesh K | FLUENT | 0 | June 19, 2006 07:29 |
dynamic meshing option | arehman | Main CFD Forum | 4 | June 27, 2004 03:55 |