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

LES Turbulence Model

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 17, 2009, 01:35
Default LES Turbulence Model
  #1
New Member
 
Yogesh Patil
Join Date: Nov 2009
Posts: 20
Rep Power: 16
foamcfd is on a distinguished road
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
foamcfd is offline   Reply With Quote

Old   November 17, 2009, 06:19
Default
  #2
Senior Member
 
Dr. Fabian Schlegel
Join Date: Apr 2009
Location: Dresden, Germany
Posts: 222
Rep Power: 17
fs82 is on a distinguished road
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)
fs82 is offline   Reply With Quote

Old   November 17, 2009, 07:54
Default
  #3
New Member
 
Yogesh Patil
Join Date: Nov 2009
Posts: 20
Rep Power: 16
foamcfd is on a distinguished road
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.
foamcfd is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36
build your own turbulence model with buoyancy Thomas Baumann OpenFOAM 11 November 23, 2009 08:53
Use of k omega turbulence model john_w OpenFOAM Running, Solving & CFD 2 September 22, 2009 05:15
Sinclair Model + secondary turbulence Yi FLUENT 0 October 26, 2001 13:37
Why Turbulence models are not universal. Senthil Main CFD Forum 4 July 5, 2000 04:34


All times are GMT -4. The time now is 15:47.