Skip to content

Commit

Permalink
Add volume averaged plasma pressure variable to physics_variables module
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-ashe committed Nov 8, 2024
1 parent 2cc0bc9 commit 9138151
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/fortran/physics_variables.f90
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@ module physics_variables
real(dp) :: p0
!! central total plasma pressure (Pa)

real(dp) :: vol_avg_pressure
!! Volume averaged plasma pressure (Pa)

real(dp) :: f_dd_branching_trit
!! branching ratio for DD -> T

Expand Down

0 comments on commit 9138151

Please sign in to comment.