Reconstruct a CFDEM coupled case

Submitted by sourav0921 on Thu, 05/09/2024 - 15:25

Hello everyone,

I reconstruct my simulation case with the following command

reconstructPar -noLargangian

The problem is if I don't use "-noLargrangian", I always get the following error

Reconstructing fields for mesh region0

Time = 3

Reconstructing FV fields

Reconstructing volScalarFields

k_0
voidfractionMean
rho
sSmoothField
pMean
voidfractionPrime2Mean
k
nut
Ksl
p
pPrime2Mean
voidfraction
voidfraction_0

Reconstructing volVectorFields

U_0
U
UMean
UsMean
vSmoothField
Us

Reconstructing volSymmTensorFields

UPrime2Mean
UsPrime2Mean

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: /home/sourav/Sourav/rectangular_duct_cases/MR0.845/test_Re3300_mapped_Schiller_Naumann_en1mu0/CFD/processor0/3/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

Now I need the particle lagranragian data for further analysis. So can you please tell how to fix the error. Thanks in advance

Regards,
Sourav