|
[Sponsors] |
July 24, 2013, 11:46 |
|
#241 |
Senior Member
Join Date: Mar 2013
Location: USA
Posts: 120
Rep Power: 13 |
Smit,
Under the conditions you described, all oscillations should have been vanished after the 5th second. First of all, your mesh is too coarse. You should try to refine it around the hull. Try to keep your largest cell smaller than 0.25 m around the hull. If that doesn't help try decreasing your time step. If you are using variable time step size, change it to fixed. Use a fixed time step of 0.001~0.0005 seconds. That should help eliminating the oscillations you are experiencing. Let me know how it goes Best Kilroy |
|
July 26, 2013, 03:04 |
|
#242 |
Member
Join Date: Apr 2013
Posts: 32
Rep Power: 13 |
I've refined my mesh (made using snappyHexMesh) to 6M cells and a fixed time step yielding a maxCo of ~1.5 and maxAlphaCo of ~1 (using nAlphaSubcycles of 5).
Unfortunately the resistance evolves identically, with too large oscillations. |
|
July 26, 2013, 03:45 |
|
#243 |
Member
vincent
Join Date: Apr 2011
Posts: 45
Rep Power: 15 |
What sorte of div scheme you have in your fvshemes file ? I calcul all the ship resistance with LTSInterFoam and I use for U, k and omega limitedLinear scheme, more accurate and stable than linear scheme.
|
|
July 26, 2013, 03:52 |
|
#244 |
Member
Join Date: Apr 2013
Posts: 32
Rep Power: 13 |
Thank you for your response,
I've been using linearUpwind grad(U) where grad(U) is cellLimited Gauss linear 1. Is it reasonable to think that my oscillations would vanish if I would use limitedLinearV 1 instead? |
|
July 26, 2013, 04:00 |
|
#245 |
Member
vincent
Join Date: Apr 2011
Posts: 45
Rep Power: 15 |
You can try limitedLinearV 1 or limitedLinear 1.0 phi (I use this). May be with this scheme, your oscillation will be disappear. And you can try LTSInterFoam, I think it's more stable than interFoam.
Best regards Vince |
|
July 30, 2013, 03:02 |
|
#246 |
Member
Join Date: Apr 2013
Posts: 32
Rep Power: 13 |
Refining mesh, shorten time step or change to limitedLinear 1 phi scheme for div(phi,U) does not decrease the oscillations unfortunately.
|
|
August 29, 2013, 04:51 |
|
#247 |
Member
vincent
Join Date: Apr 2011
Posts: 45
Rep Power: 15 |
Hi all!
I have on problem with last OF version, OF-2.2.1. At each time when I run a calcul (with LTSInterFoam or interDyMFoam), at the beginning, I have one error message. But it's strange because the calcul continue and give some good results. I join the file with a part of error message. Any Idea KR Vince |
|
October 3, 2013, 12:55 |
problem with LTSInterFoam
|
#248 |
Member
vincent
Join Date: Apr 2011
Posts: 45
Rep Power: 15 |
Hi all
I use now OF 2.2.1. I have a new problem with LTSInterFoam. I work on a multihull at hight froude number and usually I use limitedLinear scheme for div(rho*phi,U). In the past, it shows the most accurates results. With the last version of LTSInterFoam, if I have a coarse mesh, it's ok but results are wrong and if I have a refine mesh, calcul crash after 3 step! I don't understand what's happen. I check my mesh, it seem ok, I check all parameters, it seem ok... If you have an idea, that will be great. Vincent |
|
October 4, 2013, 17:02 |
Convergence issues with LTSinterFoam.
|
#249 |
New Member
Join Date: Oct 2013
Posts: 6
Rep Power: 13 |
Hi everyone!
First of all I should say that I feel sorry for the simplicity of my question following all these rather complex matters that you guys have been tackling!! I have been trying to solve for a 0 DOF VoF case for a while now and am still having some issues with the convergence. I am primarily interested in computing hull resistance at low fn. Rather than exposing all the cases I have been working on, I thought I would post the results I get from the well known wigley hull tutorial. For this run all the parameters were kept unchanged from the tutorial with the exception of: 1 The calculation of the pressure/viscous forces and moments (forces function object added in the controlDict) 2 Calculation in parallel on 8 Cores using the “simple” method. SimpleCoeffs being n (8 1 1) and delta 0.001 I have attached snapshot of the mesh, the resulting free surface and the disappointing convergence graph I should mention that I have investigated running it for longer then got instability issues due to the wake bouncing off the boundaries of the domain which I got rid of by increasing the domain size but I still didn't achieve a good state of convergence. So my question is simple. What do I need to do in order to get a better convergence. Is it a meshing issue or should I focus on other things? Ideally if someone has solved this issue and is happy to share his case files that would give me a very good starting point and would be immensely appreciated. Thanks a lot for your help. |
|
October 4, 2013, 17:21 |
|
#250 |
New Member
Join Date: Oct 2013
Posts: 6
Rep Power: 13 |
Oh and I should also say that I too used OF v2.2.1 and haven't experienced any crashes so far with LTSinteFoam Vince. Not sure this answers your question though...
|
|
October 10, 2013, 12:36 |
|
#251 |
Member
vincent
Join Date: Apr 2011
Posts: 45
Rep Power: 15 |
Hi Jule
To solve my problem, I use interFoam. I don't know why it's ok with interFoam and no with LTSInterFoam but the more essential that I can use limitedLinear scheme. Vince |
|
November 16, 2013, 18:07 |
|
#252 |
Member
maryam morta
Join Date: Sep 2013
Posts: 54
Rep Power: 13 |
Hi dear all,
i'm trying to simulate a floating body under wave. At first I was trying to combine wave2foam toolbox and the floating object tutorial in interDyMFoam. but as it seems there are some problems with the tutorials and it behaves abnormally beside pressure instability. Also I heard about the solver shipFoam, which seems not to have these problems. Can anyone that has done kind of this simulation so far, get me some advice about where I should start. I would be glad to hear any progress at this matter Can anyone please send a link or the file of shipFoam. I found one file but it was from a while ago, I'm not sure if it's with the latest modifications. I appreciate any help. Thanks, Best regards |
|
November 22, 2013, 12:29 |
|
#253 |
Member
Join Date: Apr 2013
Posts: 32
Rep Power: 13 |
Has anyone used the numerical beach capabilities within the ShipHydroSIG package/ navalFoam?
I have tried to use the numerical beach for free surface ship flows but it creates waves near inlet and outlet. Best regards |
|
March 2, 2014, 01:16 |
|
#254 |
New Member
Join Date: Apr 2013
Posts: 11
Rep Power: 13 |
Hello Foamers
I am also interested in the WigleyHull case, does anyone know if this case may be ran in parallel? There is a decomposeParDict but the case is not set up compleatley to run in parallel. Any sugestions apreciated. Thanks |
|
March 2, 2014, 07:01 |
|
#255 |
Member
vincent
Join Date: Apr 2011
Posts: 45
Rep Power: 15 |
Hi all
I install the new OF version 2.3. I test LTSInterFoam with the DTCHull but it appear there is some problems with meshing. Some people have test this case yet? BR |
|
March 20, 2014, 13:15 |
calcul 2DoF with OF 2.3
|
#256 |
Member
vincent
Join Date: Apr 2011
Posts: 45
Rep Power: 15 |
Hi
After lot of test, I realized a comparison on a multihull between OF and FLUENT code (the calculs with FLUENT are realized by an another company). I can't show the CAD because it's confidential. I can just say it's a catamaran, L=19m. I join a pdf with results. I have a very good agrement with Fvx and not with Fpx. I think it's because of bad trim and sink prediction. My problem: I have some difficulties to estimate some coefficients in the dynamicMesh file, especially the translationDamper and rotationDamper in part restraints. For the moment, I assume these coefficients are linear. In the tutorial, Lhull=5.97, and in my case, Lhull=19, I multiply translation and rotationDamper by 3.18 but I'm not sure at all it's the best way. I don't change the accelerationRelaxation coeff, but may be, I must? If some people have an idea, it will be great. BR |
|
April 8, 2014, 17:42 |
|
#257 |
New Member
Join Date: Oct 2013
Posts: 6
Rep Power: 13 |
Hi Vince,
I have tested the DTCHull case and haven't had any meshing issues. Regarding the translation and rotation damper I like you opted for a linear relationship but I'm not convinced it is correct. Have you found out anything about that since? What solver do you use for your 2 DOF case? Cheers. |
|
April 9, 2014, 05:44 |
|
#258 |
Member
vincent
Join Date: Apr 2011
Posts: 45
Rep Power: 15 |
Hi Jule
I think also a linear relationship for translation and rotation damper is not correct. But for the moment, I found nothing to estimate these coefficients. If you have an idea, it will be great. For 2DOF case, I use interDyMFoam. Cheers |
|
June 16, 2014, 15:01 |
|
#259 |
Member
Ali
Join Date: Oct 2013
Location: St John's Canada
Posts: 31
Rep Power: 13 |
Hello everyone,
I am trying to calculate the total resistance of wigley hull at Fn = 0.316 for the last two months. I have tried LTSInterFoam and InterDyMFoam for the calculation in OpenFoam 2.3.0 , but the results are not a satisfactory at all. I hope someone (specially who have already validated it) will help me to find out the problem. I appreciate any kind of help and hints. I can upload the cases if is required. Thank you. Best regards, Ali |
|
June 18, 2014, 07:32 |
|
#260 | |
New Member
Jianxi Yao
Join Date: Apr 2011
Posts: 17
Rep Power: 15 |
Quote:
please show me you case files. i also done what you are doing. i found the unsteady solvers interFoam or interDyMFoam were better than LTSInterFoam. you need correct settings in fvSolution and fvScheme files to obtain good results. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Free-Surface Ship Flow - Boundary Conditions | James Date | CFX | 1 | February 19, 2013 06:42 |
ship free-surface analysis | Andrea Mercuri | Siemens | 0 | September 28, 2004 12:01 |
Free Surface Flow for Ship | sam | FLUENT | 6 | October 24, 2003 06:29 |
viscous free surface flow past a ship hull | lololo | Main CFD Forum | 0 | June 13, 2002 00:02 |
meshing for surface ship flow | boris | FLUENT | 0 | April 24, 2002 21:27 |