|
[Sponsors] |
November 28, 2014, 16:15 |
|
#81 |
Member
Hao Chen
Join Date: Aug 2014
Posts: 66
Rep Power: 0 |
Hi Pablo:
Do you have plans to code volume averaged turbulence models for flow in porous media? If so, what kinds of VA turbulence model would you like to choose? Best regards Hao |
|
November 29, 2014, 07:02 |
|
#82 |
Senior Member
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19 |
Hi Hao,
the VA turbulence models, k-epsilon and k-omega SST, are already developed and almost ready to be released, I just need a little time for code cosmetics and to port them to all the supported versions. I am now finishing writing my PhD and don't have as much time as I would want to develop IHFOAM, but I think you can expect them in the following 3 weeks, along with a tutorial case to apply them. Best, Pablo |
|
November 29, 2014, 07:15 |
|
#83 |
Member
Hao Chen
Join Date: Aug 2014
Posts: 66
Rep Power: 0 |
Hi Pablo:
Thanks very much for your work and I am looking forward to the new released version! Do you have any comments on the applicability range of these two turbulence models based on your practical experience? e.g. under what kind of conditions k-epson gives better results and so on... Best regards Hao |
|
November 29, 2014, 07:52 |
|
#84 |
Senior Member
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19 |
Hi Hao,
you have a thorough comparison here (if you don't have access just let me know by PM): http://www.sciencedirect.com/science...78383912001093 Most of the times the results are very similar, although I think SST stands out when wave breaking or large flow separation occurs. Best, Pablo |
|
December 4, 2014, 17:01 |
|
#85 | |
Member
Hao Chen
Join Date: Aug 2014
Posts: 66
Rep Power: 0 |
Hi Pablo:
Thanks very much for your info. I have access to it and I am reading it thoroughly. Could you give some refs on the VA turbulence models that IHFOAM follow? Best regards Hao Quote:
|
||
December 5, 2014, 04:07 |
|
#86 |
Senior Member
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19 |
Hi Hao,
sure, check this reference: http://www.sciencedirect.com/science...78383913001452 As it happens with our VARANS equations, the turbulence equations are not 100% mathematically correct. However, we have only encountered minor differences with the new derivation/implementation. We are exploring the possibility of publishing the new material. In any case, the new equations will be included in the reference document that you can download when you register in the IHFOAM website. Best, Pablo |
|
December 26, 2014, 15:42 |
General question for discussion on mesh resolution
|
#87 |
Senior Member
Join Date: Jul 2011
Posts: 120
Rep Power: 15 |
Hi all, I would just hope to ask for advice on the mesh resolution of VoF in ihFoam. Validating of experimental results seems to give me good results when the total length of the flume are around 20 to 50 metres. I would normally use horizontal mesh spacing of 0.1 metres and 0.05 metres vertically.
However, in the case of real simulations of lets say a harbour that can be 500 metres in the area of interest, what would be the recommended mesh resolutions? I am not sure from which physical quantity should I start with to predict. Would the resolution be dependent on the inlet boundary wave length as well? |
|
December 29, 2014, 04:16 |
|
#88 |
Senior Member
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19 |
Hi Haze,
yes, you usually need a certain number of cells to accurately define a wave. In general you should go for at least 5 cells per H and 75 cells per L. Best, Pablo |
|
December 31, 2014, 14:32 |
|
#89 | |
Senior Member
Join Date: Jul 2011
Posts: 120
Rep Power: 15 |
Quote:
Happy New year and thanks for the advise. I would just like to check if there is also a strict requirement that the aspect ratio of each cell be less than 2? What can we do if after applying the above the aspect ratio H:V we obtain is about 10? Any issues with it? |
||
January 5, 2015, 04:28 |
|
#90 |
Senior Member
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19 |
Hi Haze,
in CFD there are very few strict requirements. In this case it is a recommendation. Having said that, I would never go beyond 5:1 (and this at an unimportant location far from the interest zone, though). Best, Pablo |
|
January 18, 2015, 03:34 |
|
#91 |
Senior Member
Join Date: Jul 2011
Posts: 120
Rep Power: 15 |
Hi all, I came across a problem which I am not able to solve. I am trying to test a diffraction of waves case which is fully 3D. I sampled the surface elevation at the inlet and the trend is different from the Stokes wave I generated in IHFoam. Does anyone knows why and if there is anything I can do to improve the solution?
Last edited by haze_1986; January 18, 2015 at 08:18. |
|
February 2, 2015, 14:42 |
checkMesh issue
|
#92 |
Member
Rafael Marques
Join Date: Mar 2014
Location: Almada/Mülheim a.d. Ruhr, Portugal/Germany
Posts: 67
Rep Power: 12 |
Hi Pablo,
First, I want to thank you for your great tool box e that you are "putting" it in open-source!! I have a issue with IHFoam when i try to import a mesh ,created in Gmsh, so i try to explain it a little bit more... I can import using gmshToFoam and I don get error...but when I execute the checkMesh I get this error message: // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time --> FOAM FATAL ERROR: No times selected From function checkMesh in file db/Time/timeSelector.C at line 263. FOAM exiting I run the case without the blockMesh command in the runCase file and it runs, but i don't know why i have this checkMesh issue... ...can you help me with this problem? by the way I use OpenFoam 2.2.2 Thanks a lot, Rafael Marques |
|
February 2, 2015, 14:56 |
|
#93 |
Senior Member
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19 |
Hi Rafael,
you give little information, there a lots of things that can go wrong. For example: are you running the command in the base folder of a case? Do you have a folder named '0' (even empty)? Do you have any folders with an space in their name inside the case folder (I think that would yield another kind of error, though)?... Best, Pablo |
|
February 2, 2015, 20:13 |
|
#94 |
Member
Rafael Marques
Join Date: Mar 2014
Location: Almada/Mülheim a.d. Ruhr, Portugal/Germany
Posts: 67
Rep Power: 12 |
Hi Pablo,
thanks for your time and for the quick answer. Ok I try to explain the steps that I do: first I copied the basewaveflume tutorial and rename it. After that I copy my Mesh file in to the case folder, then I delete the PolyMesh folder in the constant folder after that I run the command gmshToFoam in the command window and this comand are able to create the Polymesh folder thats not the problem, and then I change the boundary file ( changing the frontAndback patch to empty) and at the end i run the checkMesh in the command window again. Thats the moment when I get this error message, but I delete the blockMesh command in the ControlDict and I am able to run the case with the ./runCase file. So I get results, but I like to checkMesh...but never mind the important thing are the results so they are Ok so everything is fine. I decided to check the mesh in a OpenFoam case and it works without problems- thank you again Rafael |
|
February 3, 2015, 13:25 |
|
#95 |
Senior Member
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19 |
Hi Rafael,
then I was right, you need to create a folder named '0' for checkMesh to work. Note that there is only a folder named '0.org' that eventually gets renamed to '0' in the runCase script. Best, Pablo |
|
February 3, 2015, 17:56 |
|
#96 |
Member
Rafael Marques
Join Date: Mar 2014
Location: Almada/Mülheim a.d. Ruhr, Portugal/Germany
Posts: 67
Rep Power: 12 |
Hi Pablo
Thanks a lot it works, i am a noob using OpenFoam sorry about this noob issue. greetings Rafael |
|
February 7, 2015, 11:10 |
varios gauges line distribuition
|
#97 |
Member
Rafael Marques
Join Date: Mar 2014
Location: Almada/Mülheim a.d. Ruhr, Portugal/Germany
Posts: 67
Rep Power: 12 |
Hi Pablo,
I am struggling with the distribution of the gauges, for the free surface elevation. I am trying to make a equal spaced distribution of 200 gauges, a little bit like the waveflume tutorial in waves2foam. But i am not able to do it, so I decide to ask you about it. I am able to monitorize the surface elevation at various positions, like the breakwater tutorial, but now I want to monitorize at 200 positions and introducing every position by hand is at the moment my only way. Greetings, Rafael |
|
February 9, 2015, 06:56 |
|
#98 |
Senior Member
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19 |
Hi Rafael,
you can create your own script to generate a text block that includes all the points you need to sample, so that you can include it in sampleDict. After that the script (postSensVOF.py) provided as part of the reference materials will do the rest. Best, Pablo |
|
February 10, 2015, 07:18 |
|
#99 |
Member
Rafael Marques
Join Date: Mar 2014
Location: Almada/Mülheim a.d. Ruhr, Portugal/Germany
Posts: 67
Rep Power: 12 |
Hi Pablo,
thanks for your answer, I tried it but without success at the moment, but I continuo to try. Thats the nice thing about OpenFoam try and try till it works . Best greetings, Rafael |
|
February 21, 2015, 05:48 |
|
#100 |
Member
Hao Chen
Join Date: Aug 2014
Posts: 66
Rep Power: 0 |
Hi Pablo:
In your tutorial for boundary conditions of p_rgh for solid walls, you use buoyant pressure rather than zero gradient, could you explain the reason? Best regards Hao |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Divergence detected in AMG solver: k when udf loaded | google9002 | Fluent UDF and Scheme Programming | 3 | November 8, 2019 00:34 |
udf problem | jane | Fluent UDF and Scheme Programming | 37 | February 20, 2018 05:17 |
UDF velocity profile | willroca | Fluent UDF and Scheme Programming | 2 | January 10, 2016 04:13 |
Error messages | atg | enGrid | 7 | August 30, 2013 12:16 |
Phase locked average in run time | panara | OpenFOAM | 2 | February 20, 2008 15:37 |