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/)
-   -   Porting case from OF 2.4 to 3.0 error "No MRF models present" (https://www.cfd-online.com/Forums/openfoam-solving/162609-porting-case-2-4-3-0-error-no-mrf-models-present.html)

klausb November 14, 2015 08:02

Porting case from OF 2.4 to 3.0 error "No MRF models present"
 
Hello,

I've installed OF 3.0 and tried to run a kklomega case which runs perfectly under OF 2.4.

After changing RASModel settings in the file turbulenceProperties and adding wallDist in the file fvSchemes, I get an error related to "No MRF models present".

What needs to be changed?

This is the error:

...
kkLOmegaCoeffs
{
A0 4.04;
As 2.12;
Av 6.75;
Abp 0.6;
Anat 200;
Ats 200;
CbpCrit 1.2;
Cnc 0.1;
CnatCrit 1250;
Cint 0.75;
CtsCrit 1000;
CrNat 0.02;
C11 3.4e-06;
C12 1e-10;
CR 0.12;
CalphaTheta 0.035;
Css 1.5;
CtauL 4360;
Cw1 0.44;
Cw2 0.92;
Cw3 0.3;
CwR 1.5;
Clambda 2.495;
CmuStd 0.09;
Prtheta 0.85;
Sigmak 1;
Sigmaw 1.17;
}

No MRF models present

No finite volume options present


Starting time loop

forces forces:
Not including porosity effects

forceCoeffs forceCoeffs:
Not including porosity effects

Time = 0.00035

[4]
[4]
[4] --> FOAM FATAL IO ERROR:
[4] attempt to read beyond EOF
[4]
[4] file: [5] IOstream.divSchemes.default at line 0.
[4]
[4] From function ITstream::read(token&)
[4] in file db/IOstreams/Tstreams/ITstream.C at line 83.
[4]
FOAM parallel run exiting
[4]

[5]
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 4 in communicator MPI_COMM_WORLD
with errorcode 1.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
[5] --> FOAM FATAL IO ERROR:
[5] attempt to read beyond EOF
[5]
[5] file: IOstream.divSchemes.default at line 0.
[5]
[5] From function ITstream::read(token&)
[5] in file db/IOstreams/Tstreams/ITstream.C at line 83.
[5]
FOAM parallel run exiting
[5]
[7]
[7]
[7] --> FOAM FATAL IO ERROR:
[7] attempt to read beyond EOF
[7]
[7] file: IOstream.divSchemes.default at line 0.
[7]
[7] From function ITstream::read(token&)
[7] in file db/IOstreams/Tstreams/ITstream.C at line 83.
[7]
FOAM parallel run exiting
[7]
[3]
[3]
[3] --> FOAM FATAL IO ERROR:
[3] attempt to read beyond EOF
[3]
[3] file: IOs PyFoam WARNING on line 248 of file /usr/local/lib/python2.7/dist-packages/PyFoam-0.6.5-py2.7.egg/PyFoam/Execution/FoamThread.py : Process 3967 was already dead (B
tream.divSchemes.default at line 0.
[3]
[3] From function ITstream::read(token&)
[3] in file db/IOstreams/Tstreams/ITstream.C at line 83.
[3]
FOAM parallel run exiting
[3]
[6]
[6]
[6] --> FOAM FATAL IO ERROR:
[6] attempt to read beyond EOF
[6]
[6] file: IOstream.divSchemes.default at line 0.
[6]
[6] From function ITstream::read(token&)
[6] in file db/IOstreams/Tstreams/ITstream.C at line 83.
[6]
FOAM parallel run exiting
[6]
--------------------------------------------------------------------------
mpirun has exited due to process rank 4 with PID 3978 on
node klaus-Aspire-V3-771 exiting improperly. There are two reasons this could occur:

1. this process did not call "init" before exiting, but others in
the job did. This can cause a job to hang indefinitely while it waits
for all processes to call "init". By rule, if one process calls "init",
then ALL processes must call "init" prior to termination.

2. this process called "init", but exited without calling "finalize".
By rule, all processes that call "init" MUST call "finalize" prior to
exiting or it will be considered an "abnormal termination"

This may have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).

...

alexeym November 14, 2015 10:10

Hi,

Your error is here

Code:

[4] --> FOAM FATAL IO ERROR:
[4] attempt to read beyond EOF
[4]
[4] file: [5] IOstream.divSchemes.default at line 0.

and has nothing to do with "No MRF models present" message. What is your default line in divSchemes dictionary in fvSchemes file?


All times are GMT -4. The time now is 20:02.