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

water sloshing in oscillating tank (problem using udf Define_ZONE_MOTION)

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By AlexanderZ

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 1, 2013, 01:37
Default water sloshing in oscillating tank (problem using udf Define_ZONE_MOTION)
  #1
New Member
 
Sumit Tambe
Join Date: Feb 2013
Posts: 8
Rep Power: 13
Tamsu is on a distinguished road
hello everyone,
I am simulating 2D sloshing of water due to oscillatory motion of a square tank. Here is a small description:
model=VOF: Implict, with zonal discretization.
gravity in 'y' dirctn.
Tank: 0.2m x 0.2m sqaure tank, closed walls.
Mesh: structured, finer at the water-air interface.
filled depth: 0.04m
UDF:
#include <udf.h>
DEFINE_ZONE_MOTION(fmotion,omega,axis,origin,veloc ity,time,dtime)
{
real velocity={0.6282*sin(62.82*time),0.0,0.0};
return;
}

UDF is hooked up with both of the cell zones.
Walls: moving walls, with relative velocity(adjacent to cell zone) =0 m/s
time-step size=0.0001 s
during calculation x and y velocity residuals are remaining almost constant until I reduce momentum URF to 0.001, then after the solution rapidly converges.
But water remains stationary as before. The free surface orientation does not change with time. even after 1 second of flow time.
Can anybody help me out?
Tamsu is offline   Reply With Quote

Old   April 2, 2013, 06:49
Default
  #2
Senior Member
 
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 22
vasava will become famous soon enough
1. Is there a space in 'DEFINE_ZONE_MOTION(fmotion,omega,axis,origin,veloc ity,time,dtime)' or just a typo?

2. It is possible that 1 sec is too short time to notice sloshing, try bit longer simulation.

Last edited by vasava; April 2, 2013 at 07:20.
vasava is offline   Reply With Quote

Old   April 2, 2013, 08:00
Default
  #3
New Member
 
Sumit Tambe
Join Date: Feb 2013
Posts: 8
Rep Power: 13
Tamsu is on a distinguished road
Quote:
Originally Posted by vasava View Post
1. Is there a space in 'DEFINE_ZONE_MOTION(fmotion,omega,axis,origin,veloc ity,time,dtime)' or just a typo?

2. It is possible that 1 sec is too short time to notice sloshing, try bit longer simulation.
Yeah, its a typo.
Time is surely not an issue. Instead of trying with a moving mesh, I varied a body force. Its giving good results even for small simulation time. Just that you wont see the mesh moving. but Its fairly sufficient for the analysis.
Tamsu is offline   Reply With Quote

Old   April 2, 2013, 08:18
Default
  #4
Senior Member
 
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 22
vasava will become famous soon enough
You said it first! I was just going to suggest that. So is everything fine now?
vasava is offline   Reply With Quote

Old   April 2, 2013, 10:46
Default
  #5
New Member
 
Sumit Tambe
Join Date: Feb 2013
Posts: 8
Rep Power: 13
Tamsu is on a distinguished road
Yup!! everything is great!
Tamsu is offline   Reply With Quote

Old   November 9, 2013, 09:24
Default sloshing
  #6
New Member
 
Puneet
Join Date: Sep 2013
Posts: 14
Rep Power: 12
puneetnema is on a distinguished road
Quote:
Originally Posted by Tamsu View Post
hello everyone,
I am simulating 2D sloshing of water due to oscillatory motion of a square tank. Here is a small description:
model=VOF: Implict, with zonal discretization.
gravity in 'y' dirctn.
Tank: 0.2m x 0.2m sqaure tank, closed walls.
Mesh: structured, finer at the water-air interface.
filled depth: 0.04m
UDF:
#include <udf.h>
DEFINE_ZONE_MOTION(fmotion,omega,axis,origin,veloc ity,time,dtime)
{
real velocity={0.6282*sin(62.82*time),0.0,0.0};
return;
}

UDF is hooked up with both of the cell zones.
Walls: moving walls, with relative velocity(adjacent to cell zone) =0 m/s
time-step size=0.0001 s
during calculation x and y velocity residuals are remaining almost constant until I reduce momentum URF to 0.001, then after the solution rapidly converges.
But water remains stationary as before. The free surface orientation does not change with time. even after 1 second of flow time.
Can anybody help me out?
sir i m facing same problems...how did u rectify those..plz help me out
puneetnema is offline   Reply With Quote

Old   May 16, 2014, 08:42
Default
  #7
New Member
 
Join Date: May 2014
Posts: 1
Rep Power: 0
samwize is on a distinguished road
Sumit,

Can you please let me know how to go about solving this problem

Thanks,Samwize
samwize is offline   Reply With Quote

Old   November 23, 2021, 06:52
Default
  #8
New Member
 
venu madhav
Join Date: Apr 2017
Posts: 3
Rep Power: 9
venu1591 is on a distinguished road
Quote:
Originally Posted by Tamsu View Post
Yeah, its a typo.
Time is surely not an issue. Instead of trying with a moving mesh, I varied a body force. Its giving good results even for small simulation time. Just that you wont see the mesh moving. but Its fairly sufficient for the analysis.
Hi Tamsu,
How did you use an oscillating body force in FLUENT? Did you use UDF or is there a better way to do so?

Thanks,
Venu
venu1591 is offline   Reply With Quote

Old   November 24, 2021, 00:11
Default
  #9
Senior Member
 
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34
AlexanderZ will become famous soon enoughAlexanderZ will become famous soon enough
to apply gravity you may use momentum source term

to make it transient you may use transient profile or UDF
and may be expression now (which should be checked)
venu1591 likes this.
__________________
best regards


******************************
press LIKE if this message was helpful
AlexanderZ is offline   Reply With Quote

Reply

Tags
define_zone_motion, lateral excitation, sloshing, udf


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
sloshing in tank manoj kumar FLUENT 7 July 30, 2011 05:53
Problem with my udf july Fluent UDF and Scheme Programming 3 June 20, 2010 06:56
Mass conservation problem in mixing tank multiphase simulation rockewan FLUENT 0 April 6, 2010 12:34
Udf for sloshing problem D.Martelli Fluent UDF and Scheme Programming 0 December 9, 2009 11:21
fluent UDF external library lapack problem Rick FLUENT 0 May 7, 2008 10:16


All times are GMT -4. The time now is 05:04.