CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Wave Tank

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 19, 2007, 09:53
Default I am a new user of OpenFOAM an
  #1
New Member
 
Kester Gunn
Join Date: Mar 2009
Posts: 10
Rep Power: 17
kester is on a distinguished road
I am a new user of OpenFOAM and was wondering if anyone could give me some indications as to weather the following is possible, and if so, how to go about achieving it.

I am attempting to model a wave tank (tank of water where waves are generated at one end and propagate along the length of the tank). I was wondering if a boundary could be setup to produce a sinusoidal input that varies with time to generate waves.

Kester
kester is offline   Reply With Quote

Old   April 19, 2007, 10:43
Default Getting the waves in is fairly
  #2
Senior Member
 
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21
eugene is on a distinguished road
Getting the waves in is fairly easy, but requires user coded boundaries. Getting them out is much much more difficult.
eugene is offline   Reply With Quote

Old   April 19, 2007, 11:26
Default I'm not sure what precisely yo
  #3
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
I'm not sure what precisely you are after, but as Eugene says doing waves is pretty easy. Depending on your simulation and objectives, there's quite a few ways to get the pattern you need.

For illustration, here's a link to a movie of a tank on a Liquified Natural Gas (LNG) tanker on rough seas. The excitement is obtained by a prescribed 6-DOF motion of the tank.

ship tank sloshing.

Enjoy,

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   April 19, 2007, 12:08
Default Thanks for that, its an intres
  #4
New Member
 
Kester Gunn
Join Date: Mar 2009
Posts: 10
Rep Power: 17
kester is on a distinguished road
Thanks for that, its an intresting example, and far more complicated than what i have in mind and this stage. The picture below should give some idea if what I want. Is there any information on how to code boundaries of this nature?



where 'Wave in' is an inlet/outlet patch somehow generating the wave.

At the moment im not to bothered about getting the waves out.

Kester
kester is offline   Reply With Quote

Old   April 19, 2007, 12:17
Default You have two choices: 1. Movi
  #5
liu
Senior Member
 
Xiaofeng Liu
Join Date: Mar 2009
Location: State College, PA, USA
Posts: 118
Rep Power: 17
liu is on a distinguished road
You have two choices:
1. Moving mesh: move the mesh on the wave maker side to mimic the movement of the piston or flap

2. Wave maker BC: specify velocity condition based on wave theory. Usually linear wave is enough. Higher harmonics can be added on top of it.

See:
[1] X. Liu and M.H. Garcia. Numerical Simulation of sea bed response under waves with coupled solver of Biot consolidation equations and free surface water flow, In proceeding of ISOPE PACOMS, Dalian, China, 2006
http://vtchl.uiuc.edu/~liu19/pacoms-2006-jsc-16.pdf

[2] X. Liu and M.H. Garcia. Numerical Simulation of local scour with free surface and automatic mesh deformation. In proceeding of world envrionmental and water resource congress, Omaha, NE, USA, 2006
http://vtchl.uiuc.edu/~liu19/walljet.pdf
__________________
Xiaofeng Liu, Ph.D., P.E.,
Assistant Professor
Department of Civil and Environmental Engineering
Penn State University
223B Sackett Building
University Park, PA 16802


Web: http://water.engr.psu.edu/liu/
liu is offline   Reply With Quote

Old   April 19, 2007, 12:25
Default For the "wave out", I haven't
  #6
liu
Senior Member
 
Xiaofeng Liu
Join Date: Mar 2009
Location: State College, PA, USA
Posts: 118
Rep Power: 17
liu is on a distinguished road
For the "wave out", I haven't figure it out either. One thing for sure is to use non-reflecting boundary condition at the outlet. But till now, all the boundary conditions in OF for incompressible fluid I know of is more or less of reflection nature.

I used Flow3D for some of our projects. In Flow3D, there is a boundary called outflow which is basically far field and they claimed it to be perfect for wave outlet. The thing is that Flow3D is based on structured grid and it's relatively easy to implement the BC. For OF, the unstructured gird nature makes things complicated.
__________________
Xiaofeng Liu, Ph.D., P.E.,
Assistant Professor
Department of Civil and Environmental Engineering
Penn State University
223B Sackett Building
University Park, PA 16802


Web: http://water.engr.psu.edu/liu/
liu is offline   Reply With Quote

