Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions process/utilities/errorlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
{
"no": 48,
"level": 3,
"message": "LOADXC: Do not use thkcas as an iteration variable if tfc_model=0 or istell=1"
"message": "LOADXC: Do not use thkcas as an iteration variable if istell=1"
},
{
"no": 49,
Expand Down Expand Up @@ -527,8 +527,8 @@
},
{
"no": 104,
"level": 3,
"message": "STRESSCL: Illegal value for tfc_model"
"level": 0,
"message": "OBSOLETE"
},
{
"no": 105,
Expand Down
3 changes: 0 additions & 3 deletions source/fortran/input.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1731,9 +1731,6 @@ subroutine parse_input_file(in_file,out_file,show_changes)
case ('tdmptf')
call parse_real_variable('tdmptf', tdmptf, 0.1D0, 100.0D0, &
'Dump time for TF coil (s)')
! case ('tfc_model')
! call parse_int_variable('tfc_model', tfc_model, 0, 1, &
! 'Switch for TF coil model')
case ('tfinsgap')
call parse_real_variable('tfinsgap', tfinsgap, 1.0D-10, 1.0D-1, &
'TF coil WP insertion gap (m)')
Expand Down
6 changes: 0 additions & 6 deletions source/fortran/tfcoil_variables.f90
Original file line number Diff line number Diff line change
Expand Up @@ -504,12 +504,6 @@ module tfcoil_variables
real(dp) :: tfckw
!! available DC power for charging the TF coils (kW)

!#TODO: issue #781
! integer :: tfc_model
! !! tfc_model /1/ : switch for TF coil magnet stress model:<UL>
! !! <LI> = 0 simple model (solid copper coil)
! !! <LI> = 1 CCFE two-layer stress model; superconductor</UL>

real(dp) :: tfcmw
!! Peak power per TF power supply (MW)

Expand Down