CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Post-Processing (https://www.cfd-online.com/Forums/openfoam-post-processing/)
-   -   reconstructPar do not reconstruct scalarIOField (https://www.cfd-online.com/Forums/openfoam-post-processing/232148-reconstructpar-do-not-reconstruct-scalariofield.html)

silvino December 1, 2020 14:21

reconstructPar do not reconstruct scalarIOField
 
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
    );



All times are GMT -4. The time now is 01:19.