|
[Sponsors] |
August 26, 2011, 16:24 |
Turbulence modeling + sliding interface
|
#1 |
Member
kshitij neroorkar
Join Date: Mar 2009
Location: Michigan, USA
Posts: 32
Rep Power: 17 |
Hi everyone
I am not sure if this is a problem that anyone else has faced but I thought that I would mention it here. I have a solver which uses a sliding interface, and I recently included the compressible RAS turbulence model. The code crashed with a floating point exception after running for sometime. After some debuggin, (I believe) the problem is with the fact that the faces that get uncovered when performing a sliding interface turn into a wall and so the values of k (turbulent KE) and epsilon should be calculated from the wall functions. However, this was not happening before the k and epsilon equations were solved. As a result there were zero values of k and epsilon at the wall. The solution I used was to copy the KE model to my local directory, and add the lines epsilon_.correctBoundaryConditions(); k_.correctBoundaryConditions(); before the solution of the epsilon equation. This seems to have fixed this issue. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sliding Interface issues | philippose | OpenFOAM Running, Solving & CFD | 7 | May 5, 2014 04:13 |
Turbulence modeling in CFX | Chander | CFX | 11 | April 12, 2012 05:32 |
Extending mixerFvMesh for more than ONE Sliding Interface | jaswi | OpenFOAM Running, Solving & CFD | 5 | March 3, 2009 12:24 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |
turbulence modeling questions | llowen | Main CFD Forum | 3 | September 11, 1998 05:24 |