Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/ElmerGUI/Application/edf-extra/magnetodynamics.xml
3204 views
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!DOCTYPE edf>
3
<edf version="1.0" >
4
<PDE Name="MgDyn" >
5
<Name>MgDyn</Name>
6
7
<Equation>
8
<Parameter Widget="Label">
9
<Name> Free text input </Name>
10
</Parameter>
11
12
<Parameter Widget="TextEdit" Enabled="True">
13
<Name> Free text </Name>
14
<Type> String </Type>
15
<Whatis> Free text is copied into the Equation-block of the SIF as such. </Whatis>
16
<StatusTip> Free text is copied into the Equation-block of the SIF as such. </StatusTip>
17
</Parameter>
18
</Equation>
19
20
<Material>
21
<Parameter Widget="Label" > <Name> Material properties </Name> </Parameter>
22
<Parameter Widget="Edit" >
23
<Name> Reluctivity </Name>
24
<Type> String </Type>
25
<Whatis> Give the reluctivitity (inverse of permeability). </Whatis>
26
</Parameter>
27
<Parameter Widget="Edit" >
28
<Name> Relative Permeability </Name>
29
<Type> String </Type>
30
<Whatis> Give the relative permeability compared to vacuum. </Whatis>
31
</Parameter>
32
<Parameter Widget="Edit" >
33
<Name> Relative Permittivity </Name>
34
<Type> String </Type>
35
<Whatis> Give the relative permittivity compared to vacuum. </Whatis>
36
</Parameter>
37
<Parameter Widget="Edit" >
38
<Name> Electric Conductivity </Name>
39
<Type> String </Type>
40
<Whatis> Give the electric conductivity. </Whatis>
41
</Parameter>
42
<Parameter Widget="Edit" >
43
<Name> Magnetization 1</Name>
44
<Type> String </Type>
45
<Whatis> Give the magnetization in x-direction. </Whatis>
46
</Parameter>
47
<Parameter Widget="Edit" >
48
<Name> Magnetization 2</Name>
49
<Type> String </Type>
50
<Whatis> Give the magnetization in y-direction. </Whatis>
51
</Parameter>
52
<Parameter Widget="Edit" >
53
<Name> Magnetization 3</Name>
54
<Type> String </Type>
55
<Whatis> Give the magnetization in z-direction. </Whatis>
56
</Parameter>
57
58
<Parameter Widget="Label" > <Name> Nonlinear material law </Name> </Parameter>
59
<Parameter Widget="Edit" >
60
<Name> H-B Curve</Name>
61
<Type> String </Type>
62
<Whatis> Give the H-B Curve as a cubic spline. </Whatis>
63
</Parameter>
64
<Parameter Widget="CheckBox" >
65
<Name> Cubic spline for H-B curve </Name>
66
<Type> Logical </Type>
67
<Whatis> Should a cubic spline be applied to the H-B curve. </Whatis>
68
</Parameter>
69
</Material>
70
71
<BodyForce>
72
<Parameter Widget="Label" > <Name> Given current density </Name> </Parameter>
73
<Parameter Widget="Edit" >
74
<Name> Current Density 1 </Name>
75
<Type> String </Type>
76
<Whatis> Give the current density in x-direction. </Whatis>
77
</Parameter>
78
<Parameter Widget="Edit" >
79
<Name> Current Density 2 </Name>
80
<Type> String </Type>
81
<Whatis> Give the current density in y-direction. </Whatis>
82
</Parameter>
83
<Parameter Widget="Edit" >
84
<Name> Current Density 3 </Name>
85
<Type> String </Type>
86
<Whatis> Give the current density in z-direction. </Whatis>
87
</Parameter>
88
<Parameter Widget="Edit" >
89
<Name> Current Density Multiplier </Name>
90
<Type> String </Type>
91
<Whatis> Give the multiplier of the current density vector. Default is one. </Whatis>
92
</Parameter>
93
94
<Parameter Widget="Label" > <Name> External electric potential </Name> </Parameter>
95
<Parameter Widget="Edit" >
96
<Name> Electric Potential </Name>
97
<Type> String </Type>
98
<Whatis> Give the externally defined electric potential. </Whatis>
99
</Parameter>
100
</BodyForce>
101
102
<InitialCondition>
103
<Parameter Widget="Label" > <Name> Initial values for potential(s) </Name> </Parameter>
104
<Parameter Widget="Edit" >
105
<Name> AV </Name>
106
<Type> String </Type>
107
<Whatis> Give the initial condition for the scalar potential. </Whatis>
108
</Parameter>
109
<Parameter Widget="Edit" >
110
<Name> AV {e}</Name>
111
<Type> String </Type>
112
<Whatis> Give the initial condition for the vector potential. </Whatis>
113
</Parameter>
114
</InitialCondition>
115
116
<Solver>
117
<Parameter Widget="Label" > <Name> A-V formulation solver </Name> </Parameter>
118
<Parameter Widget="Edit" Enabled="True">
119
<Name> Procedure </Name>
120
<DefaultValue> "MagnetoDynamics" "WhitneyAVSolver" </DefaultValue>
121
</Parameter>
122
<Parameter Widget="CheckBox" >
123
<Parameter Widget="Label" > <Name> Special options </Name> </Parameter>
124
<Name> Use Elemental CoilCurrent </Name>
125
<Type> Logical </Type>
126
<Whatis> Use the elemental current density, CoilCurrent e, computed by CoilSolver. </Whatis>
127
</Parameter>
128
<Parameter Widget="CheckBox" >
129
<Name> Fix Input Current Density </Name>
130
<Type> Logical </Type>
131
<Whatis> Fix the given input current in body force section to be divergence free. </Whatis>
132
</Parameter>
133
<Parameter Widget="CheckBox" >
134
<Name> Use Tree Gauge </Name>
135
<Type> Logical </Type>
136
<Whatis> Use tree gauge to eliminate redundant lines in the linear system. </Whatis>
137
</Parameter>
138
</Solver>
139
140
<BoundaryCondition>
141
<Parameter Widget="Label" > <Name> Dirichlet conditions for potential</Name> </Parameter>
142
<Parameter Widget="Edit">
143
<Name> AV </Name>
144
<Whatis> Give the scalar potential value for this boundary. </Whatis>
145
</Parameter>
146
<Parameter Widget="Edit">
147
<Name> AV {e} </Name>
148
<Whatis> Give the vector potential value for this boundary. </Whatis>
149
</Parameter>
150
<Parameter Widget="Edit">
151
<Name> AV {e} 1 </Name>
152
<Whatis> Give the x-component of the vector potential value for this boundary. </Whatis>
153
</Parameter>
154
<Parameter Widget="Edit">
155
<Name> AV {e} 2 </Name>
156
<Whatis> Give the y-component of the vector potential value for this boundary. </Whatis>
157
</Parameter>
158
<Parameter Widget="Edit">
159
<Name> AV {e} 3 </Name>
160
<Whatis> Give the z-component of the vector potential value for this boundary. </Whatis>
161
</Parameter>
162
<Parameter Widget="Edit">
163
<Name> Jfix </Name>
164
<Whatis> Set the value of the potential field used to make the current divergence free. </Whatis>
165
</Parameter>
166
167
<Parameter Widget="Label" > <Name> Dirichlet conditions via magnetic flux density</Name> </Parameter>
168
<Parameter Widget="Edit">
169
<Name> Magnetic Flux Density 1 </Name>
170
<Whatis> Give the x-component of the desired magnetic flux density. </Whatis>
171
</Parameter>
172
<Parameter Widget="Edit">
173
<Name> Magnetic Flux Density 2 </Name>
174
<Whatis> Give the y-component of the desired magnetic flux density. </Whatis>
175
</Parameter>
176
<Parameter Widget="Edit">
177
<Name> Magnetic Flux Density 3 </Name>
178
<Whatis> Give the z-component of the desired magnetic flux density. </Whatis>
179
</Parameter>
180
<Parameter Widget="Edit">
181
<Name> Magnetic Flux Density {n} </Name>
182
<Whatis> Give the nodal component of the desired magnetic flux density. </Whatis>
183
</Parameter>
184
185
186
<Parameter Widget="Label" > <Name> Flux conditions </Name> </Parameter>
187
188
<Parameter Widget="Edit">
189
<Name> Electric Current Density </Name>
190
<Whatis> Give the electric current density for this boundary. </Whatis>
191
</Parameter>
192
<Parameter Widget="Edit">
193
<Name> Current Density </Name>
194
<Whatis> Give the current density for this boundary. </Whatis>
195
</Parameter>
196
<Parameter Widget="Edit">
197
<Name> Magnetic Field Strength 1 </Name>
198
<Whatis> Give the x-component of the desired magnetic field value for this boundary. </Whatis>
199
</Parameter>
200
<Parameter Widget="Edit">
201
<Name> Magnetic Field Strength 2 </Name>
202
<Whatis> Give the y-component of the desired magnetic field value for this boundary. </Whatis>
203
</Parameter>
204
<Parameter Widget="Edit">
205
<Name> Magnetic Field Strength 3 </Name>
206
<Whatis> Give the z-component of the desired magnetic field value for this boundary. </Whatis>
207
</Parameter>
208
<Parameter Widget="Edit">
209
<Name> Magnetic Transfer Coefficient </Name>
210
<Whatis> Give the magnetic transfer coefficient value for this boundary. </Whatis>
211
</Parameter>
212
<Parameter Widget="Edit">
213
<Name> Electric Transfer Coefficient </Name>
214
<Whatis> Give the electric transfer coefficient value for this boundary. </Whatis>
215
</Parameter>
216
217
218
</BoundaryCondition>
219
</PDE>
220
221
<PDE Name="MgHarm" >
222
<Name>MgHarm</Name>
223
224
<Equation>
225
<Parameter Widget="Label">
226
<Name> Free text input </Name>
227
</Parameter>
228
229
<Parameter Widget="TextEdit" Enabled="True">
230
<Name> Free text </Name>
231
<Type> String </Type>
232
<Whatis> Free text is copied into the Equation-block of the SIF as such. </Whatis>
233
<StatusTip> Free text is copied into the Equation-block of the SIF as such. </StatusTip>
234
</Parameter>
235
</Equation>
236
237
<Material>
238
<Parameter Widget="Label" > <Name> Material properties </Name> </Parameter>
239
<Parameter Widget="Edit" >
240
<Name> Reluctivity </Name>
241
<Type> String </Type>
242
<Whatis> Give the real reluctivitity (inverse of permeability). </Whatis>
243
</Parameter>
244
<Parameter Widget="Edit" >
245
<Name> Reluctivity Im </Name>
246
<Type> String </Type>
247
<Whatis> Give the imaginary reluctivitity (inverse of permeability). </Whatis>
248
</Parameter>
249
<Parameter Widget="Edit" >
250
<Name> Relative Permeability </Name>
251
<Type> String </Type>
252
<Whatis> Give the relative permeability compared to vacuum (if not reluctivity given). </Whatis>
253
</Parameter>
254
<Parameter Widget="Edit" >
255
<Name> Electric Conductivity </Name>
256
<Type> String </Type>
257
<Whatis> Give the real electric conductivity. </Whatis>
258
</Parameter>
259
<Parameter Widget="Edit" >
260
<Name> Electric Conductivity Im </Name>
261
<Type> String </Type>
262
<Whatis> Give the imaginary electric conductivity. </Whatis>
263
</Parameter>
264
<Parameter Widget="Edit" >
265
<Name> Magnetization 1</Name>
266
<Type> String </Type>
267
<Whatis> Give the real magnetization in x-direction. </Whatis>
268
</Parameter>
269
<Parameter Widget="Edit" >
270
<Name> Magnetization 2</Name>
271
<Type> String </Type>
272
<Whatis> Give the real magnetization in y-direction. </Whatis>
273
</Parameter>
274
<Parameter Widget="Edit" >
275
<Name> Magnetization 3</Name>
276
<Type> String </Type>
277
<Whatis> Give the real magnetization in z-direction. </Whatis>
278
</Parameter>
279
<Parameter Widget="Edit" >
280
<Name> Magnetization Im 1</Name>
281
<Type> String </Type>
282
<Whatis> Give the imaginary magnetization in x-direction. </Whatis>
283
</Parameter>
284
<Parameter Widget="Edit" >
285
<Name> Magnetization Im 2</Name>
286
<Type> String </Type>
287
<Whatis> Give the imaginary magnetization in y-direction. </Whatis>
288
</Parameter>
289
<Parameter Widget="Edit" >
290
<Name> Magnetization Im 3</Name>
291
<Type> String </Type>
292
<Whatis> Give the imaginary magnetization in z-direction. </Whatis>
293
</Parameter>
294
295
<Parameter Widget="Label" > <Name> Nonlinear material law </Name> </Parameter>
296
<Parameter Widget="Edit" >
297
<Name> H-B Curve</Name>
298
<Type> String </Type>
299
<Whatis> Give the H-B Curve as a cubic spline. </Whatis>
300
</Parameter>
301
<Parameter Widget="CheckBox" >
302
<Name> Cubic spline for H-B curve </Name>
303
<Type> Logical </Type>
304
<Whatis> Should a cubic spline be applied to the H-B curve. </Whatis>
305
</Parameter>
306
</Material>
307
308
<BodyForce>
309
<Parameter Widget="Label" > <Name> Given current density </Name> </Parameter>
310
<Parameter Widget="Edit" >
311
<Name> Current Density 1 </Name>
312
<Type> String </Type>
313
<Whatis> Give the real current density in x-direction. </Whatis>
314
</Parameter>
315
<Parameter Widget="Edit" >
316
<Name> Current Density 2 </Name>
317
<Type> String </Type>
318
<Whatis> Give the real current density in y-direction. </Whatis>
319
</Parameter>
320
<Parameter Widget="Edit" >
321
<Name> Current Density 3 </Name>
322
<Type> String </Type>
323
<Whatis> Give the real current density in z-direction. </Whatis>
324
</Parameter>
325
<Parameter Widget="Edit" >
326
<Name> Current Density Im 1 </Name>
327
<Type> String </Type>
328
<Whatis> Give the imaginary current density in x-direction. </Whatis>
329
</Parameter>
330
<Parameter Widget="Edit" >
331
<Name> Current Density Im 2 </Name>
332
<Type> String </Type>
333
<Whatis> Give the imaginary current density in y-direction. </Whatis>
334
</Parameter>
335
<Parameter Widget="Edit" >
336
<Name> Current Density Im 3 </Name>
337
<Type> String </Type>
338
<Whatis> Give the imaginary current density in z-direction. </Whatis>
339
</Parameter>
340
341
<Parameter Widget="Label" > <Name> External electric potential </Name> </Parameter>
342
<Parameter Widget="Edit" >
343
<Name> Electric Potential </Name>
344
<Type> String </Type>
345
<Whatis> Give the real externally defined electric potential. </Whatis>
346
</Parameter>
347
<Parameter Widget="Edit" >
348
<Name> Electric Potential Im </Name>
349
<Type> String </Type>
350
<Whatis> Give the imaginary externally defined electric potential. </Whatis>
351
</Parameter>
352
</BodyForce>
353
354
<InitialCondition>
355
<Parameter Widget="Label" > <Name> Initial values for potential(s) </Name> </Parameter>
356
<Parameter Widget="Edit" >
357
<Name> AV Re </Name>
358
<Type> String </Type>
359
<Whatis> Give the initial condition for the real scalar potential. </Whatis>
360
</Parameter>
361
<Parameter Widget="Edit" >
362
<Name> AV Im </Name>
363
<Type> String </Type>
364
<Whatis> Give the initial condition for the imaginary scalar potential. </Whatis>
365
</Parameter>
366
<Parameter Widget="Edit" >
367
<Name> AV Re {e}</Name>
368
<Type> String </Type>
369
<Whatis> Give the initial condition for the real vector potential. </Whatis>
370
</Parameter>
371
<Parameter Widget="Edit" >
372
<Name> AV Im {e}</Name>
373
<Type> String </Type>
374
<Whatis> Give the initial condition for the imaginary vector potential. </Whatis>
375
</Parameter>
376
</InitialCondition>
377
378
<Solver>
379
<Parameter Widget="Label" > <Name>Harmonic A-V formulation solver </Name> </Parameter>
380
<Parameter Widget="Edit" Enabled="True">
381
<Name> Procedure </Name>
382
<DefaultValue> "MagnetoDynamics" "WhitneyAVHarmonicSolver" </DefaultValue>
383
</Parameter>
384
<Parameter Widget="CheckBox" >
385
<Parameter Widget="Label" > <Name> Special options </Name> </Parameter>
386
<Name> Fix Input Current Density </Name>
387
<Type> Logical </Type>
388
<Whatis> Fix the given input current to be divergence free. </Whatis>
389
</Parameter>
390
<Parameter Widget="CheckBox" >
391
<Name> Use Tree Gauge </Name>
392
<Type> Logical </Type>
393
<Whatis> Use tree gauge to eliminate redundant lines in the linear system. </Whatis>
394
</Parameter>
395
<Parameter Widget="CheckBox" >
396
<Name> Helmholtz Projection </Name>
397
<Type> Logical </Type>
398
<Whatis> Use Helmholtz projection of potentials to make them fulfil Coulomb gauge. </Whatis>
399
</Parameter>
400
</Solver>
401
402
<BoundaryCondition>
403
<Parameter Widget="Label" > <Name> Dirichlet conditions for potential</Name> </Parameter>
404
<Parameter Widget="Edit">
405
<Name> AV re </Name>
406
<Whatis> Give the real scalar potential on the boundary. </Whatis>
407
</Parameter>
408
<Parameter Widget="Edit">
409
<Name> AV re {e} </Name>
410
<Whatis> Give the real vector potential on the boundary. </Whatis>
411
</Parameter>
412
<Parameter Widget="Edit">
413
<Name> AV re {e} 1 </Name>
414
<Whatis> Give the x-component of the real vector potential on the boundary. </Whatis>
415
</Parameter>
416
<Parameter Widget="Edit">
417
<Name> AV re {e} 2 </Name>
418
<Whatis> Give the y-component of the real vector potential on the boundary. </Whatis>
419
</Parameter>
420
<Parameter Widget="Edit">
421
<Name> AV re {e} 3 </Name>
422
<Whatis> Give the z-component of the real vector potential on the boundary. </Whatis>
423
</Parameter>
424
<Parameter Widget="Edit">
425
<Name> AV im </Name>
426
<Whatis> Give the imaginary scalar potential on the boundary. </Whatis>
427
</Parameter>
428
<Parameter Widget="Edit">
429
<Name> AV im {e} </Name>
430
<Whatis> Give the imaginary vector potential on the boundary. </Whatis>
431
</Parameter>
432
<Parameter Widget="Edit">
433
<Name> AV im {e} 1 </Name>
434
<Whatis> Give the x-component of the imaginary vector potential on the boundary. </Whatis>
435
</Parameter>
436
<Parameter Widget="Edit">
437
<Name> AV im {e} 2 </Name>
438
<Whatis> Give the y-component of the imaginary vector potential on the boundary. </Whatis>
439
</Parameter>
440
<Parameter Widget="Edit">
441
<Name> AV im {e} 3 </Name>
442
<Whatis> Give the z-component of the imaginary vector potential on the boundary. </Whatis>
443
</Parameter>
444
<Parameter Widget="Edit">
445
<Name> Jfix </Name>
446
<Whatis> Set the value of the potential field used to make the current divergence free. </Whatis>
447
</Parameter>
448
449
<Parameter Widget="Label" > <Name> Dirichlet conditions via magnetic flux density</Name> </Parameter>
450
<Parameter Widget="Edit">
451
<Name> Magnetic Flux Density 1 </Name>
452
<Whatis> Give the x-component of the desired magnetic flux density. </Whatis>
453
</Parameter>
454
<Parameter Widget="Edit">
455
<Name> Magnetic Flux Density 2 </Name>
456
<Whatis> Give the y-component of the desired magnetic flux density. </Whatis>
457
</Parameter>
458
<Parameter Widget="Edit">
459
<Name> Magnetic Flux Density 3 </Name>
460
<Whatis> Give the z-component of the desired magnetic flux density. </Whatis>
461
</Parameter>
462
<Parameter Widget="Edit">
463
<Name> Magnetic Flux Density {n} </Name>
464
<Whatis> Give the nodal component of the desired magnetic flux density. </Whatis>
465
</Parameter>
466
467
468
<Parameter Widget="Label" > <Name> Flux conditions </Name> </Parameter>
469
470
<Parameter Widget="Edit">
471
<Name> Electric Current Density </Name>
472
<Whatis> Give the real electric current density on the boundary. </Whatis>
473
</Parameter>
474
<Parameter Widget="Edit">
475
<Name> Electric Current Density Im </Name>
476
<Whatis> Give the imaginary electric current density on the boundary. </Whatis>
477
</Parameter>
478
479
<Parameter Widget="Edit">
480
<Name> Current Density </Name>
481
<Whatis> Give the current density on the boundary. </Whatis>
482
</Parameter>
483
<Parameter Widget="Edit">
484
<Name> Magnetic Field Strength 1 </Name>
485
<Whatis> Give the real x-component of the desired magnetic field on the boundary. </Whatis>
486
</Parameter>
487
<Parameter Widget="Edit">
488
<Name> Magnetic Field Strength 2 </Name>
489
<Whatis> Give the real y-component of the desired magnetic field on the boundary. </Whatis>
490
</Parameter>
491
<Parameter Widget="Edit">
492
<Name> Magnetic Field Strength 3 </Name>
493
<Whatis> Give the real z-component of the desired magnetic field on the boundary. </Whatis>
494
</Parameter>
495
<Parameter Widget="Edit">
496
<Name> Magnetic Field Strength Im 1 </Name>
497
<Whatis> Give the imaginary x-component of the desired magnetic field on the boundary. </Whatis>
498
</Parameter>
499
<Parameter Widget="Edit">
500
<Name> Magnetic Field Strength Im 2 </Name>
501
<Whatis> Give the imaginary y-component of the desired magnetic field on the boundary. </Whatis>
502
</Parameter>
503
<Parameter Widget="Edit">
504
<Name> Magnetic Field Strength Im 3 </Name>
505
<Whatis> Give the imaginary z-component of the desired magnetic field on the boundary. </Whatis>
506
</Parameter>
507
<Parameter Widget="Edit">
508
<Name> Magnetic Transfer Coefficient </Name>
509
<Whatis> Give the real magnetic transfer coefficient on the boundary. </Whatis>
510
</Parameter>
511
<Parameter Widget="Edit">
512
<Name> Magnetic Transfer Coefficient Im </Name>
513
<Whatis> Give the imaginary magnetic transfer coefficient on the boundary. </Whatis>
514
</Parameter>
515
<Parameter Widget="Edit">
516
<Name> Electric Transfer Coefficient </Name>
517
<Whatis> Give the real electric transfer coefficient on the boundary. </Whatis>
518
</Parameter>
519
<Parameter Widget="Edit">
520
<Name> Electric Transfer Coefficient Im </Name>
521
<Whatis> Give the imaginary electric transfer coefficient on the boundary. </Whatis>
522
</Parameter>
523
524
525
</BoundaryCondition>
526
</PDE>
527
528
529
530
<PDE Name="MgDynPost" >
531
<Name>MgDynPost</Name>
532
533
<Equation>
534
<Parameter Widget="Label">
535
<Name> Free text input </Name>
536
</Parameter>
537
538
<Parameter Widget="TextEdit" Enabled="True">
539
<Name> Free text </Name>
540
<Type> String </Type>
541
<Whatis> Free text is copied into the Equation-block of the SIF as such. </Whatis>
542
<StatusTip> Free text is copied into the Equation-block of the SIF as such. </StatusTip>
543
</Parameter>
544
</Equation>
545
546
<Solver>
547
<Parameter Widget="Label" > <Name> MagnetoDynamics field computation </Name> </Parameter>
548
<Parameter Widget="Edit" Enabled="True">
549
<Name> Procedure </Name>
550
<DefaultValue> "MagnetoDynamics" "MagnetoDynamicsCalcFields" </DefaultValue>
551
</Parameter>
552
553
<Parameter Widget="Label" > <Name> Specify fields to compute </Name> </Parameter>
554
<Parameter Widget="CheckBox">
555
<Name> Calculate Magnetic Field Strength </Name>
556
<Type> Logical </Type>
557
<Whatis> Compute the magnetic field strength from the vector potential.</Whatis>
558
</Parameter>
559
<Parameter Widget="CheckBox">
560
<Name> Calculate Electric Field </Name>
561
<Type> Logical </Type>
562
<Whatis> Compute the electric field from the scalar potential.</Whatis>
563
</Parameter>
564
<Parameter Widget="CheckBox">
565
<Name> Calculate Current Density </Name>
566
<Type> Logical </Type>
567
<Whatis> Compute the current density from the potential fields.</Whatis>
568
</Parameter>
569
<Parameter Widget="CheckBox">
570
<Name> Calculate Maxwell Stress </Name>
571
<Type> Logical </Type>
572
<Whatis> Compute the maxwell stress tensor from the potential fields.</Whatis>
573
</Parameter>
574
<Parameter Widget="CheckBox">
575
<Name> Calculate Joule Heating </Name>
576
<Type> Logical </Type>
577
<Whatis> Compute the heating resulting from the induced currents.</Whatis>
578
</Parameter>
579
<Parameter Widget="CheckBox">
580
<Name> Calculate Nodal Forces </Name>
581
<Type> Logical </Type>
582
<Whatis> Compute nodal forces to be used as loads in structural analysis.</Whatis>
583
</Parameter>
584
585
<Parameter Widget="Label" > <Name> Specify what kind of fields to compute </Name> </Parameter>
586
<Parameter Widget="CheckBox">
587
<Name> Skip Elemental Fields </Name>
588
<DefaultValue>False</DefaultValue>
589
<Type> Logical </Type>
590
<Whatis>Skip computation of elemental fields in postprocessing. Appropriate when there are no material discontinuities. Otherwise elemental fields are preferable over nodal ones.</Whatis>
591
</Parameter>
592
<Parameter Widget="CheckBox">
593
<Name> Skip Nodal Fields </Name>
594
<DefaultValue>True</DefaultValue>
595
<Type> Logical </Type>
596
<Whatis>Skip computation of nodal fields in postprocessing. This is set True when elemental fields are still computed.</Whatis>
597
</Parameter>
598
<Parameter Widget="CheckBox">
599
<Name> Discontinuous Galerkin </Name>
600
<Type> Logical </Type>
601
<Whatis>Enforce continuity of solution already at the linear system level using Discontinuous Galerkin method. This is very expensive! Makes nodal fields to be computed elementwise.</Whatis>
602
</Parameter>
603
<Parameter Widget="CheckBox">
604
<Name> Discontinuous Bodies </Name>
605
<Type> Logical </Type>
606
<Whatis>Enforce continuity of elemental solutions within bodies only. This is done by simple averaging and is therefore a lot cheaper than the Discontinuous Galerkin method.</Whatis>
607
</Parameter>
608
609
</Solver>
610
</PDE>
611
612
</edf>
613
614
615
616
617
618
619