|
[Sponsors] |
reconstructPar error message "No times selected" |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 18, 2017, 06:12 |
reconstructPar error message "No times selected"
|
#1 |
New Member
gemxx
Join Date: Feb 2015
Posts: 28
Rep Power: 11 |
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 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 ( ); // ************************************************************************* // 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" } // ************************************************************************* // 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 18:11. Reason: Added [CODE][/CODE] markers |
|
January 1, 2018, 18:13 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
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*/
__________________
|
|
April 26, 2018, 11:55 |
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: 11 |
Quote:
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! |
||
April 26, 2018, 12:54 |
|
#4 |
Senior Member
Bobby
Join Date: Oct 2012
Location: Michigan
Posts: 454
Rep Power: 16 |
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 |
|
April 27, 2018, 07:40 |
|
#5 | |
Member
Ali Noaman Ibrahim
Join Date: Sep 2015
Location: US_Chicago
Posts: 97
Rep Power: 11 |
Quote:
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 . |
||
April 27, 2018, 19:09 |
|
#6 |
Senior Member
Bobby
Join Date: Oct 2012
Location: Michigan
Posts: 454
Rep Power: 16 |
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 |
|
April 27, 2018, 23:02 |
|
#7 | |
Member
Ali Noaman Ibrahim
Join Date: Sep 2015
Location: US_Chicago
Posts: 97
Rep Power: 11 |
Quote:
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! |
||
|
|
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 17:22 |
reconstructPar nor working | Priya Somasundaran | OpenFOAM Post-Processing | 2 | January 28, 2016 15:37 |
benchmark: flow over a circular cylinder | goodegg | Main CFD Forum | 12 | January 22, 2013 12:47 |
reconstructPar -time NOT giving the desired times | aerospain | OpenFOAM | 4 | July 19, 2012 06:07 |
Computation Times for reconstructPar | sega | OpenFOAM Running, Solving & CFD | 1 | March 24, 2009 07:57 |