From bac46f7d512bb1bb56c26d53f11f2e1a7c162f3b Mon Sep 17 00:00:00 2001 From: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com> Date: Fri, 3 May 2024 16:34:34 +0200 Subject: [PATCH] Update Maxwell2D_Transformer_LL.py --- examples/03-Maxwell/Maxwell2D_Transformer_LL.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/03-Maxwell/Maxwell2D_Transformer_LL.py b/examples/03-Maxwell/Maxwell2D_Transformer_LL.py index 5cf4be7f5ef..af134dc8802 100644 --- a/examples/03-Maxwell/Maxwell2D_Transformer_LL.py +++ b/examples/03-Maxwell/Maxwell2D_Transformer_LL.py @@ -2,7 +2,7 @@ Transformer leakage inductance calculation in Maxwell 2D Magnetostatic ---------------------------------------------------------------------- This example shows how you can use pyAEDT to create a Maxwell 2D -magnetostatic analysis analysis to calculate transformer leakage +magnetostatic analysis to calculate transformer leakage inductance and reactance. The analysis based on this document form page 8 on: https://www.ee.iitb.ac.in/~fclab/FEM/FEM1.pdf @@ -271,4 +271,4 @@ m2d.save_project() m2d.release_desktop() -temp_dir.cleanup() \ No newline at end of file +temp_dir.cleanup()