LIGGGHTS® - User Forum

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

Clump particle breakage

Submitted by amiya1202 on Sat, 01/18/2025 - 18:42

Hi

I have tried simulating particle breakage (a clump in this case) based on a previous discussion available on the forum. Following is the my MWE and the error message.

atom_style sphere
atom_modify map array sort 0 0
boundary m m m
newton off

communicate single vel yes

#PUBLIC version only supports serial execution
processors 1 1 1

units si

region reg block -0.3 0.3 -0.3 0.3 0. 0.5 units box
create_box 1 reg

neighbor 0.004 bin
neigh_modify delay 0

How to add Rotating Drum to LIGGGHTS DEM

Submitted by alexjs on Sun, 12/15/2024 - 21:01

I am currently trying to model a static screw auger. I have successfully imported my STL files for the relavent geometry, however in my sims, I havent had any luck getting the particles to interact with the rotating geometry. The box.stl and auger.stl are static bodies, and the drum.stl is meant to rotate. Here is the current code snippet:
# New pair style
pair_style gran model hertz tangential history # Hertzian without cohesion
pair_coeff * *

timestep 0.00001

fix gravi all gravity 9.81 vector 0.0 -1.0 0.0 # Gravity along the Y-axis

bond stress in liggghts

Submitted by lexi on Thu, 12/12/2024 - 02:46

Hello,

I am using the LIGGGHTS Flexible Fibers package in my work. In the Potyondy & Cundall 2004 paper where they introduce the parallel bond model implemented in LIGGGHTS, they describe a methodology (Appendix 1) to compute stress in the body arising from the bonds, which should be the same as the compute stress function in LIGGGHTS. From my experiments, it doesn't seem like the bond stresses are factored into the LIGGGHTS compute stress. This brings me to two questions:

AtomVecSuperquadric::pack_border_hybrid is not implemented yet (../atom_vec_superquadric.cpp:720)

Submitted by hemalchowdhurym... on Mon, 11/25/2024 - 17:59

Hello. I am working on the effect of magnetic force on the particle compaction process. I am using the following Github repository for the implementation of magnetic force:TJLeps/LIGGGHTSwMAGNETICS: official release of the LIGGGHTS® DEM software, by DCS Computing GmbH. For further info, forums, and bug reports, please visit which takes into account the mutual dipole interaction of the particles. In my simulation, I am using superquadric particles. The case runs okay in a single processor, but it does not run in multiple processors.

Set of Rules for formatting .data?

Submitted by E-ray on Wed, 11/20/2024 - 16:43

Hello everyone,

I am fairly new to LIGGGHTS and have started by creating a simplified case. I exported a .csv file from Paraview containing the x, y and z positions of particles (spheres): I wrote a small Python script to grab these coordinates and some other necessary information and create a .data file with the minimum amount of necessary information (sections --> head and body). I know that I need to use the read_data function in my initialiser file, which I have called in.liggghts_run.

Simulating Granite using LIGGGHTS-with-Bonds

Submitted by Tannaz on Thu, 11/07/2024 - 03:45

Hi everyone,

I am going to simulate granite using LIGGGHTS-with-bonds with particles of different radii. I need a dense packing of particles. When I used fix particlestemplate/sphere in LIGGGHTS to fill a desired volume, even with a very high volume fraction, there was still a lot of void space between particles, and they were not in contact at all.

heat transfer in my granular simulation

Reddi babu's picture
Submitted by Reddi babu on Wed, 11/06/2024 - 06:39

I am doing simulation of heat transfer in granular powder particles that are falling (Ex. in.chute_wear) but after simulation temperature values are significantly as high as 10^15 magnitude without applying any additional heat source and simply applied NVE integration . I think these values are unrealistic how to decrease this temperature values so that it resembles realistic scenario and how these values are computed under the background???
I will provide input script and output values on the terminal pls somebody guide me and help me to resolve this issue.

Explicit insertion of multi-sphere partciles

Submitted by zkhademian on Sun, 10/06/2024 - 14:20

Hello LIGGGHTS team,
I have generated a compacted bed of multi-sphere (clump) particles in YADE (it is a bed of soil particles with specific particle shape distribution). So I have their exact coordinates, members, and sizes in a txt file. Is there any way for LIGGGHTS to generate my bed by reading each sphere location and radius and then the clump it belongs to?
I have tried two approaches and I have failed so far:
1- Using create_atoms, have atoms of the same clump in a group and then use fix rigid for each group to make them rigid as a clump.

Scratching simulation, is it proper to update "nve/sphere" during simulation ?

Submitted by WhoIsJH on Fri, 09/27/2024 - 10:04

Hi there,

During a scratch simulation which consist of conical tip and flat specimen, should i update ensemble(nve/sphere) after increasing force statement of tip ?

I would like to simulate a scratch simulation in micro scale, which tip and substrate make a contact and slid (constant velocity).
And during the sliding process i want to increase a normal load for tip ( E.G, 1 mN to 100 mN).

Pages

Subscribe to RSS - LIGGGHTS® - User Forum