1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
|
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "heading",
"level": 1,
"metadata": {},
"source": [
"Chapter 16 : Superconductivity and Superconductors"
]
},
{
"cell_type": "heading",
"level": 3,
"metadata": {},
"source": [
"Example 16.1 page no : 431"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"\n",
"\n",
"# Variables\n",
"b = 0;\n",
"#m = -h\n",
"#m = x*h\n",
"# = = >> -h = x*h\n",
"\n",
"# Calculations\n",
"x = -1;\t\t\t#from above realtions\n",
"ur = x+1;\t\t\t#relative permeability\n",
"\n",
"# Results\n",
"print \"Susceptibility of superconductor = \",x\n",
"print \"Relative permeability of superconductor = \",ur\n"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Susceptibility of superconductor = -1\n",
"Relative permeability of superconductor = 0\n"
]
}
],
"prompt_number": 1
},
{
"cell_type": "heading",
"level": 3,
"metadata": {},
"source": [
"Example 16.2 pageno : 434"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"\n",
"# Variables\n",
"ho = 0.0803;\t\t\t#in A/m\n",
"t1 = 3.; \t\t\t#in K\n",
"t2 = 10.;\t \t\t#in k\n",
"tc = 7.17;\t\t \t#in K\n",
"\n",
"# Calculations\n",
"hc1 = ho*(1-(t1/tc)**2);\n",
"hc2 = ho*(1-(t2/tc)**2);\n",
"\n",
"# Results\n",
"print \"Critical field at 3K (in A/m) = %f A/m\"%hc1\n",
"print \"Critical field at 10K (in A/m) = %.4f A/m\"%hc2\n"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Critical field at 3K (in A/m) = 0.066242 A/m\n",
"Critical field at 10K (in A/m) = -0.0759 A/m\n"
]
}
],
"prompt_number": 4
},
{
"cell_type": "heading",
"level": 3,
"metadata": {},
"source": [
"Example 16.3 pageno : 434"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"\n",
"# Calculations\n",
"r = 1.*10**-3;\t\t\t#in m\n",
"hc = 7.9*10**3;\t\t\t#in A/m\n",
"ic = 2.*3.14*r*hc;\t\t\t#in m\n",
"\n",
"# Results\n",
"print \"Critical current in superconducting state (in A) = %.2f A\"%ic\n"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Critical current in superconducting state (in A) = 49.61 A\n"
]
}
],
"prompt_number": 5
},
{
"cell_type": "heading",
"level": 3,
"metadata": {},
"source": [
"Example 16.4 pageno : 441"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"\n",
"# Variables\n",
"p = 11.4*10**3;\t\t\t#in kg/m**3\n",
"aw = 207.2;\t\t\t#in kg/kg-mol\n",
"v = 1200.;\t\t\t#in m/s\n",
"\n",
"# Calculations\n",
"na = 60.23*10**26;\t\t\t#avagadro's no\n",
"e = 1.6*10**-19;\t\t\t#charge in C\n",
"m = 9.1*10**-31;\t\t\t#mass of electron in kg\n",
"mo = 4*3.14*10**-7;\t\t\t#in H/m\n",
"ne = 2*p*na/aw;\t\t\t#in per m**3\n",
"ied = ne*e*v;\t\t\t#in A/m**2\n",
"dp = (m/(mo*(6.62*10**28)*(e**2)))**(1./2);\n",
"dp1 = round(dp*10**10,-1);\n",
"\n",
"# Results\n",
"print \"Electron density (in per m**3) = %.2e electron/m**3\"%ne\n",
"print \"Current density (in A/m**2) = %.2e A/m**2\"%ied\n",
"print \"Depth of penetration (in angstorm) = %.1f A\"%dp1\n"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Electron density (in per m**3) = 6.63e+29 electron/m**3\n",
"Current density (in A/m**2) = 1.27e+14 A/m**2\n",
"Depth of penetration (in angstorm) = 210.0 A\n"
]
}
],
"prompt_number": 13
},
{
"cell_type": "heading",
"level": 3,
"metadata": {},
"source": [
"Example 16.9 page no : 446"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"\n",
"# Variables\n",
"ho = 65.*10**3;\t\t\t#in A/m\n",
"tc = 7.18;\t\t\t#in K\n",
"t = 4.2;\t\t\t#in K\n",
"r = 0.5*10**-3;\t\t\t#in m\n",
"\n",
"# Calculations\n",
"hc = ho*(1-(t/tc)**2);\t\t\t#in A/m\n",
"ic = 2*3.14*r*hc; \t\t\t#in A\n",
"a = 3.14*r**2;\t\t \t#area in m**2\n",
"j = ic/a;\t\t\t #in A/m**2\n",
"\n",
"# Results\n",
"print \"current density (in A/m**2) = %.2e A/m**2\"%j\n"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"current density (in A/m**2) = 1.71e+08 A/m**2\n"
]
}
],
"prompt_number": 14
},
{
"cell_type": "heading",
"level": 3,
"metadata": {},
"source": [
"Example 16.10 page no : 446"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"\n",
"import math \n",
"\n",
"# Variables\n",
"hc1 = 21.;\t\t\t#in A/m\n",
"hc2 = 10.;\t\t\t#in A/m\n",
"tc = 7.;\t\t\t#in K\n",
"t = 14.;\t\t\t#in K\n",
"h = hc1/hc2;\n",
"\n",
"# Calculations\n",
"#Determining critical temperature\n",
"tc1 = math.sqrt(3626./11);\t\t\t#by quadratic eqn in the example\n",
"ho = hc1/(1-(tc**2/tc1**2));\n",
"t = 4.2;\t\t\t#in k\n",
"hc = ho*(1-(t/tc1)**2);\n",
"\n",
"# Results\n",
"print \"Critical field at 0 K (in A/m) = %.2f A/m\"%ho\n",
"print \"Critical field At 4.2 k (in A/m) = %.3f A/m\"%hc\n"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Critical field at 0 K (in A/m) = 24.67 A/m\n",
"Critical field At 4.2 k (in A/m) = 23.347 A/m\n"
]
}
],
"prompt_number": 16
},
{
"cell_type": "heading",
"level": 3,
"metadata": {},
"source": [
"Example 16.11 page no : 447"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"import math\n",
"\n",
"# part (b)\n",
"# Variables\n",
"m = 39.6 # materials\n",
"Tc = 7.19 # K\n",
"\n",
"# Calculation\n",
"dp = math.sqrt(m**2 * (1 - 3**4/Tc**4))\n",
"\n",
"# Results\n",
"print \"Depth of penetration at absolute zero dp(0) = %.3f nm\"%dp"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"Depth of penetration at absolute zero dp(0) = 38.995 nm\n"
]
}
],
"prompt_number": 4
}
],
"metadata": {}
}
]
}
|