Skip to content

Commit

Permalink
Update navigation structure in mkdocs.yml for Beta Limit section. Mov…
Browse files Browse the repository at this point in the history
…e the fast alpha pressure contribution into the plasma beta docs section
  • Loading branch information
chris-ashe committed Nov 8, 2024
1 parent 6f7fc48 commit efed2dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ nav:
- Overview: physics-models/fusion_reactions/plasma_reactions.md
- Beam reactions: physics-models/fusion_reactions/beam_reactions.md
- Bosch-Hale Methods: physics-models/fusion_reactions/plasma_bosch_hale.md
- Beta Limit: physics-models/plasma_beta.md
- Fast Alpha: physics-models/plasma_alpha.md
- Beta Limit:
- Overview: physics-models/plasma_beta/plasma_beta.md
- Fast Alpha: physics-models/plasma_beta/plasma_alpha_beta_contribution.md
- Density Limit: physics-models/plasma_density.md
- Composition, Impurities & Radiation: physics-models/plasma_radiation_impurities.md
- Plasma Current:
Expand Down
4 changes: 3 additions & 1 deletion process/physics.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ def vscalc(


@nb.jit(nopython=True, cache=True)
def calculate_beta_limit(bt: float, dnbeta: float, plasma_current: float, rminor: float) -> float:
def calculate_beta_limit(
bt: float, dnbeta: float, plasma_current: float, rminor: float
) -> float:
"""
Calculate the beta scaling limit.
Expand Down

0 comments on commit efed2dc

Please sign in to comment.