|
[Sponsors] |
May 25, 2006, 15:22 |
Moving wall
|
#1 |
Guest
Posts: n/a
|
Hi,
I'm going to make a wall move in fluent and I'm not sure which method I should use. I have thought of two methods: 1) Create a UDF using DEFINE_GRID_MOTION and then hooke it to the right zone in the dyn.mesh zones panel. The motion will then be specified with the x and y displacements, 2)Create a UDF using DEFINE_PROFILE and then hooke it into the wall velocity section in the b.c panel. The motion will then be specified with its x- and y velocity. -Are there any differences in performence between these two methods? -I know you can loop over the nodes in method 1, but can you do that with method 2? or is only a face loop possible here? -Are there any differences in using a face loop compared to a node loop if the entire wall is set to have the same displacement/velocity? Please help me with this! Thanks in advance! skd |
|
May 27, 2006, 15:08 |
Re: Moving wall
|
#2 |
Guest
Posts: n/a
|
you can make wall move at the boundary condition and don't work with udf chankhar
|
|
May 28, 2006, 04:42 |
Re: Moving wall
|
#3 |
Guest
Posts: n/a
|
hi, can I use the method I described in alternativ 2? skd
|
|
May 28, 2006, 07:39 |
Re: Moving wall
|
#4 |
Guest
Posts: n/a
|
I have tried to make the wall moving in the b.c panel, by selecting moving wall and components, but it will not work... Could you please help me with some tips? Thanks! Skd
|
|
May 29, 2006, 04:26 |
Re: Moving wall
|
#5 |
Guest
Posts: n/a
|
if you use the bc panel you can add only a tangential component to the wall velocity (refer to the user guide). Luca
|
|
June 8, 2006, 02:46 |
Re: Moving wall
|
#6 |
Guest
Posts: n/a
|
Hi,
with a DEFINE_PROFILE UDF, you will set only the boundary velocity of the wall, but you will not make it move and so your results shouldn't be correct. You should use a DEFINE_CG_MOTION macro to make your wall move and use a dynamic mesh. Let me know if you succeed in implementing a dynamic mesh because I've got big troubles in my model (negative cell volumes are detected after a few iterations). Thanks. |
|
June 8, 2006, 06:25 |
Re: Moving wall
|
#7 |
Guest
Posts: n/a
|
HI,
I have managed to implement a moving wall using a define_grid_motion macro. I have also used the define_cg_motin macro to move some other things. It is very important that you have adjusted the dynamic mesh parameters correct. And it requires a very small time step size! For one of the moving things my time step is 1e-5 and it only works with the coupled implicitt solver, but I don't know why. Hope this gives you some idea for what you can check! You should use remeshing and smoothing,but you probably know that skd |
|
June 8, 2006, 06:28 |
Re: Moving wall
|
#8 |
Guest
Posts: n/a
|
HI,
I have managed to implement a moving wall using a define_grid_motion macro. I have also used the define_cg_motin macro to move some other things. It is very important that you have adjusted the dynamic mesh parameters correct. And it requires a very small time step size! For one of the moving things my time step is 1e-5 and it only works with the coupled implicitt solver, but I don't know why. Hope this gives you some idea for what you can check! You should use remeshing and smoothing,but you probably know that -skd |
|
June 8, 2006, 14:27 |
Re: Moving wall
|
#9 |
Guest
Posts: n/a
|
HI,
I have managed to implement a moving wall using a define_grid_motion macro. I have also used the define_cg_motin macro to move some other things. It is very important that you have adjusted the dynamic mesh parameters correct. And it requires a very small time step size! For one of the moving things my time step is 1e-5 and it only works with the coupled implicitt solver, but I don't know why. Hope this gives you some idea for what you can check! You should use remeshing and smoothing,but you probably know that skd |
|
June 9, 2006, 05:53 |
Re: Moving wall
|
#10 |
Guest
Posts: n/a
|
HI,
I have managed to implement a moving wall using a define_grid_motion macro. I have also used the define_cg_motin macro to move some other things. It is very important that you have adjusted the dynamic mesh parameters correct. And it requires a very small time step size! For one of the moving things my time step is 1e-5 and it only works with the coupled implicitt solver, but I don't know why. Hope this gives you some idea for what you can check! You should use remeshing and smoothing,but you probably know that skd |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] tmerge utility creates unwanted interface/walls comes in the final mesh | Shoonya | OpenFOAM Meshing & Mesh Conversion | 11 | January 20, 2012 07:23 |
How to make boundary layer mesh moving with wall | wayne | FLUENT | 3 | June 12, 2008 00:23 |
moving wall... | kekko | CFX | 0 | February 2, 2007 14:11 |
moving wall and fluid | soody | FLUENT | 3 | September 20, 2004 02:37 |
moving wall | Steff | FLUENT | 0 | February 7, 2002 05:49 |