Old   April 19, 2007, 12:34
Default E-mail or remind me tomorrow.
  #7
Senior Member
 
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21
eugene is on a distinguished road
E-mail or remind me tomorrow. I have some code that used to do an ok job. You will have to strip out some stuff though as I was trying to do deep ocean waves based on wind prevailing speeds.

Got to go play football now.
eugene is offline   Reply With Quote

Old   April 19, 2007, 12:38
Default Sounds good. Let's talk about
  #8
liu
Senior Member
 
Xiaofeng Liu
Join Date: Mar 2009
Location: State College, PA, USA
Posts: 118
Rep Power: 17
liu is on a distinguished road
Sounds good. Let's talk about it tomorrow.

Have fun, Eugene!
__________________
Xiaofeng Liu, Ph.D., P.E.,
Assistant Professor
Department of Civil and Environmental Engineering
Penn State University
223B Sackett Building
University Park, PA 16802


Web: http://water.engr.psu.edu/liu/
liu is offline   Reply With Quote

Old   April 19, 2007, 12:38
Default Thank you for the papers, I ha
  #9
New Member
 
Kester Gunn
Join Date: Mar 2009
Posts: 10
Rep Power: 17
kester is on a distinguished road
Thank you for the papers, I had already read the second one (It came up in a google search for OpenFOAM I think). It was very informative. I am now happily starting the first one which looks to be even better for what I'm doing.
kester is offline   Reply With Quote

Old   April 19, 2007, 12:57
Default So what are you doing? ^_^
  #10
liu
Senior Member
 
Xiaofeng Liu
Join Date: Mar 2009
Location: State College, PA, USA
Posts: 118
Rep Power: 17
liu is on a distinguished road
So what are you doing? ^_^
__________________
Xiaofeng Liu, Ph.D., P.E.,
Assistant Professor
Department of Civil and Environmental Engineering
Penn State University
223B Sackett Building
University Park, PA 16802


Web: http://water.engr.psu.edu/liu/
liu is offline   Reply With Quote

Old   April 20, 2007, 05:36
Default At the moment I'm just trying
  #11
New Member
 
Kester Gunn
Join Date: Mar 2009
Posts: 10
Rep Power: 17
kester is on a distinguished road
At the moment I'm just trying to see if i can accurately model the propagation of waves down a wave tank. Eventually i want to model a floating object in the tank.
kester is offline   Reply With Quote

Old   April 20, 2007, 05:41
Default Ok here are the BCs. Unfortuna
  #12
Senior Member
 
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21
eugene is on a distinguished road
Ok here are the BCs. Unfortunately I dont have time to clean this up for you (it was compiled under 1.3.3), so you will have to extract what is useful and figure out the setup and dependencies too.

surfaceWavePhase.tgz
surfaceWaveVelocity.tgz

As I mentioned before, there is a lot of extra code that converts wind speed to wave properties that you will have to remove. The general idea is sound though.
mm.abdollahzadeh likes this.
eugene is offline   Reply With Quote

Old   April 20, 2007, 05:56
Default Excellent, I'm sure I'll have
  #13
New Member
 
Kester Gunn
Join Date: Mar 2009
Posts: 10
Rep Power: 17
kester is on a distinguished road
Excellent, I'm sure I'll have great fun figuring them out, thanks
kester is offline   Reply With Quote

Old   April 20, 2007, 08:00
Default Eugene, Thanks for postin
  #14
egp
Senior Member
 
egp's Avatar
 
Eric Paterson
Join Date: Mar 2009
Location: Blacksburg, VA
Posts: 197
Blog Entries: 1
Rep Power: 18
egp is on a distinguished road
Eugene,

Thanks for posting the BCs. Were these originally designed to work with free-surface tracking (interTrackFoam) or capturing (interFoam) type solvers? It appears to be the former since I don't see gamma being modified.

As far as my interests go, I am working on dynamic stability of floating bodies in waves and was just thinking about how to implement such a feature in OpenFOAM. Ultimately, I would like to have the capability to choose from various wave spectrum models (e.g., Jonswap, Pierson-Moskowitz, etc.). It appears that some of this infrastructure is already in place, which is great!

If anyone has recommendations on the best way to incorporate these BC's into a interFoam-type solver, I'd love to hear them.
egp is offline   Reply With Quote

