|
[Sponsors] |
November 17, 2009, 02:35 |
LES Turbulence Model
|
#1 |
New Member
Yogesh Patil
Join Date: Nov 2009
Posts: 20
Rep Power: 17 |
I did simulation using RAS (spalart-Alamarras) model in OpenFoam. Now I want to use LES (SpalartAllmarasIDDES). So under constant folder in turbulenceProperties I changed simulation type to LESModel and also I have LESProperties file under constant folder. However when I run the simulation (using simpleFoam) it asks for RASproperties file and throws error that RASProperties file can not find.
Does any body know what can be the problem? Thanks |
|
November 17, 2009, 07:19 |
|
#2 |
Senior Member
Dr. Fabian Schlegel
Join Date: Apr 2009
Location: Dresden, Germany
Posts: 222
Rep Power: 18 |
Check the Source files for simpleFoam and you will find:
#include "RASModel.H" in simpleFoam.C I think if you investigate this further you will find the answer why he is complaining about the RASproperties file. May be you could substitute this by: #include "turbulenceModel.H" But I am not really sure, you have to test this :-D The LES/RANS interface was changed from OpenFoam 1.5 to 1.6. Now you have the possibility to switch between LES and RANS and use the same solver. This is a very nice feature but not implemented for every solver yet. So you have to be careful when switching between this two options. (channelFoam is also an example, which is one able to do LES) |
|
November 17, 2009, 08:54 |
|
#3 |
New Member
Yogesh Patil
Join Date: Nov 2009
Posts: 20
Rep Power: 17 |
Thanks Fabian. Your information was quite helpful and I looked into the source code of simpleFoam and understood where i was going wrong. Thanks again for help.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Superlinear speedup in OpenFOAM 13 | msrinath80 | OpenFOAM Running, Solving & CFD | 18 | March 3, 2015 06:36 |
build your own turbulence model with buoyancy | Thomas Baumann | OpenFOAM | 11 | November 23, 2009 09:53 |
Use of k omega turbulence model | john_w | OpenFOAM Running, Solving & CFD | 2 | September 22, 2009 06:15 |
Sinclair Model + secondary turbulence | Yi | FLUENT | 0 | October 26, 2001 14:37 |
Why Turbulence models are not universal. | Senthil | Main CFD Forum | 4 | July 5, 2000 05:34 |