diff --git a/doc/Eqs/fix_nphug.jpg b/doc/Eqs/fix_nphug.jpg new file mode 100644 index 0000000000..beed5ed5c9 Binary files /dev/null and b/doc/Eqs/fix_nphug.jpg differ diff --git a/doc/Eqs/fix_nphug.tex b/doc/Eqs/fix_nphug.tex new file mode 100644 index 0000000000..4e162b69b7 --- /dev/null +++ b/doc/Eqs/fix_nphug.tex @@ -0,0 +1,9 @@ +\documentstyle[12pt]{article} + +\begin{document} + +$$ +T_t - T = \frac{\left(\frac{1}{2}\left(P + P_0\right)\left(V_0 - V\right) + E_0 - E\right)}{N_{dof} k_B } = Delta +$$ + +\end{document} diff --git a/doc/fix.txt b/doc/fix.txt index 23a478c496..428b377fa1 100644 --- a/doc/fix.txt +++ b/doc/fix.txt @@ -188,6 +188,7 @@ list of fix styles available in LAMMPS: "nph"_fix_nh.html - constant NPH time integration via Nose/Hoover "nph/asphere"_fix_nph_asphere.html - NPH for aspherical particles "nph/sphere"_fix_nph_sphere.html - NPH for spherical particles +"nphug"_fix_nphug.html - Constant-stress Hugoniostat integration "npt"_fix_nh.html - constant NPT time integration via Nose/Hoover "npt/asphere"_fix_npt_asphere.html - NPT for aspherical particles "npt/sphere"_fix_npt_sphere.html - NPT for spherical particles diff --git a/doc/fix_nphug.html b/doc/fix_nphug.html index e4ad3a3f2e..5d4b56cbce 100644 --- a/doc/fix_nphug.html +++ b/doc/fix_nphug.html @@ -45,9 +45,9 @@ keyword = temp or iso or aniso or tri or x or

Examples:

-

fix myhug all nphug temp 1.0 1.0 10.0 z 40.0 40.0 70.0 +

fix myhug all nphug temp 1.0 1.0 10.0 z 40.0 40.0 70.0
 fix myhug all nphug temp 1.0 1.0 10.0 iso 40.0 40.0 70.0 drag 200.0 tchain 1 pchain 0 
-

+

Description:

This command is a variant of the Nose-Hoover @@ -61,8 +61,8 @@ jump conditions for steady shocks.

The compression can be performed either -hydrostatically (using keyword iso, aniso, or tri) or uniaxially -(using keywords x, y, or z). In the hydrostatic case, +hydrostatically (using keyword iso, aniso, or tri) or uniaxially +(using keywords x, y, or z). In the hydrostatic case, the cell dimensions change dynamically so that the average axial stress in all three directions converges towards the specified target value. In the uniaxial case, the chosen cell dimension changes dynamically @@ -72,34 +72,30 @@ other two cell dimensions are kept fixed (zero lateral strain).

This leads to the following additional restrictions on the keywords:

-

One and only one of the following keywords should be used: iso, aniso, tri, x, y, z, -

-

The specified initial and final target pressures must be the same. -

-

The keywords xy, xz, yz may not be used. -

-

The only admissible value for the couple keyword is xyz, -which has the same effect as keyword iso -

-