Skip to content

Commit

Permalink
Fix minor typo in fast recycling documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekryjak committed Oct 5, 2023
1 parent 62d4138 commit 550ac53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1214,11 +1214,11 @@ The recycled heat flux is:
.. math::
\begin{aligned}
\Gamma_{E_{n}} &= R \times (R_{f} \alpha_{E} \Gamma_{E_{i}}^{sheath} + (1 - R_{f} T_{R} \Gamma_{N_{i}})) \\
\Gamma_{E_{n}} &= R \times (R_{f} \alpha_{E} \Gamma_{E_{i}}^{sheath} + (1 - R_{f}) T_{R} \Gamma_{N_{i}})) \\
\end{aligned}
Where :math:`R` is the recycle multiplier, :math:`R_{f}` is the fast reflection fraction, :math:`\alpha_{E}` is the energy reflection factor,
:math:`\Gamma_{E_{i}}^{sheath}` is the incident heat flux from the sheath boundary condition, :math:`T_{R}` is the recycle energy.
:math:`\Gamma_{E_{i}}^{sheath}` is the incident heat flux from the sheath boundary condition, :math:`T_{R}` is the recycle energy and :math:`\Gamma_{N_{i}}` is the incident ion flux.

:math:`R_{f}` and :math:`\alpha_{E}` can be set as in the below example. They can also be set to different values for the SOL and PFR by replacing
the word "target" with either "sol" or "pfr".
Expand Down

0 comments on commit 550ac53

Please sign in to comment.