Lammps space division-identification of three-dimensional cracks

How to identify 3D pores in Lammps

Briefly introduce the steps:
1. Read the dump file;
2. Divide the space into small squares;
3. Divide the particles into small squares;
4. Write the dump file;

The recognition effect is as follows:

Insert picture description here

Step 1 First read the dump file

To read the dump file, please see the blog:
python read:https://blog.csdn.net/qq_43689832/article/details/113812304?spm=1001.2014.3001.5502
matlab read:https://blog.csdn.net/qq_43689832/article/details/108943190?spm=1001.2014.3001.5501
C++ read:https://blog.csdn.net/

Guess you like

Origin blog.csdn.net/qq_43689832/article/details/114106996