Reconstruct processors files

Submitted by Esi on Tue, 12/11/2018 - 03:34

Hi Guys

I just finished my first simulation on parallel. When I try to reconstruct the all processor results as a single file to visualize in paraview, I get this error:

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Reconstructing fields for mesh region0

Time = 0.003

Reconstructing FV fields

Reconstructing volScalarFields

phiIB
p
interFace
voidfraction
rho

Reconstructing volVectorFields

Us
U

Reconstructing surfaceScalarFields

phi

Reconstructing point fields

No point fields

Reconstructing lagrangian fields for cloud particleCloud

--> FOAM FATAL IO ERROR:
wrong token type - expected Scalar, found on line 5 the punctuation token ')'

file: /mnt/c/Users/abb062/Desktop/twoSpheresGlowinskiMPI/CFD/processor0/0.003/lagrangian/particleCloud/positions at line 5.

From function Foam::Istream& Foam::operator>>(Foam::Istream&, Foam::doubleScalar&)
in file lnInclude/Scalar.C at line 93.

FOAM exiting"

Could you please help me on how I can visualize my CFD results in paraview as a single file for different times?

Cheers
Esi

yirenxindudu | Wed, 02/06/2019 - 13:17

hello,
you can simply set "IOModel off;" in CFD/constant/couplingProperties
regards,
Hanqiao