Skip to content

Commit

Permalink
Fixing aligned equations in impl content since they don't render pr…
Browse files Browse the repository at this point in the history
…operly with needextract (#1620)
  • Loading branch information
zachmprince committed Jan 25, 2024
1 parent c7d02f9 commit 3d49274
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions armi/physics/neutronics/globalFlux/globalFluxInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -1248,11 +1248,14 @@ def computeDpaRate(mgFlux, dpaXs):
Displacements calculated by displacement XS:
.. math::
:nowrap:
\begin{aligned}
\text{Displacement rate} &= \phi N_{\text{HT9}} \sigma \\
&= (\#/\text{cm}^2/s) \cdot (1/cm^3) \cdot (\text{barn})\\
&= (\#/\text{cm}^5/s) \cdot \text{(barn)} * 10^{-24} \text{cm}^2/\text{barn} \\
&= \#/\text{cm}^3/s
\end{aligned}
::
Expand Down

0 comments on commit 3d49274

Please sign in to comment.