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
89e4db00
Commit
89e4db00
authored
14 years ago
by
sjplimp
Browse files
Options
Downloads
Patches
Plain Diff
git-svn-id:
svn://svn.icms.temple.edu/lammps-ro/trunk@4935
f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent
e915461c
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/Section_example.html
+3
-5
3 additions, 5 deletions
doc/Section_example.html
doc/Section_example.txt
+3
-5
3 additions, 5 deletions
doc/Section_example.txt
doc/Section_tools.html
+1
-0
1 addition, 0 deletions
doc/Section_tools.html
doc/Section_tools.txt
+1
-0
1 addition, 0 deletions
doc/Section_tools.txt
with
8 additions
and
10 deletions
doc/Section_example.html
+
3
−
5
View file @
89e4db00
...
...
@@ -45,6 +45,7 @@ Site</A>.
<TR><TD
>
micelle
</TD><TD
>
self-assembly of small lipid-like molecules into 2d bilayers
</TD></TR>
<TR><TD
>
min
</TD><TD
>
energy minimization of 2d LJ melt
</TD></TR>
<TR><TD
>
msst
</TD><TD
>
MSST shock dynamics
</TD></TR>
<TR><TD
>
neb
</TD><TD
>
nudged elastic band (NEB) calculation for barrier finding
</TD></TR>
<TR><TD
>
nemd
</TD><TD
>
non-equilibrium MD of 2d sheared system
</TD></TR>
<TR><TD
>
obstacle
</TD><TD
>
flow around two voids in a 2d channel
</TD></TR>
<TR><TD
>
peptide
</TD><TD
>
dynamics of a small solvated peptide chain (5-mer)
</TD></TR>
...
...
@@ -53,7 +54,8 @@ Site</A>.
<TR><TD
>
prd
</TD><TD
>
parallel replica dynamics of a vacancy diffusion in bulk Si
</TD></TR>
<TR><TD
>
reax
</TD><TD
>
RDX and TATB models using the ReaxFF
</TD></TR>
<TR><TD
>
rigid
</TD><TD
>
rigid bodies modeled as independent or coupled
</TD></TR>
<TR><TD
>
shear
</TD><TD
>
sideways shear applied to 2d solid, with and without a void
<TR><TD
>
shear
</TD><TD
>
sideways shear applied to 2d solid, with and without a void
</TD></TR>
<TR><TD
>
srd
</TD><TD
>
stochastic rotation dynamics (SRD) particles as solvent
</TD></TR></TABLE></DIV>
<P>
Here is how you might run and visualize one of the sample problems:
...
...
@@ -69,10 +71,6 @@ lmp_linux < in.indent # run the problem
</PRE>
<HR>
<P>
There is also a COUPLE directory which has examples of how to link to
LAMMPS as a library and drive it from a wrapper program. See the
README file for more info.
</P>
<P>
There is also an ELASTIC directory with an example script for
computing elastic constants, using a zero temperature Si example. See
the in.elastic file for more info.
...
...
This diff is collapsed.
Click to expand it.
doc/Section_example.txt
+
3
−
5
View file @
89e4db00
...
...
@@ -41,6 +41,7 @@ melt: rapid melt of 3d LJ system
micelle: self-assembly of small lipid-like molecules into 2d bilayers
min: energy minimization of 2d LJ melt
msst: MSST shock dynamics
neb: nudged elastic band (NEB) calculation for barrier finding
nemd: non-equilibrium MD of 2d sheared system
obstacle: flow around two voids in a 2d channel
peptide: dynamics of a small solvated peptide chain (5-mer)
...
...
@@ -49,7 +50,8 @@ pour: pouring of granular particles into a 3d box, then chute flow
prd: parallel replica dynamics of a vacancy diffusion in bulk Si
reax: RDX and TATB models using the ReaxFF
rigid: rigid bodies modeled as independent or coupled
shear: sideways shear applied to 2d solid, with and without a void :tb(s=:)
shear: sideways shear applied to 2d solid, with and without a void
srd: stochastic rotation dynamics (SRD) particles as solvent :tb(s=:)
Here is how you might run and visualize one of the sample problems:
...
...
@@ -64,10 +66,6 @@ Running the simulation produces the files {dump.indent} and
:line
There is also a COUPLE directory which has examples of how to link to
LAMMPS as a library and drive it from a wrapper program. See the
README file for more info.
There is also an ELASTIC directory with an example script for
computing elastic constants, using a zero temperature Si example. See
the in.elastic file for more info.
...
...
This diff is collapsed.
Click to expand it.
doc/Section_tools.html
+
1
−
0
View file @
89e4db00
...
...
@@ -338,6 +338,7 @@ that perform common LAMMPS post-processing tasks, like
<UL><LI>
extract thermodynamic info from a log file as columns of numbers
<LI>
plot two columns of thermodynamic info from a log file using GnuPlot
<LI>
sort the snapshots in a dump file by atom ID
<LI>
convert multiple
<A
HREF =
"neb.html"
>
NEB
</A>
dump files into one dump file for viz
<LI>
convert dump files into XYZ, CFG, or PDB format for viz by other packages
</UL>
<P>
These are simple scripts built on
<A
HREF =
"http://www.sandia.gov/~sjplimp/pizza.html"
>
Pizza.py
</A>
modules. See the
...
...
This diff is collapsed.
Click to expand it.
doc/Section_tools.txt
+
1
−
0
View file @
89e4db00
...
...
@@ -334,6 +334,7 @@ that perform common LAMMPS post-processing tasks, like
extract thermodynamic info from a log file as columns of numbers
plot two columns of thermodynamic info from a log file using GnuPlot
sort the snapshots in a dump file by atom ID
convert multiple "NEB"_neb.html dump files into one dump file for viz
convert dump files into XYZ, CFG, or PDB format for viz by other packages :ul
These are simple scripts built on "Pizza.py"_pizza modules. See 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