Bad mesh, cannot continue

Submitted by zhang947 on Thu, 02/04/2016 - 01:17

I am learning to use liggghts with tutorial examples.
The example of continuous blending mixer does not go through compiling and always gives an error of:

"WARNING: It is heavily recommended to use 'neigh_modify delay 0' with granular pair styles (../pair_gran.cpp:223)
Setting up run ...
Mesh cad1: 785 elements have high aspect ratio (soft limit: smallest angle > 0.500000 ° required)
WARNING: Fix mesh: Mesh contains highly skewed element, moving mesh (if used) will not parallelize well (../surface_mesh_I.h:575)
Mesh cad1: 221 mesh elements have a really unreasonably high aspect ratio (hard limit: smallest angle must be > 0.181185 °)
ERROR on proc 0: Fix mesh: Bad mesh, cannot continue. You will need to fix or remove these element. Remedies:
- You can use the 'element_exclusion_list' feature to remove elements with too many neighbors and elements with angles below the hard limit
(../surface_mesh_I.h:602)"
I added "heal auto_remove_duplicates" as suggested.
Please help. Any input is appreciated.
(The code is attached.)

Thanks.
Jing

Here is the displayed lines from running to error messages.
"
$ ./lmp_serial
LIGGGHTS (Version LIGGGHTS-PUBLIC 3.3.1, compiled 2016-01-15-10:28:32 by Administrator, git commit 99507f5217ad4fd4be5107d6262bd7274c9a5c03 based on LAMMPS 23 Nov 2013)
jump in.blend_mixer
Created orthogonal box = (-0.32 -1.96 -0.29) to (0.32 1.46 0.335)
1 by 1 by 1 MPI processor grid
Fix particledistribution/discrete (id pdd): distribution based on mass%:
pts: d=1.000000e-02 (max. bounding sphere) mass%=100.000000%
Fix particledistribution/discrete (id pdd): distribution based on number%:
pts: d=1.000000e-02 (max. bounding sphere) number%=100.000000%

Reading STL file 'meshes/trough2n.stl'

Reading STL file 'meshes/left_shaft2n.stl'

Reading STL file 'meshes/right_shaft2n.stl'
WARNING: It is heavily recommended to use 'neigh_modify delay 0' with granular pair styles (../pair_gran.cpp:223)
Setting up run ...
Mesh cad1: 785 elements have high aspect ratio (soft limit: smallest angle > 0.500000 ° required)
WARNING: Fix mesh: Mesh contains highly skewed element, moving mesh (if used) will not parallelize well (../surface_mesh_I.h:575)
Mesh cad1: 221 mesh elements have a really unreasonably high aspect ratio (hard limit: smallest angle must be > 0.181185 °)
ERROR on proc 0: Fix mesh: Bad mesh, cannot continue. You will need to fix or remove these element. Remedies:
- You can use the 'element_exclusion_list' feature to remove elements with too many neighbors and elements with angles below the hard limit
(../surface_mesh_I.h:602)
"

AttachmentSize
Plain text icon in.blend_mixer.txt3.09 KB
ckloss's picture

ckloss | Mon, 02/08/2016 - 12:49

Hi,

the blender tutorial was added for an older version of LIGGGHTS. Please just follow the guidance in the error mesage that you have posted above for remedy :-)

Christoph

ckloss's picture

ckloss | Mon, 02/15/2016 - 19:22

Hi Jing,

please see the documentation of fix mesh/surface for details!

Christoph

hzw999 | Sun, 03/27/2016 - 17:38

Dear Jing,

I have met the same problem when running the simulation these days, have you figured it out? If so, could you tell me how to solve it?
Thank you very much!

Hu