From 570f3df8126daf81699bf5dc6dae5f21b6b86ba2 Mon Sep 17 00:00:00 2001 From: Dylan Feldner-Busztin Date: Sun, 21 Apr 2024 22:20:54 +0100 Subject: [PATCH] Fix issue 761 (#764) * updated citation in documentation * updated citation in field_BH_cuboid --- docs/_pages/docu/docu_physics.md | 4 ++-- magpylib/_src/fields/field_BH_cuboid.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_pages/docu/docu_physics.md b/docs/_pages/docu/docu_physics.md index 483defaf..8cb7fcde 100644 --- a/docs/_pages/docu/docu_physics.md +++ b/docs/_pages/docu/docu_physics.md @@ -23,7 +23,7 @@ The expressions used in Magpylib describe perfectly homogeneous magnets, surface Magnetic field computations in Magpylib are based on known analytical solutions (closed form expressions) to permanent magnet and current problems. The Magpylib implementations are based on the following literature references: -- Field of cuboid magnets: \[Yang1999, Engel-Herbert2005, Camacho2013, Cichon2019\] +- Field of cuboid magnets: \[Yang1990, Engel-Herbert2005, Camacho2013, Cichon2019\] - Field of cylindrical magnets: \[Furlani1994, Derby2009, Caciagli2018, Slanovc2021\] - Field of triangular surfaces: \[Guptasarma1999, Janssen2009, Rubeck2013\] - Field of the current loop: \[Ortner2022\] @@ -105,7 +105,7 @@ Many expressions provided in the literature have very questionable numerical sta **References** -- \[Yang1999\] Z. J. Yang et al., "Potential and force between a magnet and a bulk Y1Ba2Cu3O7-d superconductor studied by a mechanical pendulum", Superconductor Science and Technology 3(12):591, 1999 +- \[Yang1990\] Z. J. Yang et al., "Potential and force between a magnet and a bulk Y1Ba2Cu3O7-d superconductor studied by a mechanical pendulum", Superconductor Science and Technology 3(12):591, 1990 - \[Engel-Herbert2005\] R. Engel-Herbert et al., Journal of Applied Physics 97(7):074504 - 074504-4 (2005) - \[Camacho2013\] J.M. Camacho and V. Sosa, "Alternative method to calculate the magnetic field of permanent magnets with azimuthal symmetry", Revista Mexicana de Fisica E 59 8–17, 2013 - \[Cichon2019\] D. Cichon, R. Psiuk and H. Brauer, "A Hall-Sensor-Based Localization Method With Six Degrees of Freedom Using Unscented Kalman Filter", IEEE Sensors Journal, Vol. 19, No. 7, April 1, 2019. diff --git a/magpylib/_src/fields/field_BH_cuboid.py b/magpylib/_src/fields/field_BH_cuboid.py index 19365d78..f9075c89 100644 --- a/magpylib/_src/fields/field_BH_cuboid.py +++ b/magpylib/_src/fields/field_BH_cuboid.py @@ -44,7 +44,7 @@ def magnet_cuboid_Bfield( Field computations via magnetic surface charge density. Published several times with similar expressions: - Yang: Superconductor Science and Technology 3(12):591 (1999) + Yang: Superconductor Science and Technology 3(12):591 (1990) Engel-Herbert: Journal of Applied Physics 97(7):074504 - 074504-4 (2005)