You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/guide/boundaries.md
+22-14Lines changed: 22 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,22 +164,30 @@ affects the source term on the right hand side.
164
164
165
165
## Flux boundary
166
166
167
-
Flux loop boundary conditions are available for magnetostatic simulations and are specified using the [`"FluxLoop"`](../config/boundaries.md#boundaries%5B%22FluxLoop%22%5D)
168
-
boundary keyword. This boundary condition prescribes magnetic flux through specified holes in conducting surfaces,
169
-
enabling inductance matrix extraction for flux-based excitations. The flux loop boundary condition works by:
170
-
171
-
1.**Identifying holes**: Mesh boundary attributes specify holes through which flux is prescribed
172
-
2.**Constraining flux**: The total magnetic flux through each hole is set to the specified value
173
-
3.**Solving surface problem**: A 2D surface curl problem determines the required boundary conditions for the 3D problem
174
-
4.**Computing inductance**: The resulting 3D field solutions enable inductance matrix extraction
167
+
Flux loop boundary conditions are available for magnetostatic simulations and are specified
168
+
using the [`"FluxLoop"`](../config/boundaries.md#boundaries%5B%22FluxLoop%22%5D) boundary
169
+
keyword. This boundary condition prescribes magnetic flux through specified holes in
170
+
conducting surfaces, enabling inductance matrix extraction for flux-based excitations. The
171
+
flux loop boundary condition works by:
172
+
173
+
1.**Identifying holes**: Mesh boundary attributes specify holes through which flux is
174
+
prescribed
175
+
2.**Constraining flux**: The total magnetic flux through each hole is set to the specified
176
+
value
177
+
3.**Solving surface problem**: A 2D surface curl problem determines the required boundary
178
+
conditions for the 3D problem
179
+
4.**Computing inductance**: The resulting 3D field solutions enable inductance matrix
180
+
extraction
175
181
176
182
!!! note "Flux loop requirements"
177
183
178
184
Flux loop boundaries require:
179
-
- Metal surface attributes defining the conducting surface containing the holes
180
-
- Hole attributes specifying the boundaries through which flux is prescribed
181
-
- Flux amounts defining the magnetic flux through each hole
182
-
- Loop normal vector defining the flux orientation
183
185
184
-
The mesh must be topologically compatible with the flux loop geometry, with holes properly defined as
185
-
boundary surfaces within the conducting region. Currently, only planar holes are supported.
186
+
- Metal surface attributes defining the conducting surface containing the holes
187
+
- Hole attributes specifying the boundaries through which flux is prescribed
188
+
- Flux amounts defining the magnetic flux through each hole
189
+
- Loop normal vector defining the flux orientation
190
+
191
+
The mesh must be topologically compatible with the flux loop geometry, with holes properly
192
+
defined as boundary surfaces within the conducting region. Currently, only planar holes are
0 commit comments