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

reconstructPar do not reconstruct scalarIOField

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 1, 2020, 14:21
Default reconstructPar do not reconstruct scalarIOField
  #1
New Member
 
Manoel Silvino B. A.
Join Date: Oct 2015
Location: Brazil
Posts: 3
Rep Power: 10
silvino is on a distinguished road
Hello everyone. I created a scalarIOField named tPrime and ran my application in parallel with the scotch method, but although the processors' folders have the ‘tPrime’ files, when performing the reconstruction the field is not recorded in the times folders. As a test, I created the same field in createFieds.H of the icoFoam solver, I ran it again with 2 processors and the same behavior occurred. Is it not possible to reconstruct scalarIOFields via reconstructPar?

Code:
scalarIOField tPrime
(
        IOobject
        (
            "tPrime",
            U.time().timeName(),
            U.mesh(),
            IOobject::READ_IF_PRESENT,//MUST_READ,//MUST_READ_IF_MODIFIED,//
            IOobject::AUTO_WRITE
        ),
        10
    );
silvino is offline   Reply With Quote

Reply

Tags
reconstructpar, scalariofield


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
reconstructPar super weird error miotto OpenFOAM Post-Processing 12 July 2, 2020 11:31
reconstructPar and reconstructParMesh Londo OpenFOAM Post-Processing 4 March 20, 2018 07:23
reconstructPar nor working Priya Somasundaran OpenFOAM Post-Processing 2 January 28, 2016 14:37
reconstructPar can not reconstruct k kkpal OpenFOAM 0 June 18, 2013 03:55
Modified reconstructPar jens_klostermann OpenFOAM Post-Processing 1 March 29, 2007 14:34


All times are GMT -4. The time now is 00:13.