Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lammps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
multiscale
lammps
Commits
aa3d3213
Commit
aa3d3213
authored
6 years ago
by
Richard Berger
Browse files
Options
Downloads
Patches
Plain Diff
Update set command documentation
parent
d00eaef0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/set.txt
+5
-1
5 additions, 1 deletion
doc/src/set.txt
with
5 additions
and
1 deletion
doc/src/set.txt
+
5
−
1
View file @
aa3d3213
...
@@ -36,6 +36,8 @@ keyword = {type} or {type/fraction} or {mol} or {x} or {y} or {z} or \
...
@@ -36,6 +36,8 @@ keyword = {type} or {type/fraction} or {mol} or {x} or {y} or {z} or \
value can be an atom-style variable (see below)
value can be an atom-style variable (see below)
{x},{y},{z} value = atom coordinate (distance units)
{x},{y},{z} value = atom coordinate (distance units)
value can be an atom-style variable (see below)
value can be an atom-style variable (see below)
{vx},{vy},{vz} value = atom velocity (velocity units)
value can be an atom-style variable (see below)
{charge} value = atomic charge (charge units)
{charge} value = atomic charge (charge units)
value can be an atom-style variable (see below)
value can be an atom-style variable (see below)
{dipole} values = x y z
{dipole} values = x y z
...
@@ -127,6 +129,7 @@ set type 3 charge 0.5
...
@@ -127,6 +129,7 @@ set type 3 charge 0.5
set type 1*3 charge 0.5
set type 1*3 charge 0.5
set atom * charge v_atomfile
set atom * charge v_atomfile
set atom 100*200 x 0.5 y 1.0
set atom 100*200 x 0.5 y 1.0
set atom 100 vx 0.0 vy 0.0 vz -1.0
set atom 1492 type 3 :pre
set atom 1492 type 3 :pre
[Description:]
[Description:]
...
@@ -225,7 +228,8 @@ IDs.
...
@@ -225,7 +228,8 @@ IDs.
Keywords {x}, {y}, {z}, and {charge} set the coordinates or charge of
Keywords {x}, {y}, {z}, and {charge} set the coordinates or charge of
all selected atoms. For {charge}, the "atom style"_atom_style.html
all selected atoms. For {charge}, the "atom style"_atom_style.html
being used must support the use of atomic charge.
being used must support the use of atomic charge. Keywords {vx}, {vy},
and {vz} set the velocities of all selected atoms.
Keyword {dipole} uses the specified x,y,z values as components of a
Keyword {dipole} uses the specified x,y,z values as components of a
vector to set as the orientation of the dipole moment vectors of the
vector to set as the orientation of the dipole moment vectors of the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment