Calcul de l'inductance mutuelle
Bonjour,
Maintenant, j'ai essayé de caractériser l'inductance propre et mutuelle (L ou M en fonction du courant et de l'angle du rotor) de ma machine sous Flux2D. Dans une simulation statique, seul Phase A est alimentée par IA, La=d(PhiA/I). J'ai bien installé un capteur de l'inductance, qui peut rapidement calculer l'inductance propore et sa FFT (de l'ordre space). Sous l'aide de Python, je peux trouver la FFT (space) de l'inductance pour chaque courant.
Mais je veux faire le même calcul pour l'inductance mutuelle Mab=d(PhiB/IA), Mac=d(PhiC/IA). J'ai pas trouvé une solution pour directement calculer l'indutance mutuelle entre Phase A et Phase B sous statique. Normalement, c'est pas très compliqué. J'ai vu votre fonctionnalité "Computation of inductance matrices" sous transitoire peut faire ça. Je vois l'introduction, qui m'intéresse. Pourriez-vous me montrer comment le faire en statique dans Flux ou avec script Python. Parce que, je veux caratériser les inductances en imposant des différents courants.
Merci d'avance,
Sijie
Answers
-
Hi Sijie,
For this type of computation, the first step is to extract the value of the Flux in the three phases for all the step of the scenario. To do this a sensor of type Predefined (Energy, force, torque,...) -> Magnetic Flux -> with computation domain: defined Stranded coil conductors can be created.
To compute the formula Mab=d(PhiB/IA), a python script has to created. For that I suggest you to have a look at the macro CreateLookUpTableFromTMProjectDQLight.PFM. in this macro Phid and Id is computed and one part of the code allows to compute LD dynamic by using Ld_dyn=d(Phid/Id). This part of the python can be adapted for your case. This part is start from line 450 in the python file of the macro CreateLookUpTableFromTMProjectDQLight.py. located in the folder C:\Program Files\Altair\2022.1\flux\Extensions\Macros\CreateLookUpTableFromTMProjectDQLight.PFM for an installation of Flux in the default directory
I let you have a look at this python script and contact us again if you face some difficulties to adapt it for your case.
I hope this helps.
Best regards.
Cyril Favre
1 -
Hello,
thanks for your reply. That is quite interesting. I will try it with Python script. I keep you in touch for any questions. Thanks a lot.
Best regards,
Sijie
0