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

Converting LES to RAS (k-epsilon) errors

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 12, 2021, 12:54
Default Converting LES to RAS (k-epsilon) errors
  #1
New Member
 
Gonçalo Ramos Nobre
Join Date: Mar 2020
Posts: 4
Rep Power: 6
gonsanobre is on a distinguished road
I'm trying to do a similiar simulation (using interMixingFoam) with model LES and RAS, on setting RAS simulation i did some changes on the files:

-including the nuTilda file and epsilon file
-changed turbulence properties from LES to RAS
-changed some boundary conditions.

After simulating it detects some errors like :

-no MRF models present (i think is optional, i'm i wrong?)

-GAMG: solving for pcorr, initial residual=0 , final residual=0, No iterations 0
time step continuity errors: sum local=0, global =0, cumulative=0

-mpirun detected that one or more processes exited with non-zero status, thus causing the job to be terminated. the first process to do so was:

Process name :[[46642,1],0]
exit code : 144

(where can i find this process?)

i searched a lot about fvSchemes to try finding the error on fvSchemes but i dont know where do i have to change the code.
I'm thankfull if you give me some tips please

here's my fvSchemes

-----------
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

ddtSchemes
{
default Euler;
}

gradSchemes
{
default Gauss linear;
}

divSchemes
{
div(rhoPhi,U) Gauss limitedLinearV 1;
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss linear;
div(phi,k) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
}

laplacianSchemes
{
default Gauss linear corrected;
}

interpolationSchemes
{
default linear;
}

snGradSchemes
{
default corrected;
}


// ************************************************** *********************** //
gonsanobre is offline   Reply With Quote

Reply

Tags
fvschemes, intermixingfoam, rasinterfoam


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
SimpleFoam k and epsilon bounded nedved OpenFOAM Running, Solving & CFD 16 March 4, 2017 08:30
AMI interDyMFoam for mixer nu problem danny123 OpenFOAM Programming & Development 8 September 6, 2013 02:34
How to write k and epsilon before the abnormal end xiuying OpenFOAM Running, Solving & CFD 8 August 27, 2013 15:33
SimpleFoam k and epsilon bounded nedved OpenFOAM Running, Solving & CFD 1 November 25, 2008 20:21
Convergence moving mesh lr103476 OpenFOAM Running, Solving & CFD 30 November 19, 2007 14:09


All times are GMT -4. The time now is 23:41.