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

Free Surface Ship Flow

Register Blogs Community New Posts Updated Threads Search

Like Tree31Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 31, 2012, 06:37
Default
  #181
ngj
Senior Member
 
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,900
Rep Power: 37
ngj will become famous soon enoughngj will become famous soon enough
Hi Flowris

My common settings deviate from yours. From my experience I use:

relTol = 0.0; in all pressure corrections.

nAlphaSubCycles = 1;

cAlpha = 1;

Using these I get nice results and it runs pretty stable for long times (hundres of wave periods).

Furthermore, I use GAMG for the pressure solution.

Kind regards,

Niels
ngj is offline   Reply With Quote

Old   June 9, 2012, 03:47
Default
  #182
Member
 
vincent
Join Date: Apr 2011
Posts: 45
Rep Power: 14
vince_44 is on a distinguished road
Quote:
Originally Posted by ngj View Post
Hi Flowris

What does your fvSolution file look like? With respect to schemes, I have been happy using MUSCL for div(rho*phi,U) and div(phi.aplha).

Best regards,

Niels
Hie Niels, I try MUSCL for div(rho*phi,U) and div(phi, alpha) but my test crash. The best combination I found is this:

ddtSchemes
{
default localEuler rDeltaT;
}

gradSchemes
{
default Gauss linear;
grad(p) Gauss MUSCL 1.0 phi;
}

divSchemes
{
div(rho*phi,U) Gauss limitedLinear 1.0 phi;
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss interfaceCompression;
div(phi,k) Gauss upwind;
div(phi,omega) Gauss upwind;
}

laplacianSchemes
{
default Gauss linear corrected;
}

interpolationSchemes
{
default linear;
}

snGradSchemes
{
default corrected;
}

fluxRequired
{
default no;
p_rgh;
pcorr;
alpha1;
}

Any idea why if I replace by MUSCL, my calculation diverge?

Best regard

Vince
vince_44 is offline   Reply With Quote

Old   August 3, 2012, 04:20
Default
  #183
Senior Member
 
Join Date: Apr 2010
Posts: 151
Rep Power: 16
flowris is on a distinguished road
Vince, Niels,

I tried all of your tips and many other things, but nothing took away the oscillations. Is any of you willing to take a look at my case? I can send it by e-mail, since it is too large to post on the forum.

Greetings and thanks for your help so far.
flowris is offline   Reply With Quote

Old   August 7, 2012, 06:01
Default
  #184
Member
 
vincent
Join Date: Apr 2011
Posts: 45
Rep Power: 14
vince_44 is on a distinguished road
Hi Flowris

You can send your case on my mail: vincent.jacob@greenflow2358.fr.

Kind regards,

Vince
vince_44 is offline   Reply With Quote

Old   October 7, 2012, 19:20
Default
  #185
New Member
 
James H
Join Date: Oct 2012
Posts: 4
Rep Power: 13
jammerammer is on a distinguished road
Hey all,

I have a rather rushed project to complete. I wish to model a ship on the free surface, eventually with 2DOF (heave/sink + pitch), self-propelled and in a seaway.

I would be happy if I can get just the 2DOF bit working

I am new to openFOAM and have literally no idea where to start. If I can show that my methods are working I will have access to very large computing power (up to 40m cells). Could someone give me some pointers as to where to start?

Thanks,
James
jammerammer is offline   Reply With Quote

Old   October 8, 2012, 02:20
Default
  #186
Senior Member
 
Ralph Moolenaar
Join Date: Aug 2010
Location: 's-Hertogenbosch, the Netherlands
Posts: 120
Rep Power: 15
Ralph M is on a distinguished road
Hello James,

What kind of timeframe do you have for your project?

Regards,

Ralph
__________________
CFD for marine applications? Go to http://www.marinecfd.com/ and join the OF Ship Hydromechanics Group: http://www.cfd-online.com/Forums/gro...mechanics.html
Ralph M is offline   Reply With Quote

Old   October 8, 2012, 04:17
Default
  #187
New Member
 
