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

1.6-ext: tutorial "turboPassageRotating" doesn't work

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 16, 2011, 00:36
Question 1.6-ext: tutorial "turboPassageRotating" doesn't work
  #1
Member
 
Masashi Ohbuchi
Join Date: Oct 2009
Posts: 74
Rep Power: 16
Ohbuchi is on a distinguished road
Hi, all.

I've updated OpenFOAM-1.6-ext and successfully re-compiled on yesterday.
But parallel computation of turboPassageRotating tutorial was failed.
The error message as follows.
-----------------------------------------------------------------------------------------------------------
Reading field p

Initializing the GGI interpolator between master/shadow patches: rotor_cyclic_upper/rotor_cyclic_lower
[0]
[0]
[0] --> FOAM FATAL IO ERROR:
[0] error in IOstream "IOstream" for operation operator>>(Istream&, List<T>&) : reading first token
[0]
[0] file: IOstream at line 0.
[0]
[0] From function IOstream::fatalCheck(const char*) const
[0] in file db/IOstreams/IOstreams/IOstream.C at line 109.
[0]
FOAM parallel run exiting
[0]
Reading field U

Reading/calculating face flux field phi

Reading field rAU if present

[2]
[2]
[2] --> FOAM FATAL IO ERROR:
[2] incorrect first token, expected <int> or '(', found on line 0 the word 'U'
[2]
[2] file: IOstream at line 0.
[2]
[2] From function operator>>(Istream&, List<T>&)
[2] in file /home/mo06811/OpenFOAM/OpenFOAM-1.6-ext/src/OpenFOAM/lnInclude/ListIO.C at line 150.
[2]
FOAM parallel run exiting
[2]
mpirun: killing job...

I can't understand what is going on.
Any comment is welcome.
Ohbuchi is offline   Reply With Quote

Old   January 16, 2011, 06:58
Default
  #2
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
Please run it serial - I am investigating a parallel bug here.

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   January 16, 2011, 09:17
Default
  #3
Member
 
Masashi Ohbuchi
Join Date: Oct 2009
Posts: 74
Rep Power: 16
Ohbuchi is on a distinguished road
Mr.Jasac, thank you for your quick reply.
I'm really looking forward to new bug fixed release.
Ohbuchi is offline   Reply With Quote

Old   September 23, 2011, 10:17
Default
  #4
New Member
 
Alistair Everett
Join Date: Aug 2011
Posts: 8
Rep Power: 14
Alistair is on a distinguished road
Hi,

I'm getting exactly the same error code (although only the first one, not the second), is this due to the same bug? And if so has a fix been issued yet?

I'm attempting to run pimpleDyMFoam in parallel using mixerGgiFvMesh, I get the same error with icoDyMFoam, but they both work fine on a single processor.

I have tried using different methods for decomposition, all decompose fine with no errors, but kick out the error when I try and run pimpleDyMFoam with them.

Regards,
Alistair

[0]
[0]
[0] --> FOAM FATAL IO ERROR:
[0] error in IOstream "IOstream" for operation operator>>(Istream&, List<T>&) : reading first token
[0]
[0] file: IOstream at line 0.
[0]
[0] From function IOstream::fatalCheck(const char*) const
[0] in file db/IOstreams/IOstreams/IOstream.C at line 109.
[0]
FOAM parallel run exiting
[0]
Alistair is offline   Reply With Quote

Old   September 23, 2011, 10:42
Default
  #5
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
There have been bug fixes here and I'm pretty certain it all works. You may want to try the development line, or wait for the next merge.

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   July 16, 2012, 12:04
Default Similar problem when running transientSimpleDyMFoam with mixerGgiFvMesh in parallel
  #6
New Member
 
arnau1985's Avatar
 
Arnau
Join Date: Jan 2012
Posts: 17
Rep Power: 14
arnau1985 is on a distinguished road
Hi,

I'm experiencing a similar problem when running a case in parallel with OpenFOAM 1.6-ext. I'm using transientSimpleDyMFoam solver with mixerGgiFvMesh dynamic mesh solver on a mesh created with Salome. I want to remark this because I tried even more complex Icem meshes for the same case and everything worked out fine. At first I thought the problem was the Salome mesh, but I had no problem when running serial the same case.

This is the output I get right after starting the simulation:

Code:
[0] 
[0] 
[0] --> FOAM FATAL IO ERROR: 
[0] error in IOstream "IOstream" for operation operator>>(Istream&, List<T>&) : reading first token
[0] 
[0] file: IOstream at line 0.
[0] 
[0]     From function IOstream::fatalCheck(const char*) const
[0]     in file db/IOstreams/IOstreams/IOstream.C at line 109.
[0] 
FOAM parallel run exiting
[0] 
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 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.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpirun has exited due to process rank 0 with PID 3123 on
node arnau-desktop01 exiting without calling "finalize". This may
have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).
--------------------------------------------------------------------------
Any idea? Thanks a lot for your time and your dedication!


Arnau.
arnau1985 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
k-omega-SST model (OF 1.6) - turbulent flat plate cboss OpenFOAM Running, Solving & CFD 25 August 9, 2016 09:53
ATTENTION! Reliability problems in CFX 5.7 Joseph CFX 14 April 20, 2010 15:45
TwoPhaseEulerFoam bed tutorial case stable in 1.5, crashes in 1.6 hemph OpenFOAM 3 December 5, 2009 04:19
Install of OpenFOAM 1.6 Error 1 Error 2 & run tutorial potac OpenFOAM Installation 3 August 27, 2009 09:04
Rotor/stator tutorial, and how to... gilberto CFX 5 January 21, 2002 09:41


All times are GMT -4. The time now is 04:22.