|
[Sponsors] |
February 1, 2016, 08:46 |
rhoSimpleFoam searches for RAS model
|
#1 |
New Member
Petteri
Join Date: Feb 2014
Posts: 11
Rep Power: 12 |
I'm trying to use the rhoSimpleFoam to solve flat plate flow for a laminar case just to demonstrate the differences in setting up compressible and incompressible cases. I was able to do this quite easily with version 1.7 just by switching off the turbulence model but the version 3.0.1 searches for the 'RAS' section from 'turbulenceProperties' although 'simulationType' is set to laminar.
I assume I can overcome this problem just by setting turbulence off under 'RAS' but this is quite annoying since I still have to specify initial values, solvers etc. for some turbulence model. Am I doing something wrong or is this a bug in the code? Here's some files for you: working 'turbulenceProperties' file // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // simulationType laminar; RAS { //the solver looks for these values even though it shouldn't RASModel kEpsilon; turbulence off; printCoeffs on; } 'turbulenceProperties' file that doesn't work // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // simulationType laminar; |
|
February 10, 2016, 11:54 |
|
#2 |
New Member
Join Date: Oct 2015
Posts: 15
Rep Power: 11 |
I am having the same problem with laminar simulation with rhoSimpleFoam. Have you had any progress on this?
Thanks in advance for your help --Carlos |
|
February 10, 2016, 11:58 |
|
#3 |
New Member
Petteri
Join Date: Feb 2014
Posts: 11
Rep Power: 12 |
I ended up running the simulation using a k-epsilon model with small initial values for the turbulence and specifying turbulence 'off' under RAS. The results were exactly the same as the 'laminar' model in version 1.7 for a flat plate flow.
|
|
February 10, 2016, 12:00 |
|
#4 |
New Member
Join Date: Oct 2015
Posts: 15
Rep Power: 11 |
Thanks hamsteri15!
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
Error in Two phase (condensation) modeling | adilsyyed | CFX | 15 | June 24, 2015 20:42 |
problem with solving lagrange reaction cloud | Polli | OpenFOAM Running, Solving & CFD | 0 | April 30, 2014 08:53 |
manualInjection model in sprayFoam | Mentalo | OpenFOAM Running, Solving & CFD | 1 | April 2, 2014 10:29 |
Problems bout CFD model of biomass gasification, Downdraft gasifier | wanglong | FLUENT | 2 | November 26, 2009 00:27 |