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

validating methodology to solve rolling of half filled tank problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 23, 2016, 02:00
Question validating methodology to solve rolling of half filled tank problem
  #1
New Member
 
classified
Join Date: Oct 2016
Posts: 10
Rep Power: 9
classified is on a distinguished road
Hi...
I am working on a problem which involves a half filled tank and which is under rolling motion. I had set a VOF model for 2 phases ( Water and air).
For applying rolling motion I wrote a udf as follows:
************************************************** ***************
#include "udf.h"
#include "dynamesh_tools.h"
DEFINE_ZONE_MOTION (oscillation, omega, axis, origin, velocity, time, dtime)
{
*omega=(0.3323*cos(3.81*time)); //here 3.81 is frequency of rotation
return;
}
************************************************** **************
After that this i interpreted this udf in ansys fluent
Then I choosed for cell zone condition on fluent window and surface body under zone selection box. then to this "surface body" zone i ticked on mesh motion and hooked the above udf.
but the results are not satisfactory...
PLEASE TELL ME WHETHER MY APPROACH IS RIGHT?
OR IF WRONG THE HOW CAN I GIVE ROLLING MOTION TO TANK..
I AM A NEW USER SO HAVING A BIT OF KNOWLEDGE.


Thanks in advance



edit : I am verifying the result with pressure measurement at a point and comparing with available literature. For measuring pressure I had used 'point' under 'surface'
Attached Images
File Type: png Screenshot (2).png (16.0 KB, 18 views)
classified is offline   Reply With Quote

Old   November 23, 2016, 02:07
Default
  #2
Member
 
KirMaks
Join Date: Aug 2016
Posts: 34
Rep Power: 9
kirmaks is on a distinguished road
Hallo,

just an idea, why just not to change the direction of the gravity vector, it should be much easier than moving mesh?

There is also VOF UDF tutorial in FLUENT about splashing tank where the acceleration changes in time.

Regards, Maksim.
kirmaks is offline   Reply With Quote

Old   November 24, 2016, 04:06
Default
  #3
New Member
 
classified
Join Date: Oct 2016
Posts: 10
Rep Power: 9
classified is on a distinguished road
hi kirmaks ... can you please elaborate . I am not getting what you want to say.
classified is offline   Reply With Quote

Old   November 24, 2016, 04:12
Default
  #4
`e`
Senior Member
 
Join Date: Mar 2015
Posts: 892
Rep Power: 18
`e` is on a distinguished road
It's a matter of perspective: instead of moving the entire tank/mesh, you could instead change the direction of gravity. Have a read of this post on applying a gravity force to the momentum source terms: http://www.cfd-online.com/Forums/flu...tml#post356732

Note: you'll need to apply similar source terms in the x and y directions with sine and cosine functions to mimic the rolling motion.
`e` is offline   Reply With Quote

Old   December 6, 2016, 05:13
Default
  #5
New Member
 
classified
Join Date: Oct 2016
Posts: 10
Rep Power: 9
classified is on a distinguished road
Hi 'e' I tried to figure out what you mean but I could not. Can this momentum source method be used for sloshing under roll motion of tank?
I am new member and know a bit of fluent.
Thanks for your reply.
classified is offline   Reply With Quote

Old   December 6, 2016, 05:18
Default
  #6
New Member
 
classified
Join Date: Oct 2016
Posts: 10
Rep Power: 9
classified is on a distinguished road
Hi 'e' rather I made a udf as follow:
.................................................. ..
#include "udf.h"
#include "dynamesh_tools.h"
DEFINE_ZONE_MOTION (oscillation, omega, axis, origin, velocity, time, dtime)
{
*omega=(5*3.14/180*3.81*cos(3.81*time));
return;
}
.................................................. ........................

and in fluent I interpreted it. Then I hooked it to frame motion menu under cell boundary condition.
I want to know whether my approach is correct ?

Thanks in advance....
classified 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
How FVM will solve shock problem? michael Main CFD Forum 4 June 13, 2007 09:07
Can CFX solve problem with structured mesh? Peted CFX 2 May 31, 2004 23:45
Can FLUENT solve this type of problem? Whitaker FLUENT 3 October 23, 2000 03:01
extremely simple problem... can you solve it properly? Mikhail Main CFD Forum 40 September 9, 1999 09:11
Tank problem using CFD meda Main CFD Forum 3 July 1, 1999 21:44


All times are GMT -4. The time now is 09:56.