Skip to content

Commit

Permalink
pySTEL: Fixed ISS04 P exponent and text for nsudo function.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazersos committed Oct 11, 2024
1 parent 8693ea5 commit cd1b866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pySTEL/libstell/fusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def iss04(self,a,R,P,navg,B0,iota):
tauiss04 : real
Confinement time [s]
"""
return 0.134*a**2.28*R**0.64*P**-0.64*navg**0.54*B0**0.84*iota**0.41
return 0.134*a**2.28*R**0.64*P**-0.61*navg**0.54*B0**0.84*iota**0.41

def nsudo(self,P,B,a,R):
"""Sudo Density Limit
Expand All @@ -82,7 +82,7 @@ def nsudo(self,P,B,a,R):
Parameters
----------
P : real
Total Power [MW]
Total Power [W]
B : real
Average magnetic field [T]
a : real
Expand Down

0 comments on commit cd1b866

Please sign in to comment.