|
[Sponsors] |
April 5, 2023, 02:58 |
mpirun issue: Exit code 144
|
#1 |
New Member
Jihoon Kim
Join Date: Apr 2023
Posts: 1
Rep Power: 0 |
Hi, Foamers.
I ran simulation with rhoCentralFoam for compressible flow case. When I ran simulation with second-order upwind scheme, there is no error. However, after changing MUSCL scheme, there is an issue. The error message is below. Primary job terminated normally, but 1 process returned a non-zero exit code.. Per user-direction, the job has been aborted. --------- --------- 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: [[39915,1],11] Exit code: 144 My fvSchemes is below. fluxScheme Kurganov; ddtSchemes { default Euler; } gradSchemes { default cellLimited Gauss linear 1; } divSchemes { default none; div(phi,U) Gauss MUSCL; div(phi,T) Gauss MUSCL; div(phi,k) Gauss MUSCL; div(phi,omega) Gauss MUSCL; div(phi,R) Gauss MUSCL; div(phi,nuTilda) Gauss MUSCL; div(tauMC) Gauss linear; div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear; } laplacianSchemes { default Gauss linear corrected; } interpolationSchemes { default linear; reconstruct(U) limitedLinearV 1; reconstruct(T) limitedLinear 1; } snGradSchemes { default corrected; } MUSCL { type MUSCL; min 0; max 3; limiter vanLeer; limitedSlope 1; interpolation linear; } wallDist { method meshWave; } // ************************************************** *********************** // Thanks in advance |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.com] Mpirun issue centOS 8 | otaolafr | OpenFOAM Installation | 2 | June 23, 2021 13:52 |
PisoFoam error: mpirun Exit Code | Jinjolee | OpenFOAM | 3 | April 29, 2019 08:10 |
Issue with a code for solving a boundary layer problem | Vect13 | Main CFD Forum | 1 | September 12, 2017 05:09 |
Error Massage "The solver failed with a non-zero exit code of : 2" | Ansys123 | ANSYS | 0 | June 27, 2016 05:15 |
What kind of Cmmercial CFD code you feel well? | Lans | Main CFD Forum | 13 | October 27, 1998 11:20 |