Skip to content

Commit

Permalink
Merge pull request #472 from BWHindman/patch-1
Browse files Browse the repository at this point in the history
Update physics_math_overview.rst
  • Loading branch information
feathern authored Jun 16, 2023
2 parents ae3b4d6 + 7bc229a commit fa8eed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/User_Guide/physics_math_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ where *W* and *Z* are referred to as the poloidal and toroidal stream functions
.. math::
:label: vrstream
\mathrm{f_1}v_r = - \frac{1}{r\mathrm{sin}\theta}\frac{\partial}{\partial\theta}\left(\mathrm{sin}\theta\frac{\partial W}{\partial\theta} \right)-\frac{1}{r^2\mathrm{sin}^2\theta}\frac{\partial^2 Z}{\partial\phi^2},
\mathrm{f_1}v_r = - \frac{1}{r^2\mathrm{sin}\theta}\frac{\partial}{\partial\theta}\left(\mathrm{sin}\theta\frac{\partial W}{\partial\theta} \right)-\frac{1}{r^2\mathrm{sin}^2\theta}\frac{\partial^2 W}{\partial\phi^2},
.. math::
:label: vtstream
Expand Down Expand Up @@ -513,7 +513,7 @@ where *C* and *A* are the poloidal and toroidal flux functions respectively. Si
.. math::
:label: Brstream
B_r = - \frac{1}{r\mathrm{sin}\theta}\frac{\partial}{\partial\theta}\left(\mathrm{sin}\theta\frac{\partial C}{\partial\theta} \right)-\frac{1}{r^2\mathrm{sin}^2\theta}\frac{\partial^2 A}{\partial\phi^2},
B_r = - \frac{1}{r^2\mathrm{sin}\theta}\frac{\partial}{\partial\theta}\left(\mathrm{sin}\theta\frac{\partial C}{\partial\theta} \right)-\frac{1}{r^2\mathrm{sin}^2\theta}\frac{\partial^2 C}{\partial\phi^2},
.. math::
:label: Btstream
Expand Down

0 comments on commit fa8eed2

Please sign in to comment.