ERROR: Illegal region command

Submitted by jonathancuba on Wed, 05/22/2019 - 08:17

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)

AttachmentSize
Plain text icon my thesis code4.97 KB
richti83's picture

richti83 | Wed, 05/22/2019 - 08:55

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

I'm not an associate of DCS GmbH and not a core developer of LIGGGHTS®
ResearchGate | Contact

jonathancuba | Thu, 05/23/2019 - 05:42

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 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

jonathancuba | Thu, 05/23/2019 - 11:30

thank you very much for answering, I'm new to this