"LIGGGHTS WWW Site"_liws - "LAMMPS WWW Site"_lws - "LIGGGHTS Documentation"_ld - "LIGGGHTS Commands"_lc :c

:link(liws,http://www.cfdem.com)
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)

:line

LIGGGHTS 2.X vs. LIGGGHTS 1.5.3 - syntax changes :h1

Introduction: :h2

This is a short outline of the most important changes in LIGGGHTS 2.X 
compared to LIGGGHTS 1.5.3 regarding the syntax of major commands. The 
motivation for these changes was to make the script language more readable and to 
improve extendability (in the sense of object oriented programming) with respect 
to modelling approaches.

Commands covered by this tutorial: :h2

atom_style sphere (formerly atom_style granular)  :l
dump mesh/stl (formerly dump stl) :l
dump mesh/vtk (formerly dump mesh/gran/VTK) :l
fix heat/gran :l
fix mesh/surface (formerly fix mesh/gran) :l
fix mesh/surface/stress (formerly fix mesh/gran/stressanalysis) :l
fix move/mesh (formerly fix move/mesh/gran)  :l
fix wall/gran/* :l
pair_style gran/* :l
:ule

Changes in syntax for each command: :h2

Changes are indicated as follows

OLD: old_syntax
NEW: new_syntax  :pre

where {old_syntax} refers to the syntax used in LIGGGHTS 1.5.3 and before,
and {new_syntax} refers to the syntax used in LIGGGHTS 2.X

:line

[atom_style sphere (formerly atom_style granular):]

OLD: atom_style granular 
NEW: atom_style sphere  :pre

NOTE: For compatibility reasons, the old syntax can still be used in LIGGGHTS 2.0

For details, see "atom_style sphere"_atom_style.html.

:line

[dump mesh/stl:]

OLD: dmpstl all stl 300 post/dump*.stl
NEW: dmpstl all mesh/stl 300 post/dump*.stl  :pre

NOTE: For compatibility reasons, the old syntax can still be used in LIGGGHTS 2.0

:line

[dump mesh/vtk:]

OLD: dmpstl all mesh/gran/VTK 300 post/dump*.stl id
NEW: dmpstl all mesh/vtk 300 post/dump*.stl id  :pre

NOTE: For compatibility reasons, the old syntax can still be used in LIGGGHTS 2.0

:line

[fix heat/gran:]

OLD: fix ID group-ID heat/gran 273.15
NEW: fix ID group-ID heat/gran initial_temperature 273.15 :pre

OLD: fix ID group-ID heat/gran 273.15 + activate area correction via fix property/global
NEW: fix ID group-ID heat/gran initial_temperature 273.15 area_correction on :pre

:line

[fix mesh/surface (formerly fix mesh/gran):]

OLD: fix ID group-ID mesh/gran mesh.stl 1 1.0 0. 0. 0. 0. 0. 0. 
NEW: fix ID group-ID mesh/surface file mesh.stl type 1 :pre 

OLD: fix ID group-ID mesh/gran mesh.stl 1 0.001 0. 0. 0. -90. 0. 0.
NEW: fix ID group-ID mesh/surface file mesh.stl type 1 scale 0.001 rotate axis 1. 0. 0. angle -90. :pre 

OLD: fix ID group-ID mesh/gran mesh.stl 1 1.0 1. 2. 3. 0. 0. 0. 
NEW: fix ID group-ID mesh/surface file mesh.stl type 1 move 1. 2. 3 :pre 

OLD: fix ID group-ID mesh/gran mesh.stl 1 1.0 0. 0. 0. 0. 0. 0. conveyor 5. 0. 0.
NEW: fix ID group-ID mesh/surface file mesh.stl type 1 surface_vel 5. 0. 0. :pre 

OLD: fix ID group-ID mesh/gran mesh.stl 1 1.0 0. 0. 0. 0. 0. 0. rotate 0. 0. 0. 1. 0. 0. 5. 
NEW: fix ID group-ID mesh/surface file mesh.stl type 1 surface_ang_vel origin 0. 0. 0. axis  1. 0. 0. omega 5. :pre 

For details, see "fix mesh/surface"_fix_mesh_surface.html.

:line

[fix mesh/surface/stress (formerly fix mesh/gran/stressanalysis):]

OLD: fix ID group-ID mesh/gran/stressanalysis mesh.stl 1 1.0 0. 0. 0. 0. 0. 0. finnie yes
NEW: fix ID group-ID fix mesh/surface/stress file mesh.stl type 1 wear finnie :pre 

For details, see "fix mesh/surface/stress"_fix_mesh_surface_stress.html.

:line

[fix move/mesh (formerly fix move/mesh/gran):]

OLD: fix ID group-ID move/mesh/gran wiggle -0.1 0. 0. 0.02 cad1 1
NEW: fix ID group-ID move/mesh mesh cad1 wiggle amplitude -0.1 0. 0. period 0.02 :pre

OLD: fix ID group-ID move/mesh/gran rotate 0. 0. 0. 0. 0. 1. 0.05 cad1 1
NEW: fix ID group-ID move/mesh mesh cad1 rotate origin 0. 0. 0. axis  0. 0. 1. period 0.05 :pre

OLD: fix ID group-ID move/mesh/gran linear 20. 20. 0. cad1 1
NEW: fix ID group-ID move/mesh mesh cad1 linear 20. 20. 0. :pre

NOTES: :ule
The trailing "1" for the {old_syntax} was no longer used in LIGGGHTS 1.5.3 :l
For compatibility reasons, the command name {fix move/mesh/gran} can be 
used in LIGGGHTS 2.0. However, the syntax has to follow the LIGGGHTS 2.0 syntax. :l

For details, see "fix move/mesh"_fix_move_mesh.html.

:line

[fix wall/gran/*:]

OLD: fix ID group-ID wall/gran/hertz/history 1 0 mesh/gran 2 cad1 cad2
NEW: fix ID group-ID wall/gran/hertz/history mesh n_meshes 2 meshes cad1 cad2 :pre

OLD: fix ID group-ID wall/gran/hertz/history 1 0 xplane -0.5 0.5 1
NEW: fix ID1 group-ID wall/gran/hertz/history type 1 xplane -0.5
     fix ID2 group-ID wall/gran/hertz/history type 1 xplane 0.5 :pre

OLD: fix ID group-ID wall/gran/hertz/history 3 0 xplane -0.5 0.5 1
NEW: fix ID1 group-ID wall/gran/hertz/history primitive type 1 xplane -0.5 rolling_friction cdt
     fix ID2 group-ID wall/gran/hertz/history primitive type 1 xplane  0.5 rolling_friction cdt :pre

OLD: fix ID group-ID wall/gran/hertz/history 1 1 xplane -0.5 0.5 1
NEW: fix ID group-ID wall/gran/hertz/history primitive type 1 xplane -0.5 0.5 cohesion sjkr :pre

OLD: fix ID group-ID wall/gran/hertz/history 0 0 zcylinder 0.05 1
NEW: fix ID group-ID wall/gran/hertz/history primitive type 1 zcylinder 0.05 0. 0. tangential_damping off :pre

NOTES: :ule
Same applies for hooke/history, hooke, hooke/history/simple, hertz/history/simple :l
{sjkr} stands for 'simplified JKR (Johnson-Kendall-Roberts)' model, and {cdt} for 
'constant directional torque' model :l
styles {xplane}, {yplane}, {zplane} take only one arg now (the wall position), if 
you want two walls you have to use two fix commands :l
in addition to the existing style {zcylinder}, there is now {xcylinder} and 
{ycylinder} as well :l 
{xcylinder} {ycylinder} and {zcylinder} take 3 args: the cylinder radius, and 
the location of the axis in the other two dimensions :l

For details, see "fix wall/gran"_fix_wall_gran.html.

:line

[pair_style gran/*:]

OLD: pair_style gran/hertz/history 1 0
NEW: pair_style gran/hertz/history :pre

OLD: pair_style gran/hertz/history 3 0
NEW: pair_style gran/hertz/history rolling_friction cdt  :pre

OLD: pair_style gran/hertz/history 1 1
NEW: pair_style gran/hertz/history cohesion sjkr   :pre

OLD: pair_style gran/hertz/history 0 0
NEW: pair_style gran/hertz/history tangential_damping off :pre

NOTES: :ule
Same applies for hooke/history, hooke, hooke/history/simple, hertz/history/simple :l
{sjkr} stands for "simplified JKR (Johnson-Kendall-Roberts)" model, and {cdt} for "constant directional torque" model :l

For details, see "pair_style gran"_pair_gran.html.

