mirror of https://github.com/lammps/lammps.git
fix elstop: Use inline LaTeX for equation
This commit is contained in:
parent
61d4b7a47f
commit
053bdea234
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB |
|
@ -1,13 +0,0 @@
|
|||
\documentclass[12pt]{article}
|
||||
|
||||
\begin{document}
|
||||
|
||||
$$
|
||||
{\vec F}_i = {\vec F}^{0}_i - \frac{{\vec v}_i}{\|\vec{v}_i\|}\cdot S_e
|
||||
$$
|
||||
|
||||
\end{document}
|
||||
|
||||
|
||||
|
||||
|
|
@ -44,7 +44,9 @@ considered, the simulated range of the ions can be severely overestimated
|
|||
The electronic stopping is implemented by applying a friction force
|
||||
to each atom as:
|
||||
|
||||
:c,image(Eqs/fix_elstop.jpg)
|
||||
\begin\{equation\}
|
||||
\vec\{F\}_i = \vec\{F\}^0_i - \frac\{\vec\{v\}_i\}\{\|\vec\{v\}_i\|\} \cdot S_e
|
||||
\end\{equation\}
|
||||
|
||||
where \(\vec\{F\}_i\) is the resulting total force on the atom. \(\vec\{F\}^0_i\)
|
||||
is the original force applied to the atom, \(\vec\{v\}_i\) is its velocity and
|
||||
|
|
Loading…
Reference in New Issue