LIGGGHTS® - User Forum

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

directly use neigh list for heat transfer

Submitted by Weijing on Fri, 02/09/2018 - 05:35

Hi everyone,

I am trying to implement my own heat transfer model but it request a neigh list including non-contacting particles. I managed to do that by using cohesion model together with contact model, which built pair_gran list including non-contacting particles.
however, is it possible to modify some codes to directly use the neigh list before building pair_gran list? I have looked at the pair_gran_base.h, but not understanding clearly. could someone give some hints?
Thanks
Weijing

Output for compute wall/gran/local contactPoint

Submitted by jsams on Fri, 02/09/2018 - 01:53

Hi everyone,

I'm using the following compute for accessing particle-wall contact information:

compute fc all wall/gran/local pos vel id force contactPoint

and the following dump command for writing that information to an output file:

dump walldmp4 all local 1000 post1000/fc*.dump c_fc[1] c_fc[2] c_fc[3] c_fc[4] c_fc[5] c_fc[6] c_fc[7] c_fc[8] c_fc[9] c_fc[10] c_fc[11] c_fc[12] c_fc[13] c_fc[14] c_fc[15] c_fc[16] c_fc[17] c_fc[18] c_fc[19] c_fc[20] c_fc[21]

Particles are not moving when simulation is restarted using restart command

shivagoud's picture
Submitted by shivagoud on Thu, 02/08/2018 - 14:00

Hi,

When I am restarting the simulation, I found that the particles are not moving (kinetic energy constant in output file), attached the image.
I tried uploading dump.stl (corresponding to restart file number) file using fix command and fixed wall but unable to solve the issue.
Can someone let me know if I missed any commands and how to fix this issue.
I am attaching input and outfiles and an image of this simulation.

Regards,
Shiva.

ERROR: Atom types must start from 1 for granular simulations (../properties.cpp:120)

Submitted by ___duffy__ on Sun, 02/04/2018 - 16:06

Hi,
I'm trying to modify the bin flow tutorial example so that a fixed number of particles will be loaded from a data file like the "in.hydrogel_default" example in folder hydrogel_multicontact.
So, I deleted

region domain block -0.138 0.138 -0.138 0.138 -0.0045 0.43 units box
create_box 2 domain

and inserted
read_data data/input_06.data

coin flip simulation

Submitted by mschramm on Sat, 02/03/2018 - 06:42

Hello,
I am wanting to get familiar with the new atom style and thought it would be fun to try and
simulate flipping coins. This is what I have so far.

Dimensions of a quarter (approx)
variable r1 equal 0.5*${coin_diam}
variable r2 equal 0.5*${coin_thik}
fix pts1 all particletemplate/superquadric 86028157 density constant 2500 shape constant ${r1} ${r1} ${r2} blockiness constant 10. 2.

I believe this creates a "coin" that is "face up" with a diameter of coin_diam and a thickness of coin_thik

evaluating per-atom vectors

Submitted by n_ghods on Tue, 01/30/2018 - 09:23

Dear all,

I want to use the values of per-atom vectors at each time step in "compute property/atom" and check them in an if loop afterwards. I have written this part of the script for this regard:

compute ff all property/atom update_on_run_end yes fx fy fz
variable fmag atom sqrt(c_ff[1]^2+c_ff[2]^2+c_ff[3]^2)

How can I access the vector fmag at each time step in the if loop?

Thanks in advance,
Nazanin

LIGGGHTS stalls without error message

Submitted by JoG on Sat, 01/27/2018 - 13:14

Hello everybody,

I have the strange behavior that my simulation suddenly stalls and does not proceed. There is no error message. With one case, this behavior appears always around the same timestep. When I slightly modify the case, for example move the mesh a little bit or set particle heat sources a little different, the case either finishes or stalls at a different timestep. The problem is that I don't know how to tackle the problem.

Pages

Subscribe to RSS - LIGGGHTS® - User Forum