Cannot import the mesh without any message

Submitted by fabregas04 on Tue, 05/10/2022 - 12:49

Hi, recently I was using LIGGGHTS with 2 meshes but it just stopped without any error message.

The line I used for importing mesh is below.

fix cydmesh all mesh/surface file meshes/62_Container_hexa_E_10.stl type 2 verbose yes scale 0.002
fix obstacle all mesh/surface/stress file meshes/obstacle_deg_0.stl type 2 verbose yes scale 0.002
fix cwall all wall/gran model hertz tangential history mesh n_meshes 2 meshes cydmesh obstacle

Below is the output file of the job.
------------------------------------------------------------------------------------------------------------------------------------------------
Created orthogonal box = (-0.5 -0.5 -0.25) to (0.5 0.5 0.5)
2 by 2 by 1 MPI processor grid

Reading STL file 'meshes/62_Container_hexa_E_10.stl' (mesh processing step 1/3)
Solid body detected in STL file
End of solid body detected in STL file.

Reading STL file 'meshes/obstacle_deg_0.stl' (mesh processing step 1/3)
Solid body detected in STL file
End of solid body detected in STL file.
Fix particledistribution/discrete (id pdd1): distribution based on mass%:
pts1: d=5.000000e-04 (max. bounding sphere) mass%=100.000000%
Fix particledistribution/discrete (id pdd1): distribution based on number%:
pts1: d=5.000000e-04 (max. bounding sphere) number%=100.000000%
Setting up run at Tue May 10 19:22:15 2022

Import and parallelization of mesh cydmesh containing 384 triangle(s) successful
------------------------------------------------------------------------------------------------------------------------------------------------

Also, I'm currently using 3.7.0 version of LIGGGHTS.

Can anyone tell me the reason for this?

Thanks.