LIGGGHTS® - User Forum

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

compute pair/gran/local of atoms in a defined region

Submitted by Nils Borghoff on Wed, 06/12/2019 - 15:17

Hi Experts,

I can´t solve the task to write the contact forces between particles in a defiend region. I tried it with:

region comp block -0.075 0.075 0.0 0.075 0.015 0.03 units box

group comp_group region comp

compute Force comp-group pair/gran/local id pos force

someone knows the physical meanings of the bond coeff command in the atom_style gran

Submitted by jonathancuba on Tue, 06/11/2019 - 04:05

Hi, I have a question, I know that in LIGGGHTS WITH BONDS there are two forms of fracture, my doubt is that it means that value of " $c " y {" rb "}
variable rp equal 0.015625 #Radio de la particula
variable d equal 2*${rp} #Diametro de la particula
variable rb equal 0.8*${rp} **************************** What happens physically if I increase this value?
variable I equal 0.25*PI*${rb}*${rb}*${rb}*${rb}
variable A equal PI*${rb}*${rb}
variable kn equal 2*$Y/$d # comportamiento del grano 3.2e8 tesis 1e10

steel plate

Submitted by saman on Sun, 06/09/2019 - 00:12

Hi everyone
I want to simulate a steel plate that measures the particles underneath by putting the force on it and measure the amount of stress and displacement of particles below it. What do you think is best for simulating this steel plate? Should I define a wall and rigid it?
thanks

ERROR : when using the read_restart command in a code with bonds

Submitted by jonathancuba on Sat, 06/08/2019 - 05:47

Hello :
I have a problem, the write_restar and read_restar command worked correctly (to restart the simulation from file.restart), for simulations without bonds, but in my code that has bonds (bond style gran), it does not allow me to read the file with the "read_restart file.restart" command, sends me error: segment violation.
Can you help me solve this problem please?

it is necessary to eliminate the create_atoms, and lattice in this code?

thanks.
I attach my code

ERROR volume expectancy too small

Submitted by chow2003 on Fri, 06/07/2019 - 13:06

Hello,
As a part of my project i'm dealing with sand of less particle size. I got an error saying that volume expectancy too low and i tried to change units but I'm not succeeded. Here i attach my part of code.
Thank you.

### Initialization

# Preliminaries
units si
atom_style sphere
boundary f f f
newton off
communicate single vel yes

# Domain
region reg block -0.320 0.320 -1.960 1.460 -0.290 0.335 units box
create_box 3 reg

### Setup

ave/euler - dump results

Agnieszka Zielinska's picture
Submitted by Agnieszka Zielinska on Wed, 06/05/2019 - 17:32

hello LIGGGHTS Experts,

I have to compute stress and strain for particles.
I tried calculate stress by command:
fix stress all ave/euler nevery 1000 cell_size_relative 4.5 parallel no
and
collected the result by:
dump damp all custom 1000 post/dump*.liggghts id f_stress
but I recived following error:
ERROR: Dump custom fix does not compute per-atom info (../dump_custom.cpp:1383)

How to correctly dump this results?
Can I calculate the strain and stress for a particles in other way?

Best wishes,
Agnieszka

Error building Ligghts

Submitted by manton on Wed, 06/05/2019 - 16:48

Hello,
I have problem when building liggghts. the makefile.user have been changed as mentioned in the installation document. I have not compilled VTK seperately. So i did the following changes in makefile.user:

USE_VTK = "ON"

VTK_INC_USR=-I/home/liggghts/vtk/include

VTK_LIB_USR=-L/home/liggghts/vtk/lib

So this should automatically download and install VTK. But i am getting the following error.

Error using mpirun and lmp_auto with missing library libvtkCommonCore-6.2.so.6.2

Submitted by sks033 on Wed, 06/05/2019 - 02:01

Hello,

I am very new to LIGGGHTS and I just recently began using it through an Ubuntu environment which I am also new to. I am attempting to run the command:
"mpirun -np 4 lmp_auto -echo both < in.vel2.txt"
and I received the error:
"lmp_auto: error while loading shared libraries: libvtkCommonCore-6.2.so.6.2: cannot open shared object file: no such file or directory"
which is repeated four times before terminating.

Volume expectancy is too small…..Please HELP

Submitted by chow2003 on Tue, 06/04/2019 - 16:35

I got this error

# Preliminaries
units si
atom_style sphere
boundary f f f
newton off
communicate single vel yes

# Domain
region reg block -0.320 0.320 -1.960 1.460 -0.290 0.335 units box
create_box 3 reg
Created orthogonal box = (-0.32 -1.96 -0.29) to (0.32 1.46 0.335)
1 by 1 by 1 MPI processor grid

### Setup

Pages

Subscribe to RSS - LIGGGHTS® - User Forum