Dump - VTK conversion

Theo_Score's picture
Submitted by Theo_Score on Thu, 08/17/2017 - 10:00

Good Day,

In my script, I have;

compute Nforces all pair/gran/local force id pos
dump dmpforces all local 1000 post/dump*.data_f c_Nforces[1] c_Nforces[2] ... c_Nforces[12]

and also

dump dump all custom 1000 post/dump*.data id type x y z ix iy iz vx vy vz fx fy fz omegax omegay omegaz radius

I can successfully use

lpp dump*.data (and generate VTKs)

However, with

lpp dump*.data_f

I get an error

Working with 8 processes..
calculating chunks 1 - 8 of 30
aborting due to errors: 'id'
dump scaling status is unknown

Kindly help.
Thanks

j-kerbl's picture

j-kerbl | Fri, 08/25/2017 - 13:13

Hi Score,

the full information (positions,..) necessary to create the VTK shouldn't be contained within the local dump.

Isn't it possible to use https://www.cfdem.com/media/DEM/docu/dump_local_gran_vtk.html ?

Cheers,
Josef