forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11570 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
d47ec9bed1
commit
7e5c32ef1c
|
@ -194,6 +194,8 @@ it gives quick access to documentation for all LAMMPS commands.
|
|||
6.20 <A HREF = "Section_howto.html#howto_20">Calculating thermal conductivity</A>
|
||||
<BR>
|
||||
6.21 <A HREF = "Section_howto.html#howto_21">Calculating viscosity</A>
|
||||
<BR></UL>
|
||||
6.22 <A HREF = "howto_22">Calculating a diffusion coefficient</A>
|
||||
<BR></UL>
|
||||
<LI><A HREF = "Section_example.html">Example problems</A>
|
||||
|
||||
|
|
|
@ -134,6 +134,7 @@ it gives quick access to documentation for all LAMMPS commands.
|
|||
6.19 "Library interface to LAMMPS"_howto_19 :b
|
||||
6.20 "Calculating thermal conductivity"_howto_20 :b
|
||||
6.21 "Calculating viscosity"_howto_21 :ule,b
|
||||
6.22 "Calculating a diffusion coefficient"_howto_22 :ule,b
|
||||
"Example problems"_Section_example.html :l
|
||||
"Performance & scalability"_Section_perf.html :l
|
||||
"Additional tools"_Section_tools.html :l
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
6.19 <A HREF = "#howto_19">Library interface to LAMMPS</A><BR>
|
||||
6.20 <A HREF = "#howto_20">Calculating thermal conductivity</A><BR>
|
||||
6.21 <A HREF = "#howto_21">Calculating viscosity</A><BR>
|
||||
6.22 <A HREF = "#howto_22">Calculating diffusion</A> <BR>
|
||||
6.22 <A HREF = "#howto_22">Calculating a diffusion coefficient</A> <BR>
|
||||
|
||||
<P>The example input scripts included in the LAMMPS distribution and
|
||||
highlighted in <A HREF = "Section_example.html">Section_example</A> also show how to
|
||||
|
@ -2106,7 +2106,7 @@ print "average viscosity: $v [Pa.s/</B> @ $T K, ${ndens} /A^3"
|
|||
</PRE>
|
||||
<HR>
|
||||
|
||||
<A NAME = "howto_22"></A><H4>6.22 Calculating diffusion
|
||||
<A NAME = "howto_22"></A><H4>6.22 Calculating a diffusion coefficient
|
||||
</H4>
|
||||
<P>The diffusion coefficient D of a material can be measured in at least
|
||||
2 ways using various options in LAMMPS. See the examples/DIFFUSE
|
||||
|
|
|
@ -31,7 +31,7 @@ This section describes how to perform common tasks using LAMMPS.
|
|||
6.19 "Library interface to LAMMPS"_#howto_19
|
||||
6.20 "Calculating thermal conductivity"_#howto_20
|
||||
6.21 "Calculating viscosity"_#howto_21
|
||||
6.22 "Calculating diffusion"_#howto_22 :all(b)
|
||||
6.22 "Calculating a diffusion coefficient"_#howto_22 :all(b)
|
||||
|
||||
The example input scripts included in the LAMMPS distribution and
|
||||
highlighted in "Section_example"_Section_example.html also show how to
|
||||
|
@ -2093,7 +2093,7 @@ print "average viscosity: $v \[Pa.s/] @ $T K, $\{ndens\} /A^3" :pre
|
|||
|
||||
:line
|
||||
|
||||
6.22 Calculating diffusion :link(howto_22),h4
|
||||
6.22 Calculating a diffusion coefficient :link(howto_22),h4
|
||||
|
||||
The diffusion coefficient D of a material can be measured in at least
|
||||
2 ways using various options in LAMMPS. See the examples/DIFFUSE
|
||||
|
|
Loading…
Reference in New Issue