modelPermanentMagnetLosses
Extends from Machines.Interfaces.FlangeSupport (Shaft and support), Modelica.Thermal.HeatTransfer.Interfaces.PartialElementaryConditionalHeatPortWithoutT (Partial model to include a conditional HeatPort in order to dissipate losses, used for textual modeling, i.e., for elementary models).
Information
Permanent magnet losses are modeled dependent on current and speed.
The permanent magnet losses are modeled such way that they do not cause a voltage drop in the electric circuit. Instead, the dissipated losses are considered through an equivalent braking torque at the shaft.
The permanent magnet loss torque is
tau = PRef/wRef * (c + (1 - c) * (i/IRef)^power_I) * (w/wRef)^power_w
where i is the current of the machine and w is the actual angular velocity.
The parameter c designates the part of the permanent magnet losses that are present even at current = 0, i.e. independent of current.
The dependency of the permanent magnet loss torque on the stator current is modeled by the exponent power_I.
The dependency of the permanent magnet loss torque on the angular velocity is modeled by the exponent power_w.
See also
Permanent magnet loss parameters
If it is desired to neglect permanent magnet losses, set strayLoadParameters.PRef = 0 (this is the default).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m | 3 | Number of phases |
| Machines.Losses.PermanentMagnetLossParameters | permanentMagnetLossParameters | Permanent magnet loss parameters | |
| Boolean | useHeatPort (from PartialElementaryConditionalHeatPortWithoutT) | false | = true, if heatPort is enabled |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Mechanics.Rotational.Interfaces.Flange_a | flange (from FlangeSupport) | Shaft end | |
| Modelica.Mechanics.Rotational.Interfaces.Flange_a | support (from FlangeSupport) | Housing and support | |
| HeatTransfer.Interfaces.HeatPort_a | heatPort (from PartialElementaryConditionalHeatPortWithoutT) | Optional port to which dissipated losses are transported in form of heat |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Angle | phi (from FlangeSupport) | Angle between shaft and support | |
| SI.Torque | tau (from FlangeSupport) | Torque | |
| SI.AngularVelocity | w (from FlangeSupport) | Relative angular velocity of flange and support | |
| SI.Power | lossPower (from PartialElementaryConditionalHeatPortWithoutT) | Loss power leaving component via heatPort (> 0, if heat is flowing out of component) | |
| SI.Current[m] | is | Instantaneous stator currents | |
| SI.Current | iRMS | quasiRMS(is) |