forces
Module for coil force calculations in stellarators.
calculate_max_force_density(a_tf_wp_no_insulation)
Calculate the maximum force density in the TF coil winding pack from scaling. [MN/m3]
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
a_tf_wp_no_insulation
|
|
required |
Source code in process/models/stellarator/coils/forces.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | |
calculate_max_force_density_mnm()
Calculate the maximum force per meter in the TF coil winding pack from scaling. [MN/m]
Source code in process/models/stellarator/coils/forces.py
30 31 32 33 34 35 36 37 38 | |
calculate_maximum_stress()
Approximate, very simple maxiumum stress (needed for limitation of icc 32), in Pa
Source code in process/models/stellarator/coils/forces.py
41 42 43 44 45 46 47 | |
calculate_max_lateral_force_density(a_tf_wp_no_insulation)
Calculate the maximum lateral force density in the TF coil winding pack from scaling. [MN/m3]
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
a_tf_wp_no_insulation
|
|
required |
Source code in process/models/stellarator/coils/forces.py
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | |
calculate_max_radial_force_density(a_tf_wp_no_insulation)
Calculate the maximum radial force density in the TF coil winding pack from scaling. [MN/m3]
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
a_tf_wp_no_insulation
|
|
required |
Source code in process/models/stellarator/coils/forces.py
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | |
calculate_centering_force_max_mn()
Calculate the maximum centering force in the TF coils from scaling. [MN]
Source code in process/models/stellarator/coils/forces.py
88 89 90 91 92 93 94 95 96 97 98 99 | |
calculate_centering_force_min_mn()
Calculate the minimum centering force in the TF coils from scaling. [MN]
Source code in process/models/stellarator/coils/forces.py
102 103 104 105 106 107 108 109 110 111 112 113 | |
calculate_centering_force_avg_mn()
Calculate the average centering force in the TF coils from scaling. [MN]
Source code in process/models/stellarator/coils/forces.py
116 117 118 119 120 121 122 123 124 125 126 127 | |