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

reconstructPar error message "No times selected"

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By wyldckat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 18, 2017, 05:12
Lightbulb reconstructPar error message "No times selected"
  #1
New Member
 
gemxx
Join Date: Feb 2015
Posts: 28
Rep Power: 11
gemxx is on a distinguished road
Hi all,

I get the following error while trying to run reconstructPar.
I put the DecomposeParDict, controlDict, fwhControl, commonSettings files as below.

I've studied on this for days but I couldn't find the reason of this error.
Can someone please tell me how to correct this?

Thank you very much.
gemxx


reconstructPar

Code:
Build  : 4.1
Exec   : reconstructPar -latestTime
Date   : Oct 18 2017
Time   : 11:46:08
Host   : "Kale"
PID    : 4601
Case   : /home/kale/OpenFOAM/kale-4.1/cylinder2D_FWH_Degistirilmis
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Allowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time



--> FOAM FATAL ERROR: 
No times selected

    From function int main(int, char**)
    in file reconstructPar.C at line 225.

FOAM exiting
DecomposeParDict

Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  3.0.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

numberOfSubdomains 1;

method          scotch;

simpleCoeffs
{
    n               (2 1 1);
    delta           0.001;
}

hierarchicalCoeffs
{
    n               (2 1 1);
    delta           0.001;
    order           xyz;
}

manualCoeffs
{
    dataFile        "";
}

distributed     no;

roots           ( );


// ************************************************************************* //
controlDict


Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  3.0.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

application     pisoFoam;

startFrom       startTime;

startTime       0;

stopAt          endTime;

endTime         0.2;

deltaT          1e-6;

writeControl    timeStep;

writeInterval   1000;

purgeWrite      5;

writeFormat     ascii;

writePrecision  6;

writeCompression off;

timeFormat      general;

timePrecision   6;

runTimeModifiable true;

functions
{
     include "fwhControl"
     include "probeControl"
}

// ************************************************************************* //
fwhControl


Code:
monopole2DFwhTest
{
        type            FfowcsWilliamsHawkings;
        #include        "commonSettings";
        patches ("cylinder");
        interpolationScheme cell;
        formulationType Farassat1AFormulation;
        cleanFreq       100;
        fixedResponseDelay true;
        responseDelay   1e-3;
        
        surfaces
        (
                cylinder
                {
                    type            patch;
                    patches         ("cylinder");
                    interpolate     false;
                }
        );
        
        nonUniformSurfaceMotion false;
        Ufwh        (.0 .0 .0);
}
// ************************************************** *********************** //


commonSettings


Code:
functionObjectLibs ("libAcoustics.so");
        
        log             true;
        
        probeFrequency  1;
        
        timeStart       0;//0.0001;
        
        timeEnd         1;
        
        c0              100;
        
        dRef            0.1;
        
        pName           p;

        pInf            101325;
        
        rho             rho;
        
        rhoInf          14.1964771;
        
        CofR (0 0 0);
        
        observers
        {
                R-A
                {
                    position    (0 0 1.0);
                    pRef        2.0e-5;
                    fftFreq        1024;
                }
                R-B
                {
                    position    (0 0 2.0);
                    pRef        2.0e-5;
                    fftFreq        1024;
                }
                R-C
                {
                    position    (0 0 3.0);
                    pRef        2.0e-5;
                    fftFreq        1024;
                }
                R-D
                {
                    position    (0 0 4.0);
                    pRef        2.0e-5;
                    fftFreq        1024;
                }
                R-E
                {
                    position    (0 0 5.0);
                        pRef        2.0e-5;
                    fftFreq        1024;
                }
                R-F
                {
                    position    (0 0 10.0);
                    pRef        2.0e-5;
                    fftFreq        1024;
                }
        }
}


// ************************************************************************* //

Last edited by wyldckat; January 1, 2018 at 17:11. Reason: Added [CODE][/CODE] markers
gemxx is offline   Reply With Quote

Old   January 1, 2018, 17:13
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
Quick answer: I don't know if you have solved this issue or not, but the error message seems to indicate that there no time folders inside the folders "cylinder2D_FWH_Degistirilmis/processor*".

When in doubt, run:
Code:
ls -l processor*/
which should show you the list of files and folders inside the folders starting with the name "processor".
XJ_Wang likes this.
__________________
wyldckat is offline   Reply With Quote

Old   April 26, 2018, 10:55
Default The same prpblem of " No processor* directories found' even if the time folder exist!
  #3
Member
 
Ali Noaman Ibrahim
Join Date: Sep 2015
Location: US_Chicago
Posts: 97
Rep Power: 10
alinuman15 is on a distinguished road
Quote:
Originally Posted by wyldckat View Post
Quick answer: I don't know if you have solved this issue or not, but the error message seems to indicate that there no time folders inside the folders "cylinder2D_FWH_Degistirilmis/processor*".

