Solved
Forums:
- Read more about Solved
- Log in or register to post comments
LIGGGHTS® related topics can be discussed here: discussion about models, installation, feature requests and general discussion
I am trying to fill the spherical particles inside the cubic bed. I have created the geometry using the blender. But no matter how refined the mesh I am creating liggghts is showing mesh error like curvature aspect ratio etc. I see tutorial examples of liggghts, it seems mesh should not be a big issue, but why I am getting this error? Another question is in my mind that whether the blender is good software for creating geometry for DEM purposes?
Which software is more suitable for stl or obj file
Thanks in advance
Hello Community
Hello everyone,
I have a question related to LIGGGHTS.
I am trying to visualize the effect of cohesion in my simulation. Since my particles are not interacting to each other and they are falling to inclined plane one by one. I was hoping to see the effect of cohesion between particles and inclined plane (especially on particles bouncing position) but I couldn't see. That means cohesion model doesn't make any effect on bouncing position.
Right now I am using these commands
Is there a way to determine the total number of multispheres in a simulation? The compute multisphere can provide properties (xcm, vcm, etc.), but it does not give a total count. I am running LIGGGHTS through the Python interface in parallel, and I need to know how many multispheres there are locally on each processor. In library.cpp, there are the lines to access total atoms and local atoms -
if (strcmp(name,"natoms") == 0) return (void *) &lmp->atom->natoms;
if (strcmp(name,"nlocal") == 0) return (void *) &lmp->atom->nlocal;
So, as the title suggests i am struggling with the installation of Liggghts on Ubuntu 20.04 LTS version, i have tried multiple attempts at trying to get this to work but to no avail, the current error message is displayed within the terminal:
Makefile:461: *** 'Could not compile a simple MPI example. Test was done with MPI_INC="" and MPICXX="mpicxx"'. Stop.
make[1]: Leaving directory '/home/dominic/LIGGGHTS-PUBLIC/src/Obj_auto'
make: *** [Makefile:114: auto] Error 2
Hello All,
I have a simple shear case in which fix deform is used to shear the box. Using and not using fix momentum in all three directions did not have any effect on the final results.
When I include the gravity in y -direction for the above shearing case, is it correct to use fix momentum in y-direction also?
Also, could you please let me know when should one "use fix momentum and not" in a CFDEM simulation?
Thank you,
Jagan Mohan.
make[1]: *** No rule to make target '/usr/include/x86_64-linux-gnu/bits/libc-header-start.h', needed by 'compute_erotate.o'. Stop.
Hi ,
I am new in LIGGGHTS. I have tried melting of Nanoparticles in LAMMPS and would like to try it in LIGGGHTS.
I am trying to simulate multi material particles and their melting.
I am not sure how to do it, or in other words which sample case should be ideal to start with. Any Suggestion is appreciated.
Thanks
Nik
I'm inserting superquadric particles in a closed box. I want to achieve different volume fractions samples.
First, I tried insert/stream command but I couldn't control volume fraction with it.
Second, I tried insert/pack and insert/region/rate but only low volume fraction can be achieved with both methods even with very high maxattempt values.