|
[Sponsors] |
reconstructPar do not reconstruct scalarIOField |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 1, 2020, 15:21 |
reconstructPar do not reconstruct scalarIOField
|
#1 |
New Member
Manoel Silvino B. A.
Join Date: Oct 2015
Location: Brazil
Posts: 3
Rep Power: 11 |
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 ); |
|
Tags |
reconstructpar, scalariofield |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
reconstructPar super weird error | miotto | OpenFOAM Post-Processing | 12 | July 2, 2020 12:31 |
reconstructPar and reconstructParMesh | Londo | OpenFOAM Post-Processing | 4 | March 20, 2018 08:23 |
reconstructPar nor working | Priya Somasundaran | OpenFOAM Post-Processing | 2 | January 28, 2016 15:37 |
reconstructPar can not reconstruct k | kkpal | OpenFOAM | 0 | June 18, 2013 04:55 |
Modified reconstructPar | jens_klostermann | OpenFOAM Post-Processing | 1 | March 29, 2007 15:34 |