diff --git a/doc/Section_commands.html b/doc/Section_commands.html index af38cbda7d..25f812863f 100644 --- a/doc/Section_commands.html +++ b/doc/Section_commands.html @@ -321,14 +321,14 @@ of each style or click on the style itself for a full description:

- - - - - - - - + + + + + + +
addforceaveforceave/atomave/histoave/spatialave/timebond/breakbond/create
bond/swapbox/relaxcomcoord/originaldeformdepositdragdt/reset
efieldenforce2devaporatefreezegravitygyrationheatindent
langevinlineforcemsdmomentummovenphnptnpt/asphere
npt/spherenvenve/aspherenve/limitnve/noforcenve/spherenvtnvt/asphere
nvt/sllodnvt/sphereorient/fccplaneforcepoemspourpress/berendsenprint
rdfreax/bondsrecenterrigidsetforceshakespringspring/rg
spring/selftemp/berendsentemp/rescalethermal/conductivitytmdttmviscosityviscous
wall/colloidwall/granwall/lj126wall/lj93wall/reflect +
bond/swapbox/relaxcoord/originaldeformdepositdragdt/resetefield
enforce2devaporatefreezegravityheatindentlangevinlineforce
momentummovenphnptnpt/aspherenpt/spherenvenve/asphere
nve/limitnve/noforcenve/spherenvtnvt/aspherenvt/sllodnvt/sphereorient/fcc
planeforcepoemspourpress/berendsenprintreax/bondsrecenterrigid
setforceshakespringspring/rgspring/selftemp/berendsentemp/rescalethermal/conductivity
tmdttmviscosityviscouswall/colloidwall/granwall/lj126wall/lj93
wall/reflect

These are fix styles contributed by users, which can be used if @@ -349,9 +349,9 @@ each style or click on the style itself for a full description: centro/atomcna/atomcomcoord/atomdamage/atomdisplace/atom erotate/asphereerotate/sphereevent/displacegroup/groupgyrationheat/flux keke/atommsdpepe/atompressure -property/atomreducereduce/regionstress/atomtemptemp/asphere -temp/comtemp/deformtemp/partialtemp/profiletemp/ramptemp/region -temp/sphere +property/atomrdfreducereduce/regionstress/atomtemp +temp/aspheretemp/comtemp/deformtemp/partialtemp/profiletemp/ramp +temp/regiontemp/sphere

