Skip to content

Commit b0cfe47

Browse files
authored
Switched default value of i_cs_stress = 1. (#3945)
1 parent 87edae3 commit b0cfe47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process/data_structure/pfcoil_variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ def init_pfcoil_variables():
709709

710710
alfapf = 5e-10
711711
alstroh = 4.0e8
712-
i_cs_stress = 0
712+
i_cs_stress = 1
713713
a_cs_poloidal = 0.0
714714
a_cs_turn = 0.0
715715
awpoh = 0.0

0 commit comments

Comments
 (0)