LIGGGHTS® - User Forum

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

unfix ins

Submitted by Rahul Kumar on Sun, 02/17/2019 - 14:37

Hi everyone
I am doing a silo simulation. I want to unfix insertion of particle after certain timestep. I have written the following code but it is showing some error
#--------------------code---------------------------
#insert the first particles so that dump is not empty
run 1
dump dmp all custom/vtk 200 post/bulk_*.vtk id type type x y z ix iy iz vx vy vz fx fy fz omegax omegay omegaz radius
dump dumpstress all mesh/gran/VTK 200 post/mesh_*.vtk stress wear cad1 cad3

#insert particles
run 10000 upto

Modified fix addforce and fix viscous

Submitted by tangl on Thu, 02/14/2019 - 14:55

Hi,

I used CMake to built an executable for Windows and it worked fine. I needed to do a few modifications to the source code.

1) I changed the fix_addforce.cpp file so that the radius of the particle and the fluid density were taken into account for the force with upward vertical direction. See line 259 and line 299 in the fix_addforce.cpp file attached.

2) I changed the fix_viscous.cpp to modify the drag force for a Bingham fluid. See line 71-84, line 107-110 and line 166-215 in the fix_viscous.cpp file attached.

Multisphere model issues

Submitted by mtennant on Tue, 02/12/2019 - 16:38

Hi,

I am currently attempting to model multisphere particles falling onto a bed and a spreader being used to run over the particles. I am having an issue that the particles seem to disappear as they are about to fall onto the bed. I have reduced my timestep and altered the youngs modulus incase it is a force issue between the particles. I do not seem to receive any errors and I was wondering if anyone had any ideas. Thanks, the script is as follows:

log log-000.txt

Bin Flow Tutorial

Submitted by emahvelati on Tue, 02/05/2019 - 15:43

Hello LIGGGHTERS,

Recently, I tried to simulate bin flow tutorial existing in the forum. By examination of the results, I noticed that the my output might not be coherent with real physic of the system. I have attached two images to this post which shows there are regular spaces between certain value of particles while they fall through the bin. The images correspond to 1st time step and 2nd time step.

I suspicious about the input script. Do you think this problem can be related to insert_every value?

[Moved from CFDEM(R)workbench forum] LPP showing wrong chuck size

Submitted by sourav0921 on Wed, 01/30/2019 - 08:43

Hi,

I am very less knowledge of LIGGGHTS software. Actually after running a test case I tried to create vtk files using lpp tool which I installed from github. But after giving the command in terminal
lpp dumb.filename
it shows the message invalid or wrong chunk size. I set the chunk size 8 on lpp.py file. BUt still it shows the same.
Can you give me any suggection?

Run LIGGGHTS on Windows 10 PC

Submitted by tangl on Mon, 01/28/2019 - 13:11

Hi,

Four years ago I used LIGGGHTS for generating a 3D packing geometry. At that time I used a virtual machine and installed Ubuntu to run a LIGGGHTS simulation. I read in the documentation the following:

On a Windows box, you can skip making LIGGGHTS(R)-PUBLIC and simply download an executable, as described above, though the pre-packaged executables include only certain packages.

I need LIGGGHTS again now (to generate a 3D packing geometry). But I can not find where I can download an executable. Does anyone have experience with is?

Regards,
Lisa

Delete particle outside domain

Submitted by Rahul Kumar on Sun, 01/27/2019 - 14:02

Hi
I am doing a simulation of density calibration I want to delete all atom doing outside the domain. I am using the following code, but it is not working.

#--------------define region of interest to delete particles outside
region del_region block -0.5 0.5 0.0 1.6 0.0 1.0 units box side out
delete_atoms region del_region
#-----------------------------------------------------------------------------------

I also want to check mass of particle within a region, how can I do it?

Pages

Subscribe to RSS - LIGGGHTS® - User Forum