LIGGGHTS® - User Forum

LIGGGHTS® related topics can be discussed here: discussion about models, installation, feature requests and general discussion

Strange behaviour inserting particles

Submitted by andrea.pasquali on Tue, 04/12/2011 - 17:45

Hi,
I'm having problems inserting particles.
I'm using pour/dev/packing command.
After few iterations they jump to +Z very quickly like rockets and all crash.
My file follows:

************************************************
atom_style granular
atom_modify map array
boundary m m m
newton off
communicate single vel yes
units si

region reg block -0.015 0.015 -0.015 0.015 -0.32 10 units box
create_box 1 reg
neighbor 0.0200 bin
neigh_modify delay 0

# Material properties required for new pair styles

PROBLEM: 3 types of particles - only 1 is inserted

Submitted by davidf on Tue, 04/12/2011 - 16:41

Hey all,

I've modified the basic 'packing' example, to have 3 particle types with different properties (instead of 1 type) and i'm trying to generate a random packing of this system. (3 types of particles each having its own radius and density). I don't try to make them grow, so I removed the growing radius part commands.

Anyway, when I visualize the system with Paraview, I see that I only get one type of particles, all with the same size, instead of the specified distribution of particles as seen in my script.

fix rigid

raguelmoon's picture
Submitted by raguelmoon on Mon, 04/11/2011 - 16:00

Hi,
I have simulation box filled with particles, I want to move cluster of some particles in this box. To do so, i defined one spherical region and then apply following command:
....
....
region mySphere sphere .........
group myGroup region mySphere
fix 1 myRigid rigid group 1 myGroup
...
...

Then I want to move this as spherical body made of particle in the simulation box consists of other particles.
Is this right way of doing this? When i run the simulation then it prompts:

447 atoms in group myGroup
ERROR: One or zero atoms in rigid body

LIGGGHTS in parallel

Submitted by andrea.pasquali on Mon, 04/11/2011 - 09:30

Hi,
I'm trying LIGGGHTS in parallel. For example:
mpirun -np 8 lmp_openmpi < in.case
When it starts it prints:
1 by 1 by 8 processor grid
The problems is that sometime it works well, sometime it crashes with this error:
ERROR on proc 0: Failed to allocate -1738615408 bytes for array neigh:binhead

For example it works well with:
communicate multi vel yes
units si
neighbor 0.001 bin
neigh_modify delay 0
variable radius1 equal 0.005 # m

It doesn't work with:
communicate multi vel yes

Pages

Subscribe to RSS - LIGGGHTS® - User Forum