When in doubt, run:
Code:
ls -l processor*/
which should show you the list of files and folders inside the folders starting with the name "processor".
Hi Bruno:-
I would like to report that I have faced the same problem with OF5, Where I have got:-
--> FOAM FATAL ERROR:
No processor* directories found

From function int main(int, char**)
in file reconstructPar.C at line 217.

FOAM exiting
Then, when checked the time folders in my prrocessorsfolder, I found all of them are available. for ex.
processor6/:
total 28
drwxr-xr-x 3 ali ali 4096 Apr 18 07:34 0.00401
drwxr-xr-x 3 ali ali 4096 Apr 18 22:04 0.00801
drwxr-xr-x 3 ali ali 4096 Apr 19 15:01 0.01201
drwxr-xr-x 3 ali ali 4096 Apr 20 10:29 0.01601
drwxr-xr-x 3 ali ali 4096 Apr 21 09:57 0.02001
drwxr-xr-x 3 ali ali 4096 Apr 23 08:45 0.02401
drwxr-xr-x 3 ali ali 4096 Apr 17 05:19 1e-05
Morever, even if I run :-
reconstructPar -time 0.00401:0.02401
the same error still persists!
Any clue ?
Thanks!
alinuman15 is offline   Reply With Quote

Old   April 26, 2018, 11:54
Default
  #4
Senior Member
 
Bobby
Join Date: Oct 2012
Location: Michigan
Posts: 454
Rep Power: 15
babakflame is on a distinguished road
Ali

Do you do decomposePar at the beginning of your simulation?

Is it possible to share you subfile (bashscript) to see what you have submitted?

Moreover, can I see your controlDict and the last lines of your log file (in case of existence)?

Thanks
babakflame is offline   Reply With Quote

Old   April 27, 2018, 06:40
Default
  #5
Member
 
Ali Noaman Ibrahim
Join Date: Sep 2015
Location: US_Chicago
Posts: 97
Rep Power: 10
alinuman15 is on a distinguished road
Quote:
Originally Posted by babakflame View Post
Ali

Do you do decomposePar at the beginning of your simulation?

Is it possible to share you subfile (bashscript) to see what you have submitted?

Moreover, can I see your controlDict and the last lines of your log file (in case of existence)?

Thanks
Thanks Babak for your interest.
Yes, I have decomposed them at the beginning.
For bash script, I run this code on my PC which is 8 processors so there is no bash script for job scheduling.
Finally, I have inserted my controlDict file. Please, if you need more information, let me know.
Thanks again!

https://drive.google.com/open?id=1rL...QTO-1E2eEpknUC
.
alinuman15 is offline   Reply With Quote

Old   April 27, 2018, 18:09
Default
  #6
Senior Member
 
Bobby
Join Date: Oct 2012
Location: Michigan
Posts: 454
Rep Power: 15
babakflame is on a distinguished road
Ali

In the subfile that you sent me there was no decomposePar command.

Two factors might cause this issue:

1) you have not saved any time steps in your processors

2) there is sth wrong with decomposePar process (could be a grid problem).

Do this command and post the results:
Code:
  decomposePar > decompose.log 2>&1
babakflame is offline   Reply With Quote

Old   April 27, 2018, 22:02
Default
  #7
Member
 
Ali Noaman Ibrahim
Join Date: Sep 2015
Location: US_Chicago
Posts: 97
Rep Power: 10
alinuman15 is on a distinguished road
Quote:
Originally Posted by babakflame View Post
Ali

In the subfile that you sent me there was no decomposePar command.

Two factors might cause this issue:

1) you have not saved any time steps in your processors

2) there is sth wrong with decomposePar process (could be a grid problem).

Do this command and post the results:
Code:
  decomposePar > decompose.log 2>&1
Dear Babak:-
The subfile you are talking about is related to my job at the university where I did the decomposing before submitting my job. But what I am talking about here is related to my running on PC. I have splittedthe job on my 8 processors and it is running well. Howevere, when I stop the running and trying to extract the time, I get the error inserted in the previous post, although the time folders are available at the decomposed processors!
Thanks!
alinuman15 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
[OpenFOAM.org] Install openFOAM 3.0.1 in Ubuntu 16.04 LTS from Deb packs Pier84 OpenFOAM Installation 4 June 18, 2016 16:22
reconstructPar nor working Priya Somasundaran OpenFOAM Post-Processing 2 January 28, 2016 14:37
benchmark: flow over a circular cylinder goodegg Main CFD Forum 12 January 22, 2013 11:47
reconstructPar -time NOT giving the desired times aerospain OpenFOAM 4 July 19, 2012 05:07
Computation Times for reconstructPar sega OpenFOAM Running, Solving & CFD 1 March 24, 2009 06:57


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