CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

how to rerun when compressed is on?

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By wyldckat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 9, 2013, 05:51
Default how to rerun when compressed is on?
  #1
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
I have set
Code:
writeCompression on;
and stop the run.now it gives an error:
Code:
Create time

Create mesh for time = 4e-06

Reading thermophysical properties

Selecting thermodynamics package
{
type            hePsiThermo;
mixture         pureMixture;
transport       sutherland;
thermo          janaf;
equationOfState perfectGas;
specie          specie;
energy          sensibleEnthalpy;
}

[0]
[0]
[0] [2] --> FOAM FATAL IO ERROR:
[0] cannot find file
[0]
[0] file: /home/ehsan/Desktop/Central/Turbulent_WR/low-Re/turbulent_lR700*50/processor0/4e-06/p at line 0.
[0]
[0]     From function regIOobject::readStream()
[0]     in file db/regIOobject/regIOobjectRead.C at line 73.
[0]
FOAM parallel run exiting
[0]

[2]
--------------------------------------------------------------------------
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.
--------------------------------------------------------------------------
[2] --> FOAM FATAL IO ERROR:
[2] cannot find file
[2]
[2] file: /home/ehsan/Desktop/Central/Turbulent_WR/low-Re/turbulent_lR700*50/processor2/4e-06/p at line 0.
[2]
[2]     From function regIOobject::readStream()
[2]     in file db/regIOobject/regIOobjectRead.C at line 73.
[2]
FOAM parallel run exiting
[2]
[3]
[3]
[3] [1] --> FOAM FATAL IO ERROR:
[3] cannot find file
[3]
[3] file: /home/ehsan/Desktop/Central/Turbulent_WR/low-Re/turbulent_lR700*50/processor3/4e-06/p at line 0.
[3]
[3]     From function regIOobject::readStream()
[3]     in file db/regIOobject/regIOobjectRead.C at line 73.
[3]
FOAM parallel run exiting
[3]
--------------------------------------------------------------------------
mpirun has exited due to process rank 0 with PID 3414 on
node Ehsan-com exiting without calling "finalize". This may
have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).
--------------------------------------------------------------------------
[Ehsan-com:03412] 2 more processes have sent help message help-mpi-api.txt / mpi-abort
[Ehsan-com:03412] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
Killing PID 3408
 PyFoam WARNING on line 232 of file /usr/local/lib/python2.7/dist-packages/PyFoam/Execution/FoamThread.py : Process 3408 was already dead
how can overcome this issue without decompressing individual files.
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King.
To Be or Not To Be,Thats the Question!
The Only Stupid Question Is the One that Goes Unasked.
immortality is offline   Reply With Quote

Old   June 9, 2013, 07:04
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Ehsan,

Does either one of the following files exist?
Code:
/home/ehsan/Desktop/Central/Turbulent_WR/low-Re/turbulent_lR700*50/processor0/4e-06/p
/home/ehsan/Desktop/Central/Turbulent_WR/low-Re/turbulent_lR700*50/processor0/4e-06/p.gz
If neither one of them exist, then it's possible that you stopped the simulation at a bad point in time, exactly when the solver was writing the fields and you made it stop.

The safe way to stop a running case is to edit the file "system/controlDict" and change the "stopAt" control to either "writeNow" or "nextWrite", which will ensure that the time snapshot is properly saved before ending. For more information: http://www.openfoam.org/docs/user/controlDict.php

Best regards,
Bruno
immortality and JR22 like this.
__________________
wyldckat is offline   Reply With Quote

Reply


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
Error writing compressed file during auto save mzalzala FLUENT 32 April 20, 2020 08:58
Interblending two Eulerian fluids using compressed air JHaas OpenFOAM Running, Solving & CFD 0 November 3, 2011 02:50
Compressed Nitrigen go4kpo Main CFD Forum 0 November 19, 2005 05:10
rerun with same flow field, different fluid props Tim Phoenics 0 March 3, 2004 14:51
Working with compressed case and data files Darrell Anthony Egarr FLUENT 0 December 15, 2002 07:05


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