James H
Join Date: Oct 2012
Posts: 4
Rep Power: 13
jammerammer is on a distinguished road
Hi Ralph,

I have about 2 weeks to get a 2 DOF system working, with a further month to add a seaway and self-propulsion effects.

James
jammerammer is offline   Reply With Quote

Old   October 8, 2012, 04:24
Default
  #188
Senior Member
 
Ralph Moolenaar
Join Date: Aug 2010
Location: 's-Hertogenbosch, the Netherlands
Posts: 120
Rep Power: 15
Ralph M is on a distinguished road
Hi James,

In that case I think you should change your plans.... currently there are only between two-five OF-solvers in the world capable of simulating a moving ship and none of them are available for public. I've been working on this matter for a long time now and still working hard to develop such a code myself. Unless you're a genius I doubt that you'll be able to fix a code in such a short time.

Hopefully you'll be able to simplify your problem towards a fixed ship, then I recommend you to go for the latest OF version (2.1) and use the LTSInterFOAM solver. Setting up a working case will already take you a few weeks... so good luck!

Ralph
__________________
CFD for marine applications? Go to http://www.marinecfd.com/ and join the OF Ship Hydromechanics Group: http://www.cfd-online.com/Forums/gro...mechanics.html
Ralph M is offline   Reply With Quote

Old   October 8, 2012, 05:11
Default
  #189
New Member
 
James H
Join Date: Oct 2012
Posts: 4
Rep Power: 13
jammerammer is on a distinguished road
Hi Ralph,

Thanks for your feedback. I am aware that tools like overset grids would hugely assist in this problem. Is the issue with dynamic meshing or with calculating the motions of the vessel?

I planned to use sliding meshes for the selfpropulsion (I believe they are public domain) and a numerical beach to solve the wave outflow boundary... But I'm looking a long way in advance here.

Is this problem solvable straightforwardadly in tools like star ccm or ansys cfx?

James
jammerammer is offline   Reply With Quote

Old   October 8, 2012, 06:05
Default
  #190
Senior Member
 
Ralph Moolenaar
Join Date: Aug 2010
Location: 's-Hertogenbosch, the Netherlands
Posts: 120
Rep Power: 15
Ralph M is on a distinguished road
James,

Everything is possible in OF.... if you have enough time! Most of the stuff you need is indeed already available somewhere, but it takes a lot of effort to combine and check.

I even think that two weeks time isn't very much for a commercial package like Fine/Marine or StarCCM. But if you could use something like that I would certainly go for the commercial packages instead OF. Again you have to invest a lot of time, but it's certainly less time than learning how to use OF!

Ralph
__________________
CFD for marine applications? Go to http://www.marinecfd.com/ and join the OF Ship Hydromechanics Group: http://www.cfd-online.com/Forums/gro...mechanics.html
Ralph M is offline   Reply With Quote

Old   October 8, 2012, 15:54
Default
  #191
New Member
 
James H
Join Date: Oct 2012
Posts: 4
Rep Power: 13
jammerammer is on a distinguished road
Thanks Ralph,

I will speak to my supervisor who has some experience with OF and see what he thinks. I worry that dynamic meshing won't be enough for the amplitudes of motion I am considering.

I'm quite daunted by how much there is to learn - I should probably just get started!

James
jammerammer is offline   Reply With Quote

Old   October 20, 2012, 08:10
Default vessel power tank
  #192
New Member
 
kamla youcef
Join Date: Jun 2010
Posts: 1
Rep Power: 0
kamla is on a distinguished road
I am trying to determine Power Number using ANSYS CFX for Rushton impeller vessel

I am looking for tutorial or procedure how to do it.

thanks
kamla is offline   Reply With Quote

Old   December 10, 2012, 18:23
Default
  #193
New Member
 
Angela Wang
Join Date: Mar 2009
Location: Fairfax, VA, USA
Posts: 15
Rep Power: 17
Angela Wang is on a distinguished road
Send a message via MSN to Angela Wang
Hi Ben,

I am starting play with interDyMFoam and I am curious about how do you print out the trim and sinkage data ?

Regards
Angela Wang is offline   Reply With Quote

