Specification of STLs to be dumped

Theo_Score's picture
Submitted by Theo_Score on Mon, 01/25/2016 - 03:00

Good Day,

I want to ask. If for instance I have defined my granular walls as:

fix d_plate all mesh/surface file meshes/plate.stl type 1
fix h_pulley all mesh/surface file meshes/pulley.stl type 1
fix s_valve all mesh/surface file meshes/valve.stl type 1

If at the end, I want to dump only d_plate and h_pulley for Post Processing, what would be the appropriate modified command to;

dump dumpstl all mesh/stl 200 post/dump*.stl

Thank you in advance.

Daniel Queteschiner | Mon, 01/25/2016 - 09:11

If I remember correctly, you just have to specify the mesh fixes you want to dump if you don't want to dump all of them, e.g.:
dump dmpstl all mesh/stl 200 post/dump*.stl d_plate h_pulley