-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Main GUI updates: - 2D structural analysis (with Matlab PDE Toolbox) - peak short-circuit current evaluation (HWC condition, see ECCE2021 paper) - added radial geometrical scaling to main GUI - added the possibility to load a custom geometry from the FEMM file (after dxf import in FEMM) - improved the possibility to easily select the number of quadrants for flux maps evaluation - Motor-CAD interface improved - added the export to Ansys-Maxwell (still work-in-progress) MMM GUI updates: - transient short-circuit computation (see ECCE2021 paper) - updated the field names in motorModel structure - added the possibility to change the dq-axis convention (from SyR to PM motor and vice versa) - added end-winding length (to avoid AC Joule loss model overestimation) Other updates: - new PM-SyRM model (THOR), with MMM data (see ECCE2021, WEMDCD2021 or ECCE2019 papers) - added the MMM data to mot_01 and RAWP motors - updated the user manual (merge between main GUI and MMM) and updated reference list Some bug fixed
- Loading branch information
Showing
154 changed files
with
10,107 additions
and
3,960 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
% Data for the winding with Q = 9 slots and p = 3 pole pairs | ||
% Winding factor: | ||
kw = 8.660e-001; | ||
% Coil pitch: | ||
yq = 1; | ||
|
||
% slot matrix of phase A. Elements: 9 | ||
ka = [ 0.5, -0.5, 0.0, 0.5, -0.5, 0.0, 0.5, -0.5, 0.0]; | ||
|
||
% slot matrix of phase B. Elements: 9 | ||
kb = [ 0.0, 0.5, -0.5, 0.0, 0.5, -0.5, 0.0, 0.5, -0.5]; | ||
|
||
% slot matrix of phase C. Elements: 9 | ||
kc = [ -0.5, 0.0, 0.5, -0.5, 0.0, 0.5, -0.5, 0.0, 0.5]; |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.