CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   simpleFoam exits with error (https://www.cfd-online.com/Forums/openfoam-solving/199122-simplefoam-exits-error.html)

Sean95 February 26, 2018 08:31

simpleFoam exits with error
 
I am running a simulation of turbulent flow through a fluid domain. When I got to run simpleFoam, the solver starts, buts stops before any iterations. I am running the solver in parallel and I get an exit code 142.


Create time

Create mesh for time = 0


SIMPLE: convergence criteria
field p tolerance 1e-06
field U tolerance 1e-06
field "(k|epsilon|omega)" tolerance 1e-06

Reading field p

Reading field U

Reading/calculating face flux field phi

Selecting incompressible transport model Newtonian
Selecting turbulence model type RAS
Selecting RAS turbulence model kOmegaSST
Selecting patchDistMethod meshWave
bounding k, min: 0 max: 0 average: 0
bounding omega, min: 0 max: 0 average: 0
RAS
{
RASModel kOmegaSST;
turbulence on;
printCoeffs on;
alphaK1 0.85;
alphaK2 1;
alphaOmega1 0.5;
alphaOmega2 0.856;
gamma1 0.555556;
gamma2 0.44;
beta1 0.075;
beta2 0.0828;
betaStar 0.09;
a1 0.31;
b1 1;
c1 10;
F3 false;
decayControl false;
kInf 0;
omegaInf 0;
}

No MRF models present

Creating finite volume options from "system/fvOptions"

Selecting finite volume options type limitVelocity
Source: Fluid_Domain
- selecting cells using cellZone fluid_domain
- selected 1570686 cell(s) with volume 5.18396e-06
-------------------------------------------------------
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: [[10353,1],7]
Exit code: 142
--------------------------------------------------------------------------


All times are GMT -4. The time now is 07:38.