rebco_variables Module

Module for the REBCO HTS superconductor variables

Variables relating to the REBCO HTS tape, strand and conductor Conduit information is in the modules relating to each coil.

References

  • Updated 13/11/18 using data from Lewandowska et al 2018.


Contents


Variables

TypeVisibility AttributesNameInitial
real(kind=dp), public :: rebco_thickness

thickness of REBCO layer in tape (m) (iteration variable 138)

real(kind=dp), public :: copper_thick

thickness of copper layer in tape (m) (iteration variable 139)

real(kind=dp), public :: hastelloy_thickness

thickness of Hastelloy layer in tape (m)

real(kind=dp), public :: tape_width

Mean width of tape (m)

real(kind=dp), public :: tape_thickness

thickness of tape, inc. all layers (hts, copper, substrate, etc.) (m)

real(kind=dp), public :: croco_od

Outer diameter of CroCo strand (m)

real(kind=dp), public :: croco_id

Inner diameter of CroCo copper tube (m)

real(kind=dp), public :: croco_thick

Thickness of CroCo copper tube (m) (iteration variable 158)

real(kind=dp), public :: copper_rrr

residual resistivity ratio copper in TF superconducting cable

real(kind=dp), public :: copperA_m2

TF coil current / copper area (A/m2)

real(kind=dp), public :: coppera_m2_max

Maximum TF coil current / copper area (A/m2)

real(kind=dp), public :: f_coppera_m2

f-value for constraint 75: TF coil current / copper area < copperA_m2_max

real(kind=dp), public :: copperaoh_m2

CS coil current / copper area (A/m2) (sweep variable 61)

real(kind=dp), public :: copperaoh_m2_max

Maximum CS coil current / copper area (A/m2)

real(kind=dp), public :: f_copperaoh_m2

f-value for constraint 88: CS coil current / copper area < copperA_m2_max

real(kind=dp), public :: stack_thickness
real(kind=dp), public :: tapes
real(kind=dp), public :: rebco_area
real(kind=dp), public :: copper_area
real(kind=dp), public :: hastelloy_area
real(kind=dp), public :: solder_area
real(kind=dp), public :: croco_area

Subroutines

public subroutine init_rebco_variables()

Initialise module variables

Arguments

None