bfieldtools.mesh_impedance.mesh2line_mutual_inductance¶
-
bfieldtools.mesh_impedance.
mesh2line_mutual_inductance
(mesh, line_vertices, quad_degree=3)¶ Mutual inductance of a closed line segment loop (last segment connecting to first) and a triangle mesh.
- Parameters
- mesh: Trimesh mesh object
- line_vertices: points connected in index order (N_points, 3)
- Returns
- M: mutual inductance vector with shape (N_vertices,)