Releases: ParticulateFlow/LIGGGHTS-PFM
Releases · ParticulateFlow/LIGGGHTS-PFM
LIGGGHTS-PFM 24.01 release
Notable Changes
- Added a history option for
fix property/atom(enabling time derivatives) - Added
dump_modifyoptiondomainfileto disable domain files written bydump custom/vtk - Added
fix move/meshstylerotate/superposable(contributed by G. Holzinger) - Added optional per-atom heat capacity (use either
fix property/globalorfix property/atom) - Added layer- and temperature-dependent specific heat in chemistry model
- Modified chemistry model: per-layer pore-diameter (now
property/global vectorinstead ofproperty/global scalar) - Fixed chemistry model: sign of reaction heat
- Fixed issue in
fix insert/pack/densewith finding nearest insertion position - Fixed issue in
region wedge - Fixed issues in moving composed regions (
union,intersect) - Fixed potential deadlock in multi-partition simulations
- Fixed deletion of atoms in
fix remove,fix couple/cfd/deform,fix couple/cfd/dissolve,fix massflow/mesh,fix massflow/mesh/face - Fixed issue in restarting
fix multispherein combination withfix massflow/mesh - Fixed limitation of only one
fix massflow/meshworking withfix multisphere
Full Changelog: 23.02...24.01
LIGGGHTS-PFM 23.02 release
Notable Changes
- Added the normal and tangential contact models
hertz/lubricatedandhistory/lubricated(contributed by T.M.J. Nijssen) - Added
fix couple/cfd/fluidpropertiescommand to communicate fluid density and (dynamic) viscosity from CFDEMcoupling to LIGGGHTS (contributed by T.M.J. Nijssen) - Added tutorials demonstrating size segregation effects
- Fixed an issue with restarting of
fix massflow/meshandfix masslow/mesh/face - Fixed an issue with resetting of
equal-style script variables - Fixed an issue with the distribution of fragments in
fix break/particlein parallel runs - Fixed an issue with the parsing of VTK tetrahedral mesh files
- Fixed an issue with
compute pair/gran/localin case of non-contact inter-particle forces (e.g cohesion) - Fixed an issue with the
hybridatom style in cases where the particle radius was changing during simulation - Fixed an issue with CFD-DEM data coupling for
scalar-globalandvector-globaltypes - Modified the frequency factors and activation energies for low temperature Fe3O4->Fe reactions in
fix chem/shrink/core
LIGGGHTS-PFM 21.11 release
Notable Changes
- Added
fix cfd/coupling/dissolvecommand to exchange mass transfer data between LIGGGHTS and CFDEMcoupling and shrink/grow particles accordingly (contributed by T.M.J. Nijssen) - Added an option to limit reactant consumption in
fix chem/shrink/*commands - Added an option to monitor heat in
fix removecommand - Added a direction-based removal algorithm to the
delete_atomscommand - Added a tutorial demonstrating size segregation
- Added a test case demonstrating heat conduction between 2 spheres of different type
- Fixed the symmetrization of the inertia tensor for multisphere particles
- Fixed distance checks in
region mesh/tet - Fixed the contact area calculated in the
sjkr2cohesion model - Fixed the calculation for heat of reaction in
fix chem/shrink/core/single - Fixed coarse-graining factors in scalar transport equation (e.g. used for heat conduction)
- Modified the granular heat conduction model to be in line with Batchelor & O'Brien (1977)
LIGGGHTS-PFM 21.03 release
Notable Changes
- Added reference implementation of the multi-level coarse-grain (MLCG) model of the DEM, including
fix ave/euler/regionto measure Eulerian properties in a region made up of hex-cells,fix forcecontrol/regionthat implements a PID controller using data from 2fix ave/euler/regioncommands as input,fix massflow/mesh/faceto measure mass flow through a surface mesh per cell,fix insert/pack/faceto insert particles in a hex-region based on data fromfix massflow/mesh/face,region mesh/hexfor loading and searching hex-cell regions
(plus their multi-partition counterparts fix ave/euler/region/universe, fix forcecontrol/region/universe, fix massflow/mesh/face/universe, fix insert/pack/face/universe; additionally, some quality of life features have been added, e.g. extract_surface, extrude_surface )
- Added option
set_propertytofix insert/*to set a value for aproperty/atomupon insertion (ported from LIGGGHTS-PUBLIC) - Added option
implicit_integrationtofix nve/sphere/fix couple/cfd/force/implicit - Added option
ave_eulertodump euler/vtkto specify a certain fix of typeave/euler/*if more than one is used - Added option
cell_centertodump euler/vtkto indicate whether cell centers or complete cell shape should be dumped - Added option
cell_datatofix mesh/surfaceto load additional cell data from VTK mesh files - Added option
starttime/endtimetofix print
LIGGGHTS-PFM 20.09 release
Notable Changes
- Added C. Richters modifications to granular bond model
- Added flexible bonds modifications by M. Schramm
- Added bonded particle insertion via fix insert/pack
- Added bending and torsional bond stiffness as well as non-linearization of bond interaction force
- Added new cohesion model based on Morse potential
- Added
fix meanfreetimeto calculate the time between collisions - Fixed
fix chem/shrink/core(multiple particles with different starting conditions, transition from low to high temperature regime) - Fixed periodic insertion in
fix insert/pack/dense - Fixed region internals not updating upon (sub-)domain change
- Allowed for push and pull vectors of arbitrary length from and to LIGGGHTS
LIGGGHTS-PFM 20.05 release
Notable Changes
- Added a script command to generate a multi-sphere clump file from a surface mesh
- Added support to access DEM variables from CFDEMcoupling
- Added particle deformation model in combination with CFDEMcoupling
- Changed calculation of impact energy for particle breakage
LIGGGHTS-PFM 19.09 release
Notable Changes
- Added support for superquadric particles (ported from LIGGGHTS-PUBLIC) plus paraview plugin
- Added particle chemistry model
- Added paraview plugin for visualizing force chains (by C. Richter)
- Added contact model test cases as described in Chung and Ooi, Granul. Matter 13, 643–656 (2011)
- Fixed bug in dense packing insertion causing particle overlaps
- Fixed compilation with Visual Studio on Windows
- Fixed update of contact history in epsd rolling friction models
- Various bug fixes and minor additions/optimizations
LIGGGHTS-PFM 19.02 release
Notable Changes
- Added code for one2one communication with CFDEMcoupling
- Added
fix execute command - Fixed bug in ycylinder primitive wall
- Fixed bug in
fix nve/sphere/limit - Fixed bug in extracting atom properties
LIGGGHTS-PFM 18.10 release
Notable Changes
- Added new tangential history model using an incremental instead of an integral approach
- Added
fix property/atom/polydispparcel - Added
fix couple/cfd/parttempfield - Modified
fix speedcontrolto base the controller on forces instead of velocities - Modified
compute pair/gran/localto optionally compute normal and tangential force components as well as overlap - Modified
fix printto optionally skip writing the title line - Modified
fix insert/pack/denseto use a tighter bounding volume for the initial particle configuration - Modified the documentation to work with the Sphinx documentation generator
- Fixed bug in
fix insert/*when using optioninsert_every once
LIGGGHTS-PFM 18.03 release
Notable Changes
- Added new primitive wall type
general_conefor arbitrarily oriented cones (P. Kieckhefen (TUHH)) - Added documentation for
modify_timingandthermo_logcommands - Fixed bug in
fix insert/pack/densein parallel runs - Fixed bug in
fix insert/packthat caused invalid insertion positions