|
[Sponsors] |
April 26, 2013, 06:40 |
Problems with IDDES in openfoam2.1.1
|
#1 |
New Member
Sha Huang
Join Date: Dec 2012
Posts: 22
Rep Power: 13 |
Dear Foamers:
I am now trying to use IDDES to simulate the aerodynamic performance of high-speed train, but i got the errors shows below: request for RASModel RASProperties from objectRegistry region0 failed available objects of type RASModel are 0 ( ) Can any one help me with with. |
|
April 26, 2013, 21:25 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Joanna Huang,
It would help if you could describe the steps you've taken to reach that error message. From what I can figure out, there is an "IDDESDelta" class in OpenFOAM's source code at "src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/IDDESDelta/", which is part of the incompressible LES turbulence library. The error you're getting is referring to the RAS model... so I can only guess that you'll need to switch to the LES model instead. Best regards, Bruno
__________________
|
|
April 29, 2013, 06:13 |
|
#3 |
New Member
Sha Huang
Join Date: Dec 2012
Posts: 22
Rep Power: 13 |
Hi Bruno,
Thank you for your answer. So for IDDES simulation, I don't need RASProperties file in constant directory, the IDDES LES turbulence modle will activate RASmodel automaticlly to sovle the near wall region. Am I right? Best Regards, Joanna |
|
April 29, 2013, 18:46 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Joanna,
You can only use LES or RAS, not both at the same time... or at least I don't think so. Have a look at the tutorial "incompressible/pisoFoam/les/pitzDaily" to see how to set-up a case to simulate with LES. Best regards, Bruno
__________________
|
|
April 30, 2013, 06:55 |
|
#5 | |
New Member
Sha Huang
Join Date: Dec 2012
Posts: 22
Rep Power: 13 |
Quote:
Thank you for your kindly answering. I am a little confused, the IDDES is a hybrid mehod of RANS and LES, how can I control it and separate it. Below I attach the Case I am doing(contains the 0,constant,system), Can you kindly tell me what is the problem. Thank you so much. |
||
May 1, 2013, 06:00 |
Problems with IDDES in openfoam2.1.1
|
#6 |
New Member
Sha Huang
Join Date: Dec 2012
Posts: 22
Rep Power: 13 |
Dear Foamers:
I am now trying to use IDDES to simulate the aerodynamic performance of high-speed train, but i got the error showed below: request for RASModel RASProperties from objectRegistry region0 failed available objects of type RASModel are 0 ( ) Is anyone familar with this error, Can anyone help me with this. Below I attach the file case(0, constant, sysytem),it will be really greatful if somebody could figue this out. Best regards, Joanna |
|
May 1, 2013, 08:01 |
|
#7 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Joanna,
I've moved the other thread into this new thread you created, so that the whole story was easily readable by others. OK, I've given it a try and here's what I've managed to figure out:
Bruno
__________________
|
|
May 2, 2013, 09:52 |
|
#8 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Joanna,
I've found out a couple more helpful details:
Bruno
__________________
|
|
May 2, 2013, 13:03 |
|
#9 | |
New Member
Sha Huang
Join Date: Dec 2012
Posts: 22
Rep Power: 13 |
Quote:
Hi, Bruno Yes, the IDDES should work both LES and RAS side, but I still didn't figue out how this error happens: request for RASModel RASProperties from objectRegistry region0 failed available objects of type RASModel are 0 ( ) it seems the RAS can't be activated for IDDES. Have you checked my case, is anywhere I set in a wrong way? Thank you for the information above, it also helpful Best regard, Joanna. |
||
May 2, 2013, 16:12 |
|
#10 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Joanna,
Quote:
Either way, I've now proven that the trick is to set-up things to work in LES mode, using in "constant/turbulenceProperties": Code:
simulationType LESModel; turbulenceModel SpalartAllmarasIDDES; turbulence on; Code:
LESModel SpalartAllmarasIDDES; delta cubeRootVol; printCoeffs on;
Code:
blockMesh -dict constant/polyMeshOrg/blockMeshDict pisoFoam Code:
blockMesh -dict constant/polyMeshOrg/blockMeshDict decomposePar foamJob -p pisoFoam Bruno
__________________
|
||
May 3, 2013, 06:05 |
|
#11 |
New Member
Sha Huang
Join Date: Dec 2012
Posts: 22
Rep Power: 13 |
Hi Bruno,
Thank you so much for your usefule information, these really help me lots. I am now testing the case you posted (still queuing in the cluster), I hope it works. Thanks again and have a nice weekend then. Best regards. Joanna |
|
October 6, 2013, 16:53 |
|
#12 |
Senior Member
Mohsen KiaMansouri
Join Date: Jan 2010
Location: CFD Lab
Posts: 118
Rep Power: 16 |
Dear Bruno
Thank you for your helpful comments in this post and also in How to use DESModelRegions function object I have a more fundamental question: is the IDDES model that is implemented in OpenFOAM a low-Re or High-Re model? I mean what is the best range of the first point Yplus for the walls? can it be used with wall functions for High-Re problems?or it needs very fine mesh near the wall?
__________________
“If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas.” |
|
October 6, 2013, 17:40 |
|
#13 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Mohsen,
Prepare to be amazed as I do the simplest of tricks! I shall look at the source code! https://github.com/OpenFOAM/OpenFOAM...DESDelta.H#L28 Quote:
I went to the online code documentation: http://www.openfoam.org/docs/cpp/ - which is accessible from the main OpenFOAM web site - http://www.openfoam.org - I looked at the menu, the "Documentation" entry and flew my mouse cursor over it and it showed me the "C++ Source Guide". I clicked on it and it took me to the page I speak of. From there, I searched for "IDDES" and so it gave me this page: http://foam.sourceforge.net/docs/cpp/a00881.html (actually because I accessed from http://foam.sourceforge.net/docs/cpp/ ) But since this link will be outdated as soon as another OpenFOAM release is made, I looked at the "Detailed Description" section on that page and there were links to the source code (which don't work very well). I then went to the online repository at https://github.com/OpenFOAM/OpenFOAM-2.2.x/ and did a bit of magic (copy-paste-adapted the link given before) et voilà, the answer is shown again at the link I gave at first Best regards, Bruno
__________________
|
||
October 7, 2013, 05:37 |
|
#14 | ||
Senior Member
Mohsen KiaMansouri
Join Date: Jan 2010
Location: CFD Lab
Posts: 118
Rep Power: 16 |
Thanks Bruno
But ANSYS FLUENT 12.0 Theory Guide section 4.10 (which I quote here) Says : Quote:
Quote:
I think we do not have such options in OpenFOAM. Please let me know if you find more about this matter.
__________________
“If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas.” |
|||
October 7, 2013, 17:02 |
|
#15 | ||||
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Mohsen,
I did a quick search with Google and had another look into the code documentation and here is what I found:
Best regards, Bruno
__________________
|
|||||
October 7, 2013, 17:43 |
|
#16 |
Senior Member
Mohsen KiaMansouri
Join Date: Jan 2010
Location: CFD Lab
Posts: 118
Rep Power: 16 |
Thank you so much Bruno
Yeah, I've seen the sources of DDES & IDDES in OpenFOAM. O.K. I will contact them. Thanks
__________________
“If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas.” |
|
October 11, 2013, 19:03 |
|
#17 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hi Mohsen,
Please do share the answer with us, if you get one from them! Best regards, Bruno
__________________
|
|
January 7, 2015, 15:51 |
|
#18 | |
New Member
Alvin TS
Join Date: Oct 2013
Posts: 17
Rep Power: 13 |
Quote:
My question is : Is the SA - DDES model implemented in OpenFoam 2.1.x a low-Re or high-Re model? what is the best range of the first point Yplus for the walls? can it be used with wall functions for High-Re problems?or it needs very fine mesh near the wall? |
||
January 11, 2015, 16:21 |
|
#19 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Alvin,
From what I can see, it's for High Reynolds:
As for the other questions, I don't know. But I do believe that you could try running a few simulations to diagnose this. Best regards, Bruno |
|
December 3, 2015, 13:45 |
LES volume less than RAS volume IDDES case
|
#20 |
Senior Member
Hasan K.J.
Join Date: Dec 2011
Location: Bristol, United Kingdom
Posts: 200
Rep Power: 15 |
Dear All,
I am trying to run a IDDES simulation, well it seems to be running without any issues but the only problem I can find is the Code:
# DES model region coverage (% volume) # time LES RAS 0.353574 8.77114 91.2289 0.353578 8.76998 91.23 0.353581 8.76933 91.2307 0.353585 8.7692 91.2308 0.353589 8.76834 91.2317 0.353593 8.76737 91.2326 0.353596 8.76641 91.2336 - I ran a URANS simulation and used one of the very well last converged time step to start this simulation !!! say 0.3576 time step Would it be starting the simulation with the first time step of URANS making it more of a RANS simulation or something ? What could be happening here, from what I know the RANS is suposed to be only close to the walls of the simulation and not the entire domain for IDDES, This is my first IDDES simulation so please explain well, Thanks for your time and effort, Edit: If the post here hasnt given enough information, I have also posted a similar question here http://www.cfd-online.com/Forums/ope...tml#post577568 Kind Regards, Hasan K.J
__________________
"Real knowledge is to know the extent of one's ignorance." - Confucius Last edited by Alhasan; December 15, 2015 at 14:40. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] Problems with coedge curves and surfaces | tommymoose | ANSYS Meshing & Geometry | 6 | December 1, 2020 12:12 |
[mesh manipulation] Problems with rotational cyclic boundaries | TReviol | OpenFOAM Meshing & Mesh Conversion | 8 | July 11, 2014 04:45 |
[ICEM] Flow channel meshing problems | StefanG | ANSYS Meshing & Geometry | 19 | May 15, 2012 07:44 |
Two-phase air water flow problems by activating Wall Lubrication Force | challenger85 | CFX | 5 | November 5, 2009 06:44 |
Help required to solve Hydraulic related problems | aero | CFX | 0 | October 30, 2006 12:00 |