Old   April 20, 2007, 08:30
Default Let me know if you devise a de
  #15
Senior Member
 
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21
eugene is on a distinguished road
Let me know if you devise a decent wave outlet boundary. I have an oil tanker that I want to take for a spin.

At the moment the only solution I have to the problem is to impose a velocity ramp near the wave outlet, basically turning the water into tar and dissipating the waves before they hit the outlet. You could use porous media for this as well, as long as the dissipation rate has a gradual slope from the interface.

The BCs are for interFoam. The phase boundary is for gamma (if I recall correctly!) and the velocity boundary is for the velocity.
eugene is offline   Reply With Quote

Old   April 20, 2007, 09:00
Default Thanks for explaining that pha
  #16
egp
Senior Member
 
egp's Avatar
 
Eric Paterson
Join Date: Mar 2009
Location: Blacksburg, VA
Posts: 197
Blog Entries: 1
Rep Power: 18
egp is on a distinguished road
Thanks for explaining that phase boundary is for gamma. It's obvious, but I was thinking you were trying to do something special for the wave phase angle.

Concerning outlet boundary, I guess I'm a bit surprised that it OpenFOAM is so sensitive. For CFDSHIP-IOWA (which is also a PISO incomp solver), we were able to get away with simple extrapolation at the outlet without generating reflections.

I'll be interested to see how Kester progresses. A validation case that I'm working on is based upon experimental work by Armin Troesch's group at Univ. Michigan where they studied a floating box barge in single harmonic head waves with 3DOF. If anyone is interested, I put two movies at:

floatingBodyMovies

Look for the files "video_*". Clearly, the capsize case is going to require a robust approach to the dynamic gridding (thus my long-term interest in overset grids, and my more recent interest in inserting overset capability into OpenFOAM).
egp is offline   Reply With Quote

Old   April 20, 2007, 09:26
Default How is zeroGradient different
  #17
Senior Member
 
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21
eugene is on a distinguished road
How is zeroGradient different from 1st order extrapolation? Or what kind of extrapolation did you use? If there is an easy way to do the outlet I would love to hear it!

Foam has another problem though, the interface compression term does weird things to the pressure field at the interface. Not sure if this contributes to the issue, but I wouldn't be surprised if it does.
eugene is offline   Reply With Quote

Old   April 20, 2007, 10:14
Default I'll be intrested to see how I
  #18
New Member
 
Kester Gunn
Join Date: Mar 2009
Posts: 10
Rep Power: 17
kester is on a distinguished road
I'll be intrested to see how I progress also. Dose anyone know where I can find information on the interTrackFoam solver, I can't seem to find anything, and I'd be intrested to see if it is sutable for my applications.
kester is offline   Reply With Quote

Old   April 20, 2007, 10:36
Default interTrackFoam is a free surfa
  #19
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
interTrackFoam is a free surface deforming mesh solver, developed at FSB Zagreb by dr. Zeljko Tukovic. It is included (full source, examples, tutorials) into the 1.3 patched up release I've been maintaining and you can find it on the FSB site:

FSB OpenFOAM release

The stuff is being merged with the changes in 1.4 and will follow up some time soon. For an idea of what it does, have a look at the

hydrofoil movie

or bubble similations

bubble mesh, 2-D

3-D bubble with surfactants

Enjoy,

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   April 20, 2007, 10:57
Default That bubble 3d bubble is absol
  #20
New Member
 
Kester Gunn
Join Date: Mar 2009
Posts: 10
Rep Power: 17
kester is on a distinguished road
That bubble 3d bubble is absolutly amazing, a real demonstration of why the C stands for colour!

Is it posible to have 2 instilations of OF running on one computer (under ubuntu) so i can have a play with this solver without loosing what ive been doing in 1.4??
kester is offline   Reply With Quote

Reply

Tags
wavetank


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
Help! Compiled UDF problem 4 Wave tank tutorial Shane FLUENT 1 September 3, 2010 02:32
Numerical wave tank michaelp OpenFOAM Installation 1 December 17, 2008 08:27
Numerical wave tank Bridget FLUENT 0 March 27, 2006 16:09
Sea Waves/Wave tank Phil FLUENT 3 October 9, 2003 06:55
Virtual wave tank Murali.K Main CFD Forum 1 March 17, 1999 02:18


All times are GMT -4. The time now is 01:55.