CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Assist in a Fluent model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 25, 2016, 11:20
Post Assist in a Fluent model
  #1
New Member
 
Viktor
Join Date: Feb 2016
Posts: 8
Rep Power: 10
Je5u5 is on a distinguished road
Hello.
Im trying to build a 2D model of a tank filled with water, inside this tank there is a wall that is moving and creating waves, after this i want to track the particle trajectories to asses the best condition for particle grouping.

i made the wall inside the tank movie using a udf, but now i see its movement does not effect the "water" in the wave and thus not creating any velocity changes.

how can i make the wall movement affect the interior water using fluent.

Thank you.
Viktor

I attach my UDF for wall movement and a picture of the tank with the wall

Quote:
#include "udf.h"
#define PI 3.14

DEFINE_CG_MOTION(movingwall,dt,vel,omega,time,dtim e)
{
Thread *t;
face_t f;


t=DT_THREAD(dt);

begin_f_loop(f,t)
{
vel[1]=0.05*sin(2*PI*time);
}

end_f_loop(f,t)


}
Attached Images
File Type: png UNTITELED.png (44.8 KB, 10 views)
Je5u5 is offline   Reply With Quote

Old   May 29, 2016, 04:32
Default
  #2
New Member
 
Viktor
Join Date: Feb 2016
Posts: 8
Rep Power: 10
Je5u5 is on a distinguished road
Any Help?
or direction on witch model should i use?
Je5u5 is offline   Reply With Quote

Old   May 31, 2016, 10:51
Default
  #3
Member
 
Bhargav Bharathan
Join Date: Jun 2015
Location: Montreal, Canada
Posts: 71
Rep Power: 10
bhargavbharathan is on a distinguished road
I suggest trying out "dynamic mesh"

Check out this tutorial:
http://cae-club.ru/sites/default/fil...alling-box.pdf

You can find the associated files on the ANSYS portal.

-BB
bhargavbharathan is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Seeking Macroscopic Particle Model in Fluent bzhang7 FLUENT 3 June 25, 2022 17:54
Fluent :- turbulence Model prince_pahariaa FLUENT 9 May 20, 2016 03:41
Wrong flow in ratating domain problem Sanyo CFX 17 August 15, 2015 06:20
Overflow Error in Multiphase Modelling with Two Continuous Fluids ashtonJ CFX 6 August 11, 2014 14:32
Fluent 12 k-w SST turbulence model DarrenC FLUENT 0 December 13, 2009 08:33


All times are GMT -4. The time now is 00:15.