@@ -6,21 +6,21 @@ Running the Examples
6
6
7
7
* Extract the examples with the ``pypeec examples `` command.
8
8
9
- * For running the examples from **Python **:
9
+ * For running the examples with **Python **:
10
10
11
- * ``examples_config.py `` is used to select the example
12
- * ``run_mesher.py `` runs the mesher
13
- * ``run_viewer.py `` runs the viewer
14
- * ``run_solver.py `` runs the solver
15
- * ``run_plotter.py `` runs the plotter
11
+ * ``examples_config.py `` is used to select the example.
12
+ * ``run_mesher.py `` runs the mesher.
13
+ * ``run_viewer.py `` runs the viewer.
14
+ * ``run_solver.py `` runs the solver.
15
+ * ``run_plotter.py `` runs the plotter.
16
16
17
17
* For running the examples from the **Shell **:
18
18
19
- * ``examples_config.sh `` is used to select the example
20
- * ``run_mesher.sh `` runs the mesher
21
- * ``run_viewer.sh `` runs the viewer
22
- * ``run_solver.sh `` runs the solver
23
- * ``run_plotter.sh `` runs the plotter
19
+ * ``examples_config.sh `` is used to select the example.
20
+ * ``run_mesher.sh `` runs the mesher.
21
+ * ``run_viewer.sh `` runs the viewer.
22
+ * ``run_solver.sh `` runs the solver.
23
+ * ``run_plotter.sh `` runs the plotter.
24
24
25
25
* For running the examples from a **Jupyter notebook **, use ``notebook.ipynb ``:
26
26
@@ -33,42 +33,42 @@ STL Mesher Examples
33
33
examples_stl/inductor_air
34
34
^^^^^^^^^^^^^^^^^^^^^^^^^
35
35
36
- * Defined with **STL files **
37
- * **3D air-core spiral inductor **
36
+ * Defined with **STL files **.
37
+ * **3D air-core spiral inductor **.
38
38
39
39
.. image :: ../examples/examples_stl/inductor_air.png
40
40
41
41
examples_stl/inductor_core
42
42
^^^^^^^^^^^^^^^^^^^^^^^^^^
43
43
44
- * Defined with **STL files **
45
- * **3D inductor with a magnetic E-core **
44
+ * Defined with **STL files **.
45
+ * **3D inductor with a magnetic E-core **.
46
46
47
47
.. image :: ../examples/examples_stl/inductor_core.png
48
48
49
49
examples_stl/inductor_toroid
50
50
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
51
51
52
- * Defined with **STL files **
53
- * **3D inductor with a toroidal core **
52
+ * Defined with **STL files **.
53
+ * **3D inductor with a toroidal core **.
54
54
55
55
.. image :: ../examples/examples_stl/inductor_toroid.png
56
56
57
57
examples_stl/transformer_core
58
58
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
59
59
60
- * Defined with **STL files **
61
- * **Transformer with two windings and a magnetic core **
60
+ * Defined with **STL files **.
61
+ * **Transformer with two windings and a magnetic core **.
62
62
63
63
.. image :: ../examples/examples_stl/transformer_core.png
64
64
65
65
examples_stl/transformer_air
66
66
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
67
67
68
- * Defined with **STL files **
69
- * **Planar air-core transformer with two windings **
70
- * Extraction of the **impedance matrix ** from the solution
71
- * Example for the extraction of the impedance matrix: ``run_matrix.py ``
68
+ * Defined with **STL files **.
69
+ * **Planar air-core transformer with two windings **.
70
+ * Extraction of the **impedance matrix ** from the solution.
71
+ * Example for the extraction of the impedance matrix: ``run_matrix.py ``.
72
72
73
73
.. image :: ../examples/examples_stl/transformer_air.png
74
74
@@ -78,50 +78,50 @@ Shape Mesher Examples
78
78
examples_shape/busbar
79
79
^^^^^^^^^^^^^^^^^^^^^
80
80
81
- * Defined with **2D shapes **
82
- * **Coplanar L-shaped busbar **
81
+ * Defined with **2D shapes **.
82
+ * **Coplanar L-shaped busbar **.
83
83
84
84
.. image :: ../examples/examples_shape/busbar.png
85
85
86
86
examples_shape/coplanar
87
87
^^^^^^^^^^^^^^^^^^^^^^^
88
88
89
- * Defined with **2D shapes **
90
- * **PCB with coplanar traces **
89
+ * Defined with **2D shapes **.
90
+ * **PCB with coplanar traces **.
91
91
92
92
.. image :: ../examples/examples_shape/coplanar.png
93
93
94
94
examples_shape/parallel
95
95
^^^^^^^^^^^^^^^^^^^^^^^
96
96
97
- * Defined with **2D shapes **
98
- * **Parallel wires with opposing currents **
97
+ * Defined with **2D shapes **.
98
+ * **Parallel wires with opposing currents **.
99
99
100
100
.. image :: ../examples/examples_shape/parallel.png
101
101
102
102
examples_shape/hole
103
103
^^^^^^^^^^^^^^^^^^^
104
104
105
- * Defined with **2D shapes **
106
- * **Single PCB trace with a hole **
105
+ * Defined with **2D shapes **.
106
+ * **Single PCB trace with a hole **.
107
107
108
108
.. image :: ../examples/examples_shape/hole.png
109
109
110
110
examples_shape/wire
111
111
^^^^^^^^^^^^^^^^^^^
112
112
113
- * Defined with **2D shapes **
114
- * **Single straight round wire **
113
+ * Defined with **2D shapes **.
114
+ * **Single straight round wire **.
115
115
116
116
.. image :: ../examples/examples_shape/wire.png
117
117
118
118
examples_shape/pwm
119
119
^^^^^^^^^^^^^^^^^^
120
120
121
- * Defined with **2D shapes **
122
- * **Planar spiral inductor **
123
- * **Non-sinusoidal ** analysis with **Fourier ** series
124
- * Example for the frequency domain analysis: ``run_fourier.py ``
121
+ * Defined with **2D shapes **.
122
+ * **Planar spiral inductor **.
123
+ * **Non-sinusoidal ** analysis with **Fourier ** series.
124
+ * Example for the frequency domain analysis: ``run_fourier.py ``.
125
125
126
126
.. image :: ../examples/examples_shape/pwm.png
127
127
@@ -132,50 +132,50 @@ PNG Mesher Examples
132
132
examples_png/inductor_spiral
133
133
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
134
134
135
- * Defined with **PNG files **
136
- * **Planar spiral inductor **
135
+ * Defined with **PNG files **.
136
+ * **Planar spiral inductor **.
137
137
138
138
.. image :: ../examples/examples_png/inductor_spiral.png
139
139
140
140
examples_png/inductor_gap
141
141
^^^^^^^^^^^^^^^^^^^^^^^^^
142
142
143
- * Defined with **PNG files **
144
- * **Gapped inductor with a magnetic E-core **
143
+ * Defined with **PNG files **.
144
+ * **Gapped inductor with a magnetic E-core **.
145
145
146
146
.. image :: ../examples/examples_png/inductor_gap.png
147
147
148
148
examples_png/inductor_pot
149
149
^^^^^^^^^^^^^^^^^^^^^^^^^
150
150
151
- * Defined with **PNG files **
152
- * **Pot-core inductor with external gap **
151
+ * Defined with **PNG files **.
152
+ * **Pot-core inductor with external gap **.
153
153
154
154
.. image :: ../examples/examples_png/inductor_pot.png
155
155
156
156
examples_png/iron_core
157
157
^^^^^^^^^^^^^^^^^^^^^^^^^
158
158
159
- * Defined with **PNG files **
160
- * **Iron magnetic core with a non-zero resistivity **
159
+ * Defined with **PNG files **.
160
+ * **Iron magnetic core with a non-zero resistivity **.
161
161
162
162
.. image :: ../examples/examples_png/iron_core.png
163
163
164
164
examples_png/shield
165
165
^^^^^^^^^^^^^^^^^^^
166
166
167
- * Defined with **PNG files **
168
- * **Conductor loop with a magnetic shield **
167
+ * Defined with **PNG files **.
168
+ * **Conductor loop with a magnetic shield **.
169
169
170
170
.. image :: ../examples/examples_png/shield.png
171
171
172
172
examples_png/gerber
173
173
^^^^^^^^^^^^^^^^^^^
174
174
175
- * Defined with **PNG files **
176
- * **PCB inductor defined with GERBER files **
177
- * Generation of the PNG files from **GERBER files **
178
- * Example for parsing the GERBER files: ``run_gerber.py ``
175
+ * Defined with **PNG files **.
176
+ * **PCB inductor defined with GERBER files **.
177
+ * Generation of the PNG files from **GERBER files **.
178
+ * Example for parsing the GERBER files: ``run_gerber.py ``.
179
179
180
180
.. image :: ../examples/examples_png/gerber.png
181
181
@@ -185,49 +185,49 @@ Voxel Mesher Examples
185
185
examples_voxel/slab
186
186
^^^^^^^^^^^^^^^^^^^
187
187
188
- * Defined with **voxel indices **
189
- * **Simple slab conductor in free space **
188
+ * Defined with **voxel indices **.
189
+ * **Simple slab conductor in free space **.
190
190
191
191
.. image :: ../examples/examples_voxel/slab.png
192
192
193
193
examples_voxel/transformer
194
194
^^^^^^^^^^^^^^^^^^^^^^^^^^
195
195
196
- * Defined with **voxel indices **
197
- * **Simple transformer with a short-circuited winding **
196
+ * Defined with **voxel indices **.
197
+ * **Simple transformer with a short-circuited winding **.
198
198
199
199
.. image :: ../examples/examples_voxel/transformer.png
200
200
201
201
examples_voxel/anisotropic
202
202
^^^^^^^^^^^^^^^^^^^^^^^^^^
203
203
204
- * Defined with **voxel indices **
205
- * **L-shaped conductor with anisotropic resistivity **
204
+ * Defined with **voxel indices **.
205
+ * **L-shaped conductor with anisotropic resistivity **.
206
206
207
207
.. image :: ../examples/examples_voxel/anisotropic.png
208
208
209
209
examples_voxel/distributed
210
210
^^^^^^^^^^^^^^^^^^^^^^^^^^
211
211
212
- * Defined with **voxel indices **
213
- * **Slab conductor with space dependent resistivity **
212
+ * Defined with **voxel indices **.
213
+ * **Slab conductor with space dependent resistivity **.
214
214
215
215
.. image :: ../examples/examples_voxel/distributed.png
216
216
217
217
examples_voxel/logo
218
218
^^^^^^^^^^^^^^^^^^^
219
219
220
- * Defined with **voxel indices **
221
- * **Simple geometry used for the PyPEEC logo **
220
+ * Defined with **voxel indices **.
221
+ * **Simple geometry used for the PyPEEC logo **.
222
222
223
223
.. image :: ../examples/examples_voxel/logo.png
224
224
225
225
examples_voxel/core
226
226
^^^^^^^^^^^^^^^^^^^
227
227
228
- * Defined with **voxel indices **
229
- * **Simple slab conductor surrounded by a magnetic core **
230
- * **Procedural generation ** of the voxel indices (1D and 3D)
231
- * Example for generating the voxel indices: ``run_voxel.py ``
228
+ * Defined with **voxel indices **.
229
+ * **Simple slab conductor surrounded by a magnetic core **.
230
+ * **Procedural generation ** of the voxel indices (1D and 3D).
231
+ * Example for generating the voxel indices: ``run_voxel.py ``.
232
232
233
233
.. image :: ../examples/examples_voxel/core.png
0 commit comments