Hi, I installed LIGGGHTS-WITH-BOND then to add the MOLECULA package:
make yes-m or l e c u l e
make g ++
Anyway I get an error:
WARNING: Granular Bond: This is a beta version - be careful! (../bond_gran.cpp:83)
ERROR: Illegal region command (../region.cpp:426)
I also get the following error that I do not understand:
Created orthogonal box = (-13 -6 -1) to (6 6 16.5)
1 by 1 by 1 MPI processor grid
I have attached the programming code if you can help me.
I have been reading that it is due to problems of version conflict (commands)
Attachment | Size |
---|---|
![]() | 4.97 KB |
richti83 | Wed, 05/22/2019 - 08:55
In line region 1 you are
In line region 1 you are missing the scale factor:
mesh/tet args = file filename scale s move offx offy offz rotate phix phiy phiz
jonathancuba | Wed, 05/22/2019 - 13:21
the program is running
Thank you very much, it was that
jonathancuba | Thu, 05/23/2019 - 05:42
doubt about file ( massflow and print)
Hi. The terminal sends me this error message:
ERROR on proc 0: cannot open fix print file Rev_normal_EG/Resultados/ordendatos.txt (../fix_print)
Hi, I have some doubts:
… file Rev_normal_EG / Resultados # means that in the Rev_normal_EG folder, an Resultados file or a folder will be generated ??
fix extra1 all print 1000 "$ {mass1} $ {mass2} $ {mass3} $ {mass4}" file Rev_normal_EG / Results / orders.txt title "plusAcumulada_NpartAcum_tasaFmas_tasaFP"
# The Resultados folder should I create it or is it automatic?
Thanks for the previous answer
jonathancuba | Thu, 05/23/2019 - 05:47
Hi. The terminal sends me
Hi. The terminal sends me this error message:
ERROR on proc 0: cannot open fix print file Rev_normal_EG/Resultados/ordendatos.txt (../fix_print)
Hi, I have some doubts:
fix mass all massflow/mesh … file Rev_normal_EG / Resultados # means that in the Rev_normal_EG folder, an Resultados file or a folder will be generated ??
fix extra1 all print 1000 "$ {mass1} $ {mass2} $ {mass3} $ {mass4}" file Rev_normal_EG / Resultados / ordenados.txt title "plusAcumulada_NpartAcum_tasaFmas_tasaFP"
# The Resultados folder should I create it or is it automatic?
Thanks for the previous answer
richti83 | Thu, 05/23/2019 - 10:15
unfurtunately liggghts will
unfurtunately liggghts will not create the directory, you have to do it manually.
jonathancuba | Thu, 05/23/2019 - 11:30
thank you
thank you very much for answering, I'm new to this