|
[Sponsors] |
January 28, 2016, 04:08 |
reconstructPar nor working
|
#1 |
New Member
Priya Somasundaran
Join Date: Oct 2015
Posts: 6
Rep Power: 11 |
Hi ,
My parallel run worked fine and I was using reconstructPar which constantly gives the following error /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.4.0-f0842aea0e77 Exec : reconstructPar Date : Jan 25 2016 Time : 19:02:10 Host : "GEOSCIENCE-PC" PID : 20115 Case : /home/priya/OpenFOAM/priya-2.4.0/run/simulation 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 reconstructPar in file reconstructPar.C at line 210. FOAM exiting ################################################## ###################### tried to give time -time 150 which again gave the same error. the strange this is was able to reconstruct and visualize my result for another run sucessfully. I am using parallel processing on a quadcore processsor. I hope some help is posted as I am stuck with my CFD project. I also tried reconstructPar -latestTime to get the same No times selected From function reconstructPar in file reconstructPar.C at line 210. error . I am running reconstructPar from the main case directory simulation where i run the decompose par. Thanks in advance |
|
January 28, 2016, 06:34 |
|
#2 |
New Member
Join Date: May 2015
Location: United Kingdom
Posts: 5
Rep Power: 11 |
Hi Priya,
you should check if in one of the processor folder there is the time you want to decompose (ex. ls processor0): I think you didn't save the time 150 while running in parallel and so there is nothing to reconstruct. You can change this setting in controlDict, changing 'writeInterval 150;'. Let me know. Odranoel |
|
January 28, 2016, 15:37 |
reconstructPar working !!!! Many thanks
|
#3 |
New Member
Priya Somasundaran
Join Date: Oct 2015
Posts: 6
Rep Power: 11 |
Hi,
Many thanks , I had done a blunder as you said. My endtime was 150 and writeinterval was 500 from my previous run. Changes it to 20 and rerun the simulation and reconstructPar worked like a charm. Many thanks . God bless you. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
reconstructPar --> fileName::stripInvalid() called for invalid fileName commandtouse | adona058 | OpenFOAM Bugs | 34 | December 8, 2022 22:27 |
Problem with reconstructPar: "First token could not be read" | quartzian | OpenFOAM Post-Processing | 2 | October 22, 2015 03:40 |
reconstructPar and a high number of snapshots | fs82 | OpenFOAM Programming & Development | 2 | April 18, 2012 05:37 |
Problem with reconstructPar | fabianpk | OpenFOAM | 5 | August 14, 2007 10:17 |