Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the reference for the model of the PM-SyR machine. #117

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions examples/flux_vector/plot_flux_vector_pmsyrm_5kw.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

This example simulates sensorless stator-flux-vector control of a 5.5-kW
PM-SyRM (Baldor ECS101M0H7EF4) drive. The machine model is parametrized using
an algebraic saturation model, fitted to the flux linkage maps measured using
the constant-speed test. For comparison, the measured data is plotted together
with the model predictions. Notice that the control system used in this example
does not consider the saturation, only the system model does.
the algebraic saturation model from [#Lel2024]_, fitted to the flux linkage
maps measured using the constant-speed test. For comparison, the measured data
is plotted together with the model predictions. Notice that the control system
used in this example does not consider the saturation, only the system model
does.

"""

Expand All @@ -31,8 +32,7 @@

# %%
# Create a saturation model, which will be used in the machine model in the
# following simulations. The documentation for this model will be made
# available later.
# following simulations.


# pylint: disable=too-many-locals
Expand Down Expand Up @@ -188,3 +188,11 @@ def i_s(psi_s):
# Plot results in per-unit values.

plot(sim, base)

# %%
# .. rubric:: References
#
# .. [#Lel2024] Francesco Lelli, Marko Hinkkanen, Fabio Giulii Capponi. A
# Saturation Model Based on a Simplified Equivalent Magnetic Circuit for
# Permanent Magnet Machines. TechRxiv. April 17, 2024,
# DOI: 10.36227/techrxiv.171332345.53790692/v1
Loading