Old   December 11, 2012, 04:40
Default
  #194
Member
 
Ben Vernieres
Join Date: Jul 2011
Location: Valencia, Spain
Posts: 42
Rep Power: 14
bouclette is on a distinguished road
Send a message via Skype™ to bouclette
Hi Angela,

I'll try to send you the gnuplot file tonight.

Ben
bouclette is offline   Reply With Quote

Old   December 11, 2012, 09:48
Default
  #195
New Member
 
Angela Wang
Join Date: Mar 2009
Location: Fairfax, VA, USA
Posts: 15
Rep Power: 17
Angela Wang is on a distinguished road
Send a message via MSN to Angela Wang
Thanks, Ben. What I mean is how do you get the trim and heave output? From the log file? Or any setup just like the force in controldict ?

Quote:
Originally Posted by bouclette View Post
Hi Angela,

I'll try to send you the gnuplot file tonight.

Ben
Angela Wang is offline   Reply With Quote

Old   December 11, 2012, 09:53
Default
  #196
Member
 
Ben Vernieres
Join Date: Jul 2011
Location: Valencia, Spain
Posts: 42
Rep Power: 14
bouclette is on a distinguished road
Send a message via Skype™ to bouclette
I take it from the log file.
bouclette is offline   Reply With Quote

Old   December 11, 2012, 12:47
Default
  #197
New Member
 
Angela Wang
Join Date: Mar 2009
Location: Fairfax, VA, USA
Posts: 15
Rep Power: 17
Angela Wang is on a distinguished road
Send a message via MSN to Angela Wang
Thanks, Ben. I checked the log file and it only gave out Linear velocity and Angular velocity. Do you use them and the timestep to calculate heave displacement and pitch angle?
Angela Wang is offline   Reply With Quote

Old   December 12, 2012, 15:40
Default
  #198
New Member
 
Angela Wang
Join Date: Mar 2009
Location: Fairfax, VA, USA
Posts: 15
Rep Power: 17
Angela Wang is on a distinguished road
Send a message via MSN to Angela Wang
Hi Ben,

I just realized yesterday that the heave data can be fetched from the log file (CoM, center of mass). And the trim can be calculated with the coordinates of CoM and any other point on the moving boundary. But it seems the pointDisplacement is only dumped at write interval instead of every time step. Then how can we easily see if a calm water problem goes to convergence if any degree of motion is allowed?

Angela
Angela Wang is offline   Reply With Quote

Old   January 18, 2013, 08:46
Default
  #199
Member
 
vincent
Join Date: Apr 2011
Posts: 45
Rep Power: 14
vince_44 is on a distinguished road
Hi

I make some test with LTSInterFoam on sailing hull with appendages. The result close to the theory is obtain with in fvScheme file:
div(rho*phi,U) Gauss limitedLinear 1.0 phi

With a refinement level 6 on surface and volume, is not very good. With a refinement level 7, it's better. But now, when I test with a level 8, the calculation stop after 3 iterations with an error message.

What's wrong? Anybody have an idea?

Vince
vince_44 is offline   Reply With Quote

Old   January 18, 2013, 08:53
Default
  #200
Senior Member
 
Join Date: Aug 2010
Location: Groningen, The Netherlands
Posts: 216
Rep Power: 18
colinB is on a distinguished road
Hi vince,

it is hard to say what is wrong with your calculation since you dont provide
all necessary information.

Eventually you want to post:

- the Error Message

- your snappyHexMeshDict file since I assume youre using sHM

- type: "checkMesh > log" and post the content of new
created log file here

This will increase the chance that someone is willing to help you

regards

Colin
colinB 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
Free-Surface Ship Flow - Boundary Conditions James Date CFX 1 February 19, 2013 05:42
ship free-surface analysis Andrea Mercuri Siemens 0 September 28, 2004 11:01
Free Surface Flow for Ship sam FLUENT 6 October 24, 2003 05:29
viscous free surface flow past a ship hull lololo Main CFD Forum 0 June 12, 2002 23:02
meshing for surface ship flow boris FLUENT 0 April 24, 2002 20:27


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