|
[Sponsors] |
November 27, 2017, 09:15 |
kEpsilon divSchemes
|
#1 |
New Member
Join Date: Oct 2017
Posts: 8
Rep Power: 9 |
Hello everybody!
I am new to OpenFOAM (v2.3) and trying to do a transient turbulent simulation with kEpsilon RASModel with the PIMPLE solver. I have copied all settings from tutorial examples and changed the geometry to my problem-geometry. Because of some convergence problems i tried to change some entries in the fvSchemes file. In the fvSchemes file there are the following divSchemes: Code:
divSchemes { default none; div(phi,U) bounded Gauss linearUpwind grad(U); div(phi,k) bounded Gauss upwind; div(phi,epsilon) bounded Gauss upwind; div((nuEff*dev(T(grad(U))))) Gauss linear; } Code:
divSchemes { default none; div(phi,U) bounded Gauss linearUpwind grad(U); div((nuEff*dev(T(grad(U))))) Gauss linear; } Does somebody know why removing the entries for "k" and "epsilon" does not make any difference? Is there a default value in the standard "kEpsilon" model? Regarding the turbulence model: I have all files, like RASProperties, turbulenceProperties, and transportProperties defined. I you want to see them please tell me, but i think they are properly defined. |
|
November 28, 2017, 01:38 |
|
#2 |
Senior Member
Join Date: Aug 2013
Posts: 407
Rep Power: 16 |
Hi,
Maybe I am wrong, but how often do you ask your solver to solve for turbulence? Is it only at the end of the inner loops for the transient solver? If it is only at the end, then my guess is that you will get an error saying that div(phi,k) has not be defined etc. You could give it a shot and see. Cheers, Antimony |
|
November 28, 2017, 06:40 |
|
#3 |
New Member
Join Date: Oct 2017
Posts: 8
Rep Power: 9 |
Thank you! Now OpenFOAM complains when the entries for k and epsilon are missing. The problem was that is was too impatient. The turbulence was only solved at the end of all pimple iterations and i was expecting OpenFOAM to complain right at the beginning of a time step.
|
|
Tags |
divschemes, kepsilon |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Modify turbulence kEpsilon for incompressible multiphase | franciscofelis | OpenFOAM Programming & Development | 14 | April 11, 2018 04:55 |
Make wall-function read a newly defined field inside modified kEpsilon model | Radunz | OpenFOAM Programming & Development | 2 | July 18, 2017 23:39 |
kEpsilon and RNGkEpsilon not converging with second order schemes | alpha23 | OpenFOAM Running, Solving & CFD | 1 | September 2, 2015 11:47 |
Implementing kEpsilon turbulance mode with the airfoil example..... | tareqkh | OpenFOAM Programming & Development | 0 | December 8, 2014 01:18 |
bubbleFoam kEpsilon not converging for k on tutorial case | vbchris | OpenFOAM | 1 | April 1, 2013 00:45 |