Hi,
I implemented mesh walls (stl file), but I faced an error. This is about unit system.
"ERROR: Mesh error: dimensions too small - use different unit system (multi_node_mesh_parallel_I.h536"
If anyone knows its reason, I am looking forward to know that.
Regards,
Rasoul
Attachment | Size |
---|---|
![]() | 221.8 KB |
cstoltz | Tue, 11/05/2013 - 04:26
What unit system did you
What unit system did you specify and what is the size of your geometry?
Regards,
Chris
rasoul | Tue, 11/05/2013 - 23:19
SI
I am using SI unit and the size of my simulation is 1 m^3.
Regards,
Rasoul
richti83 | Tue, 11/05/2013 - 20:07
Take care at the export format
make sure you export the STL File in ASCII Mode (textfile). You can check this when you open your stl file with gedit.
@Chris: there should be an error when meshfile is not in ascii-stl-format, I faced a similar problem in our group some weeks ago.
rasoul | Tue, 11/05/2013 - 23:21
Hi,
Hi,
Thanks for the response.
Sincerely,
Rasoul
hansmannb | Thu, 11/28/2013 - 09:28
Corrupt or unknown STL file: New facet begins outside solid
Hi,
I had the same problem as rasoul. I fixed it with openSTL and converted the file into ASCII STL.
Now i get a new error
"ERROR: Corrupt or unknown STL file: New facet begins outside solid object."
If anyone knows how to fix it, I am looking forward to know that.
Regards
hansmannb
richti83 | Thu, 11/28/2013 - 14:46
Could you send me your
Could you send me your meshfile ? I've never seen such an error.
A simple way to convert an stl to textfile is opening it in Paraview and than file->save data, choose Stereo Lithography File Format, and than choose Ascii.
Greetings to Linz :-),
Christian.
NSalloum | Thu, 11/08/2018 - 14:14
hello Mr. Christian,
hello Mr. Christian,
I followed the steps you had suggested for overcoming this error, but I am still getting the following error:
ERROR: Mesh error - root causes: (a) mesh empty or (b) dimensions too small - use different unit system ( ../multi_node_mesh_parallel_I.h:384)
So what do you suggest in this regards?
best wishes,
mschramm | Thu, 11/08/2018 - 15:57
Post Command
Hello,
Could you post the command that you are using?
Also, what dimensions are you using in liggghts and what is the stl file's units?
NSalloum | Fri, 11/09/2018 - 10:07
Hello,
Hello,
thanks for your respond.
The units used in the stl file are mm and the ones being used in LIGGGHTS are SI.
The commands used for importing the meshed files in LIGGGHTS are as follow:
fix cad1 all mesh/surface file meshes/gmsh_500_Simplified_Model_Walzen_001_Frontrakelhalter_002_2.stl type 2 &
rotate axis 1 0 0 angle 90 scale 0.001 curvature_tolerant yes
fix cad2 all mesh/surface file meshes/gmsh_500_Simplified_Model_Walzen_Dosierwalze_Huelle_Bildblatt_001_1.stl type 2 &
rotate axis 1 0 0 angle 90 scale 0.001 curvature_tolerant yes
fix cad3 all mesh/surface file meshes/gmsh_Simplified_Model_Walzen_001_8_104_307_535_Stachelruehrer_fuer_D_60_1.stl type 2 &
rotate axis 1 0 0 angle 90 scale 0.001 curvature_tolerant yes
fix geometry1 all wall/gran model hertz tangential history mesh n_meshes 3 meshes cad1 cad2 cad3
best wishes,
NSalloum | Fri, 11/09/2018 - 11:16
thanks a lot for your support
thanks a lot for your support, but the problem is solved :)