These are compute styles contributed by users, which can be used if diff --git a/doc/Section_commands.txt b/doc/Section_commands.txt index f5ef85ee03..96d49dacc5 100644 --- a/doc/Section_commands.txt +++ b/doc/Section_commands.txt @@ -389,7 +389,6 @@ of each style or click on the style itself for a full description: "bond/create"_fix_bond_create.html, "bond/swap"_fix_bond_swap.html, "box/relax"_fix_box_relax.html, -"com"_fix_com.html, "coord/original"_fix_coord_original.html, "deform"_fix_deform.html, "deposit"_fix_deposit.html, @@ -400,12 +399,10 @@ of each style or click on the style itself for a full description: "evaporate"_fix_evaporate.html, "freeze"_fix_freeze.html, "gravity"_fix_gravity.html, -"gyration"_fix_gyration.html, "heat"_fix_heat.html, "indent"_fix_indent.html, "langevin"_fix_langevin.html, "lineforce"_fix_lineforce.html, -"msd"_fix_msd.html, "momentum"_fix_momentum.html, "move"_fix_move.html, "nph"_fix_nph.html, @@ -427,7 +424,6 @@ of each style or click on the style itself for a full description: "pour"_fix_pour.html, "press/berendsen"_fix_press_berendsen.html, "print"_fix_print.html, -"rdf"_fix_rdf.html, "reax/bonds"_fix_reax_bonds.html, "recenter"_fix_recenter.html, "rigid"_fix_rigid.html, @@ -482,6 +478,7 @@ each style or click on the style itself for a full description: "pe/atom"_compute_pe_atom.html, "pressure"_compute_pressure.html, "property/atom"_compute_property_atom.html, +"rdf"_compute_rdf.html, "reduce"_compute_reduce.html, "reduce/region"_compute_reduce.html, "stress/atom"_compute_stress_atom.html, diff --git a/doc/compute.html b/doc/compute.html index 2177cdf90b..5dd4c5f248 100644 --- a/doc/compute.html +++ b/doc/compute.html @@ -184,6 +184,7 @@ available in LAMMPS:

  • pe/atom - potential energy for each atom
  • pressure - total pressure and pressure tensor
  • property/atom - convert atom attributes to per-atom vectors/arrays +
  • rdf - radial distribution function g(r) histogram of group of atoms
  • reduce - combine per-atom quantities into a single global value
  • reduce/region - same as compute reduce, within a region
  • stress/atom - stress tensor for each atom diff --git a/doc/compute.txt b/doc/compute.txt index 1b56432f6b..2f4629a963 100644 --- a/doc/compute.txt +++ b/doc/compute.txt @@ -179,6 +179,7 @@ available in LAMMPS: "pe/atom"_compute_pe_atom.html - potential energy for each atom "pressure"_compute_pressure.html - total pressure and pressure tensor "property/atom"_compute_property_atom.html - convert atom attributes to per-atom vectors/arrays +"rdf"_compute_rdf.html - radial distribution function g(r) histogram of group of atoms "reduce"_compute_reduce.html - combine per-atom quantities into a single global value "reduce/region"_compute_reduce.html - same as compute reduce, within a region "stress/atom"_compute_stress_atom.html - stress tensor for each atom diff --git a/doc/fix.html b/doc/fix.html index f50ab5cce1..0952769f8b 100644 --- a/doc/fix.html +++ b/doc/fix.html @@ -168,7 +168,6 @@ list of fix styles available in LAMMPS:
  • bond/create - create bonds on the fly
  • bond/swap - Monte Carlo bond swapping
  • box/relax - relax box size during energy minimization -
  • com - compute a center-of-mass
  • coord/original - store original coords of each atom
  • deform - change the simulation box size/shape
  • deposit - add new atoms above a surface @@ -179,13 +178,11 @@ list of fix styles available in LAMMPS:
  • evaporate - remove atoms from simulation periodically
  • freeze - freeze atoms in a granular simulation
  • gravity - add gravity to atoms in a granular simulation -
  • gyration - compute radius of gyration
  • heat - add/subtract momentum-conserving heat
  • indent - impose force due to an indenter
  • langevin - Langevin temperature control
  • lineforce - constrain atoms to move in a line -
  • msd - compute mean-squared displacement (i.e. diffusion coefficient) -
  • momentum - zero the linear and/or angular momentum of a group of atoms +
  • momentum - zero the linear and/or angular momentum of a group of atoms
  • move - move atoms in a prescribed fashion
  • nph - constant NPH time integration via Nose/Hoover
  • npt - constant NPT time integration via Nose/Hoover @@ -206,7 +203,6 @@ list of fix styles available in LAMMPS:
  • pour - pour new atoms into a granular simulation domain
  • press/berendsen - pressure control by Berendsen barostat
  • print - print text and variables during a simulation -
  • rdf - compute radial distribution functions
  • reax/bonds - write out ReaxFF bond information recenter - constrain the center-of-mass position of a group of atoms
  • rigid - constrain one or more clusters of atoms to move as a rigid body
  • setforce - set the force on each atom diff --git a/doc/fix.txt b/doc/fix.txt index 6c07209427..13048baf99 100644 --- a/doc/fix.txt +++ b/doc/fix.txt @@ -163,7 +163,6 @@ list of fix styles available in LAMMPS: "bond/create"_fix_bond_create.html - create bonds on the fly "bond/swap"_fix_bond_swap.html - Monte Carlo bond swapping "box/relax"_fix_box_relax.html - relax box size during energy minimization -"com"_fix_com.html - compute a center-of-mass "coord/original"_fix_coord_original.html - store original coords of each atom "deform"_fix_deform.html - change the simulation box size/shape "deposit"_fix_deposit.html - add new atoms above a surface @@ -174,15 +173,11 @@ list of fix styles available in LAMMPS: "evaporate"_fix_evaporate.html - remove atoms from simulation periodically "freeze"_fix_freeze.html - freeze atoms in a granular simulation "gravity"_fix_gravity.html - add gravity to atoms in a granular simulation -"gyration"_fix_gyration.html - compute radius of gyration "heat"_fix_heat.html - add/subtract momentum-conserving heat "indent"_fix_indent.html - impose force due to an indenter "langevin"_fix_langevin.html - Langevin temperature control "lineforce"_fix_lineforce.html - constrain atoms to move in a line -"msd"_fix_msd.html - compute mean-squared displacement \ - (i.e. diffusion coefficient) -"momentum"_fix_momentum.html - zero the linear and/or angular momentum \ - of a group of atoms +"momentum"_fix_momentum.html - zero the linear and/or angular momentum of a group of atoms "move"_fix_move.html - move atoms in a prescribed fashion "nph"_fix_nph.html - constant NPH time integration via Nose/Hoover "npt"_fix_npt.html - constant NPT time integration via Nose/Hoover @@ -205,7 +200,6 @@ list of fix styles available in LAMMPS: "press/berendsen"_fix_press_berendsen.html - pressure control by \ Berendsen barostat "print"_fix_print.html - print text and variables during a simulation -"rdf"_fix_rdf.html - compute radial distribution functions "reax/bonds"_fix_reax_bonds.html - write out ReaxFF bond information \ "recenter"_fix_recenter.html - constrain the center-of-mass position \ of a group of atoms diff --git a/doc/fix_com.html b/doc/fix_com.html deleted file mode 100644 index 0e99773160..0000000000 --- a/doc/fix_com.html +++ /dev/null @@ -1,49 +0,0 @@ - -
    LAMMPS WWW Site - LAMMPS Documentation - LAMMPS Commands -
    - - - - - - -
    - -

    fix com command -

    -

    Syntax: -

    -
    fix ID group-ID com N file 
    -
    - -

    Examples: -

    -
    fix 1 all com 100 com.out 
    -
    -

    Description: -

    -

    Compute the center-of-mass of the group of atoms every N steps, -including all effects due to atoms passing thru periodic boundaries. -Write the results to the specified file. -

    -

    Restart, fix_modify, output, run start/stop, minimize info: -

    -

    No information about this fix is written to binary restart -files. None of the fix_modify options -are relevant to this fix. No global scalar or vector or per-atom -quantities are stored by this fix for access by various output -commands. No parameter of this fix can be -used with the start/stop keywords of the run command. -This fix is not invoked during energy minimization. -

    -

    Restrictions: none -

    -

    Related commands: none -

    -

    Default: none -

    - diff --git a/doc/fix_com.txt b/doc/fix_com.txt deleted file mode 100644 index d252382fe1..0000000000 --- a/doc/fix_com.txt +++ /dev/null @@ -1,48 +0,0 @@ -"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c - -:link(lws,http://lammps.sandia.gov) -:link(ld,Manual.html) -:link(lc,Section_commands.html#comm) - -:line - -fix com command :h3 - -[Syntax:] - -fix ID group-ID com N file :pre - -ID, group-ID are documented in "fix"_fix.html command -com = style name of this fix command -N = compute center-of-mass every this many timesteps -file = filename to write center-of-mass info to :ul - -[Examples:] - -fix 1 all com 100 com.out :pre - -[Description:] - -Compute the center-of-mass of the group of atoms every N steps, -including all effects due to atoms passing thru periodic boundaries. -Write the results to the specified file. - -[Restart, fix_modify, output, run start/stop, minimize info:] - -No information about this fix is written to "binary restart -files"_restart.html. None of the "fix_modify"_fix_modify.html options -are relevant to this fix. No global scalar or vector or per-atom -quantities are stored by this fix for access by various "output -commands"_Section_howto.html#4_15. No parameter of this fix can be -used with the {start/stop} keywords of the "run"_run.html command. -This fix is not invoked during "energy minimization"_minimize.html. - -[Restrictions:] none - -[Related commands:] none - -[Default:] none - - - - diff --git a/doc/fix_gyration.html b/doc/fix_gyration.html deleted file mode 100644 index dce19f1954..0000000000 --- a/doc/fix_gyration.html +++ /dev/null @@ -1,57 +0,0 @@ - -
    LAMMPS WWW Site - LAMMPS Documentation - LAMMPS Commands -
    - - - - - - -
    - -

    fix gyration command -

    -

    Syntax: -

    -
    fix ID group-ID gyration N file 
    -
    - -

    Examples: -

    -
    fix 1 all gyration 100 molecule.out 
    -
    -

    Description: -

    -

    Compute the radius-of-gyration of the group of atoms every N steps, -including all effects due to atoms passing thru periodic boundaries. -Write the results to the specified file. -

    -

    Rg is a measure of the size of the group of atoms, and is computed by -this formula -

    -
    -
    -

    where M is the total mass of the group and Rcm is the center-of-mass -position of the group. -

    -

    Restart, fix_modify, output, run start/stop, minimize info: -

    -

    No information about this fix is written to binary restart -files. None of the fix_modify options -are relevant to this fix. No global scalar or vector or per-atom -quantities are stored by this fix for access by various output -commands. No parameter of this fix can be -used with the start/stop keywords of the run command. -This fix is not invoked during energy minimization. -

    -

    Restrictions: none -

    -

    Related commands: none -

    -

    Default: none -

    - diff --git a/doc/fix_gyration.txt b/doc/fix_gyration.txt deleted file mode 100644 index fa7cdfa193..0000000000 --- a/doc/fix_gyration.txt +++ /dev/null @@ -1,52 +0,0 @@ -"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c - -:link(lws,http://lammps.sandia.gov) -:link(ld,Manual.html) -:link(lc,Section_commands.html#comm) - -:line - -fix gyration command :h3 - -[Syntax:] - -fix ID group-ID gyration N file :pre - -ID, group-ID are documented in "fix"_fix.html command -gyration = style name of this fix command -N = compute radius-of-gyration every this many timesteps -file = filename to write gyration info to :ul - -[Examples:] - -fix 1 all gyration 100 molecule.out :pre - -[Description:] - -Compute the radius-of-gyration of the group of atoms every N steps, -including all effects due to atoms passing thru periodic boundaries. -Write the results to the specified file. - -Rg is a measure of the size of the group of atoms, and is computed by -this formula - -:c,image(Eqs/fix_gyration.jpg) - -where M is the total mass of the group and Rcm is the center-of-mass -position of the group. - -[Restart, fix_modify, output, run start/stop, minimize info:] - -No information about this fix is written to "binary restart -files"_restart.html. None of the "fix_modify"_fix_modify.html options -are relevant to this fix. No global scalar or vector or per-atom -quantities are stored by this fix for access by various "output -commands"_Section_howto.html#4_15. No parameter of this fix can be -used with the {start/stop} keywords of the "run"_run.html command. -This fix is not invoked during "energy minimization"_minimize.html. - -[Restrictions:] none - -[Related commands:] none - -[Default:] none diff --git a/doc/fix_msd.html b/doc/fix_msd.html deleted file mode 100644 index 14ffa3c397..0000000000 --- a/doc/fix_msd.html +++ /dev/null @@ -1,89 +0,0 @@ - -
    LAMMPS WWW Site - LAMMPS Documentation - LAMMPS Commands -
    - - - - - - -
    - -

    fix msd command -

    -

    Syntax: -

    -
    fix ID group-ID msd N file keyword value ... 
    -
    - -

    Examples: -

    -
    fix 1 all msd 100 diff.out
    -fix 1 all msd 1000 diff.out com yes 
    -
    -

    Description: -

    -

    Compute the mean-squared displacement (MSD) of the group of atoms -every N steps, including all effects due to atoms passing thru -periodic boundaries. The MSD is the square of the displacement of -each atom, averaged over all the atoms in the group. The displacement -of an atom is from its original position at the time the fix command -was issued. The slope of the mean-squared displacement versus time is -proportional to the diffusion coefficient of the diffusing atoms. -

    -

    The MSD values versus time are written to the specified file. -

    -

    IMPORTANT NOTE: If an atom is part of a rigid body (see the fix -rigid command), it's periodic image flags are altered, -and the computed MSD will not reflect its true displacement. See the -fix rigid command for details. Thus, to compute the -MSD of rigid bodies as they cross periodic boundaries, you will need -to post-process a dump file containing coordinates of the -atoms in the bodies. -

    -

    If the com option is set to yes then the effect of any drift -in the center-of-mass of the group of atoms is subtracted out before -the displacment of each atom is calcluated. -

    -

    Restart, fix_modify, output, run start/stop, minimize info: -

    -

    This fix writes the original coordinates of diffusing atoms to binary -restart files, so that the mean-squared displacement -will be accurate in a restarted simulation. See the -read_restart command for info on how to re-specify -a fix in an input script that reads a restart file, so that the -operation of the fix continues in an uninterrupted fashion. -

    -

    None of the fix_modify options are relevant to this -fix. No global scalar or vector or per-atom quantities are stored by -this fix for access by various output -commands. No parameter of this fix can be -used with the start/stop keywords of the run command. -This fix is not invoked during energy minimization. -

    -

    Restrictions: none -

    -

    Related commands: -

    -

    fix coord/original -

    -

    Default: -

    -

    The option default is com = no. -

    - diff --git a/doc/fix_msd.txt b/doc/fix_msd.txt deleted file mode 100644 index cf0d82e9bf..0000000000 --- a/doc/fix_msd.txt +++ /dev/null @@ -1,77 +0,0 @@ -"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c - -:link(lws,http://lammps.sandia.gov) -:link(ld,Manual.html) -:link(lc,Section_commands.html#comm) - -:line - -fix msd command :h3 - -[Syntax:] - -fix ID group-ID msd N file keyword value ... :pre - -ID, group-ID are documented in "fix"_fix.html command :ulb,l -msd = style name of this fix command :l -N = compute mean-squared displacement every this many timesteps :l -file = filename to write mean-squared displacement info to :l -zero or more keyword/value pairs may be appended :l -keyword = {com} :l - {com} value = {yes} or {no} :pre -:ule - -[Examples:] - -fix 1 all msd 100 diff.out -fix 1 all msd 1000 diff.out com yes :pre - -[Description:] - -Compute the mean-squared displacement (MSD) of the group of atoms -every N steps, including all effects due to atoms passing thru -periodic boundaries. The MSD is the square of the displacement of -each atom, averaged over all the atoms in the group. The displacement -of an atom is from its original position at the time the fix command -was issued. The slope of the mean-squared displacement versus time is -proportional to the diffusion coefficient of the diffusing atoms. - -The MSD values versus time are written to the specified file. - -IMPORTANT NOTE: If an atom is part of a rigid body (see the "fix -rigid"_fix_rigid.html command), it's periodic image flags are altered, -and the computed MSD will not reflect its true displacement. See the -"fix rigid"_fix_rigid.html command for details. Thus, to compute the -MSD of rigid bodies as they cross periodic boundaries, you will need -to post-process a "dump file"_dump.html containing coordinates of the -atoms in the bodies. - -If the {com} option is set to {yes} then the effect of any drift -in the center-of-mass of the group of atoms is subtracted out before -the displacment of each atom is calcluated. - -[Restart, fix_modify, output, run start/stop, minimize info:] - -This fix writes the original coordinates of diffusing atoms to "binary -restart files"_restart.html, so that the mean-squared displacement -will be accurate in a restarted simulation. See the -"read_restart"_read_restart.html command for info on how to re-specify -a fix in an input script that reads a restart file, so that the -operation of the fix continues in an uninterrupted fashion. - -None of the "fix_modify"_fix_modify.html options are relevant to this -fix. No global scalar or vector or per-atom quantities are stored by -this fix for access by various "output -commands"_Section_howto.html#4_15. No parameter of this fix can be -used with the {start/stop} keywords of the "run"_run.html command. -This fix is not invoked during "energy minimization"_minimize.html. - -[Restrictions:] none - -[Related commands:] - -"fix coord/original"_fix_coord_original.html - -[Default:] - -The option default is com = no. diff --git a/doc/fix_rdf.html b/doc/fix_rdf.html deleted file mode 100644 index 4729297fbb..0000000000 --- a/doc/fix_rdf.html +++ /dev/null @@ -1,74 +0,0 @@ - -
    LAMMPS WWW Site - LAMMPS Documentation - LAMMPS Commands -
    - - - - - - -
    - -

    fix rdf command -

    -

    Syntax: -

    -
    fix ID group-ID rdf N file Nbin itype1 jtype1 itype2 jtype2 ... 
    -
    - -

    Examples: -

    -
    fix 1 all rdf 500 rdf.out 100 1 1
    -fix 1 fluid rdf 10000 rdf.out 100 1 1 1 2 2 1 2 2 
    -
    -

    Description: -

    -

    Compute the radial distribution function (RDF), also known as g(r), -and coordination number every N steps. The RDF for each specified -atom type pair is histogrammed in Nbin bins from distance 0 to Rc, -where Rc = the maximum force cutoff for any pair of atom types. An -atom pair only contributes to the RDF if -

    - -

    Bonded atoms (1-2, 1-3, 1-4 interactions within a molecular topology) -with a pairwise weighting factor of 0.0 are not included in the RDF; -pairs with a non-zero weighting factor are included. The weighting -factor is set by the special_bonds command. -

    -

    The RDF statistics for each timestep are written to the specified -file, as are the RDF values averaged over all timesteps. -

    -

    Restart, fix_modify, output, run start/stop, minimize info: -

    -

    No information about this fix is written to binary restart -files. None of the fix_modify options -are relevant to this fix. No global scalar or vector or per-atom -quantities are stored by this fix for access by various output -commands. No parameter of this fix can be -used with the start/stop keywords of the run command. -This fix is not invoked during energy minimization. -

    -

    Restrictions: -

    -

    The RDF is not computed for distances longer than the force cutoff, -since processors (in parallel) don't know atom coordinates for atoms -further away than that distance. If you want an RDF for larger r, -you'll need to post-process a dump file. -

    -

    Related commands: -

    -

    pair_style -

    -

    Default: none -

    - diff --git a/doc/fix_rdf.txt b/doc/fix_rdf.txt deleted file mode 100644 index d854817373..0000000000 --- a/doc/fix_rdf.txt +++ /dev/null @@ -1,69 +0,0 @@ -"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c - -:link(lws,http://lammps.sandia.gov) -:link(ld,Manual.html) -:link(lc,Section_commands.html#comm) - -:line - -fix rdf command :h3 - -[Syntax:] - -fix ID group-ID rdf N file Nbin itype1 jtype1 itype2 jtype2 ... :pre - -ID, group-ID are documented in "fix"_fix.html command -rdf = style name of this fix command -N = compute radial distribution function (RDF) every this many timesteps -file = filename to write radial distribution function info to -Nbin = number of RDF bins -itypeN = central atom type for RDF pair N -jtypeN = distribution atom type for RDF pair N :ul - -[Examples:] - -fix 1 all rdf 500 rdf.out 100 1 1 -fix 1 fluid rdf 10000 rdf.out 100 1 1 1 2 2 1 2 2 :pre - -[Description:] - -Compute the radial distribution function (RDF), also known as g(r), -and coordination number every N steps. The RDF for each specified -atom type pair is histogrammed in Nbin bins from distance 0 to Rc, -where Rc = the maximum force cutoff for any pair of atom types. An -atom pair only contributes to the RDF if - -both atoms are in the fix group -the distance between them is within the maximum force cutoff -their interaction is stored in the neighbor list :ul - -Bonded atoms (1-2, 1-3, 1-4 interactions within a molecular topology) -with a pairwise weighting factor of 0.0 are not included in the RDF; -pairs with a non-zero weighting factor are included. The weighting -factor is set by the "special_bonds"_special_bonds.html command. - -The RDF statistics for each timestep are written to the specified -file, as are the RDF values averaged over all timesteps. - -[Restart, fix_modify, output, run start/stop, minimize info:] - -No information about this fix is written to "binary restart -files"_restart.html. None of the "fix_modify"_fix_modify.html options -are relevant to this fix. No global scalar or vector or per-atom -quantities are stored by this fix for access by various "output -commands"_Section_howto.html#4_15. No parameter of this fix can be -used with the {start/stop} keywords of the "run"_run.html command. -This fix is not invoked during "energy minimization"_minimize.html. - -[Restrictions:] - -The RDF is not computed for distances longer than the force cutoff, -since processors (in parallel) don't know atom coordinates for atoms -further away than that distance. If you want an RDF for larger {r}, -you'll need to post-process a dump file. - -[Related commands:] - -"pair_style"_pair_style.html - -[Default:] none