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

Ocean Wave with Fluent?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 16, 2009, 16:31
Default Ocean Wave with Fluent?
  #1
Member
 
Join Date: Mar 2009
Posts: 43
Rep Power: 17
gholamghar is on a distinguished road
hello
i want to model and analyze a 2d wave that reaches the beach(which is considered to be like a step as shown below) and breaks.i have all the dimesions such as depth of water or wave profile in the ocean and i should obtain the height and the shape of the wave on the beach(step),but because i am a beginner
i have following quetions:
1-i have just access to Fluent software,so is Fluent capable of solving this problem?i have heard that i should use VOF and Fluent has this feature but i don't know that Fluent can solve this problem about waves.
2-which software is the best for this problem among CFX,Fluent,Flow3d?
3-if Fluent is capable of solving this problem,how much time approximately is needed for a complete beginner to learn VOF and solve this problem with Fluent and do i need learn UDF writing?

i have attached the wave before reaching to beach and after that:

thanks in advance
Attached Images
File Type: jpg before reaching to beach.JPG (4.8 KB, 62 views)
File Type: jpg after reaching to beach.JPG (5.3 KB, 54 views)

Last edited by gholamghar; March 16, 2009 at 18:32.
gholamghar is offline   Reply With Quote

Old   March 20, 2009, 02:35
Default
  #2
Senior Member
 
Join Date: Mar 2009
Posts: 225
Rep Power: 18
paka is on a distinguished road
Yes it is possible to do it in Fluent.

I will not provide answer to other question, forgive me It is like asking what the weather is going to be in half an year VOF is a pretty simple concept, read Fluent manual, there theoretical foundation is explained pretty well.

I do not know about CFX and Flow3d capabilities.

If you want to have such a wave generated, yes you will need to write your own UDF routine.

If I could ask, what is your project about? What are you working on? Sounds interesting.
paka is offline   Reply With Quote

Old   June 19, 2009, 06:01
Default
  #3
New Member
 
ash
Join Date: Jun 2009
Posts: 1
Rep Power: 0
araval is on a distinguished road
Hi,
This task can be done in CFX. I did in past in my research. From the shape of your wave, I assume you have a solitary wave breaking on the beach. You need to write a UDF file for generating solitary wave which is motion of wavemaker. For e.g. something on this line depending upon your boundary condition.
#include "udf.h"
DEFINE_CG_MOTION(wave, dt, vel, omega, time, dtime)
{
vel[0]=(0.037098)*((1 - exp(-2.303*time))*7.7528*cos(7.7528*time) + ((2.303*exp(-2.303*time))*sin(7.7528*time)));
}

I hope this will be useful.
araval is offline   Reply With Quote

Old   June 16, 2015, 05:51
Default how to plot the wave wrt to time
  #4
New Member
 
logan
Join Date: Feb 2012
Posts: 10
Rep Power: 14
wolverine is on a distinguished road
i am in similar problem. i have results but i wonder how to plot the wave profile with respect to time
wolverine 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
Ocean wave generation & outlet setting- ship FSI lee CFX 0 November 8, 2007 22:10
HELP,ocean wave motion-inlet boundary? Blackhole Siemens 0 January 27, 2005 22:10
Wave in Fluent. Sham FLUENT 0 December 20, 2004 23:43
Ocean Wave Model with FLOW3D Haryo Armono Main CFD Forum 0 January 28, 1999 13:11


All times are GMT -4. The time now is 07:27.