Skip to content
Snippets Groups Projects
Commit 111cb188 authored by Emmanuele Ravaioli's avatar Emmanuele Ravaioli
Browse files

renamed Matlab functions cpNb3Sn_cryocomp_mat and cpNb3Sn_cryocomp_B to...

renamed Matlab functions cpNb3Sn_cryocomp_mat and cpNb3Sn_cryocomp_B to cpNb3Sn_Arp_Knapp_mat and cpNb3Sn_Arp_Knapp_B
parent 9e2a0e8e
No related branches found
No related tags found
No related merge requests found
Pipeline #10998799 failed
......@@ -2,7 +2,7 @@
BHAir_v1,BHAir,error,1,0,1,,1,x : 15:0.1:300 ,,,,,,,,,,,
BHIron2_v1,BHIron2,error,1,0,1,,1,x : 15:0.1:300 ,,,,,,,,,,,
CFUN_CpHeMass_v1,CpHeMass,cpHeMass_mat,1,1,1,,1,T : 0.1:0.1:30,,,,,,,,,,,
CFUN_CvNb3Sn_Arp_Knapp_v2,CpNb3Sn,cpNb3Sn_cryocomp_mat,4,4,1,,4,T : 0.1:0.1:1000,Tc : 15,Tc0: 18,Tcs: 12,,,,,,,,
CFUN_CvNb3Sn_Arp_Knapp_v2,CpNb3Sn,cpNb3Sn_Arp_Knapp_mat,4,4,1,,4,T : 0.1:0.1:1000,Tc : 15,Tc0: 18,Tcs: 12,,,,,,,,
CFUN_CvAg_v1,CvAg,cpAg_mat,1,1,1,,1,T : 0:0.1:1000 ,,,,,,,,,,,
CFUN_CvAl_v1,CvAl,error,1,0,1,,1,T : 0:0.1:1000 ,,,,,,,,,,,
CFUN_CvAlAlloy_v1,CvAl_alloy,error,1,0,1,,1,T : 0:0.1:300 ,,,,,,,,,,,
......
function cpNb3Sn = cpNb3Sn_cryocomp_mat(T,Tc,Tc0,Tcs)
function cpNb3Sn = cpNb3Sn_Arp_Knapp_mat(T,Tc,Tc0,Tcs)
% C # 0.. 20 K: V.D. Arp, Stability and Thermal Quenches in Force-Cooled
% C # Superconducting Cables, Superconducting MHD Magnet Design
% C # Conference, MIT, pp 142-157, 1980.
......
function cpNb3Sn = cpNb3Sn_cryocomp_B(T, J, B, Jc_Nb3Sn0, Tc0_Nb3Sn, Bc2_Nb3Sn)
function cpNb3Sn = cpNb3Sn_Arp_Knapp_mat_B(T, J, B, Jc_Nb3Sn0, Tc0_Nb3Sn, Bc2_Nb3Sn)
% C # 0.. 20 K: V.D. Arp, Stability and Thermal Quenches in Force-Cooled
% C # Superconducting Cables, Superconducting MHD Magnet Design
% C # Conference, MIT, pp 142-157, 1980.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment