From 37e55a825b317d38a2559e47935c7bbcaf6b5f59 Mon Sep 17 00:00:00 2001
From: "Ulf R. Pedersen" <ulf@urp.dk>
Date: Thu, 28 Sep 2017 16:20:03 +0200
Subject: [PATCH] Create fix_rhok.txt

---
 doc/src/fix_rhok.txt | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 doc/src/fix_rhok.txt

diff --git a/doc/src/fix_rhok.txt b/doc/src/fix_rhok.txt
new file mode 100644
index 0000000000..58838ef464
--- /dev/null
+++ b/doc/src/fix_rhok.txt
@@ -0,0 +1,40 @@
+"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 rhok command :h3
+
+fix ID group-ID rhok nx ny nz k a
+
+ID, group-ID are documented in "fix"_fix.html command
+nx,ny,nz = k-vektor of collective density field
+k = spring constant of bias potential
+a = anchor point of bias potential
+
+[Examples:]
+
+fix bias all rhok 16 0 0 4.0 16.0
+fix bias Bs rhok 12 12 0 10.0 32.0
+
+[Description:]
+
+The fix applies an force to atoms 
+:c,image(Eqs/fix_rhok.jpg)
+as described in "(Pedersen)"_#Pedersen.
+
+[Restrictions:]
+
+This fix is part of the MISC package.  It is only enabled if LAMMPS
+was built with that package.  See the "Making
+LAMMPS"_Section_start.html#start_3 section for more info.
+
+[Default:] none
+
+:line
+
+:link(Pedersen)
+[(Pedersen)] Pedersen, J. Chem. Phys., 139, 104102 (2013).
-- 
GitLab