modelQuasiStaticAnalogWinding
Quasi-static single-phase winding neglecting induced voltage
Information
The single-phase winding consists of a resistor, and a single-phase electromagnetic coupling.
See also
SymmetricPolyphaseWinding, Magnetic.FundamentalWave.BasicMachines.Components.SinglePhaseWinding, Magnetic.FundamentalWave.BasicMachines.Components.SymmetricPolyphaseWinding
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | useHeatPort | false | Enable / disable (=fixed temperatures) thermal port |
| SI.Resistance | RRef | Winding resistance per phase at TRef | |
| SI.Temperature | TRef | Reference temperature of winding | |
| Modelica.Electrical.Machines.Thermal.LinearTemperatureCoefficient20 | alpha20 | Temperature coefficient of winding at 20 degC | |
| SI.LinearTemperatureCoefficient | alphaRef | Modelica.Electrical.Machines.Thermal.convertAlpha(alpha20, TRef, 293.15) | Temperature coefficient of winding at reference temperature |
| SI.Temperature | TOperational | Operational temperature of winding | |
| Real | effectiveTurns | 1 | Effective number of turns per phase |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Electrical.Analog.Interfaces.PositivePin | pin_p | Positive pin | |
| Modelica.Electrical.Analog.Interfaces.NegativePin | pin_n | Negative pin | |
| Interfaces.NegativeMagneticPort | port_n | Negative complex magnetic port | |
| Interfaces.PositiveMagneticPort | port_p | Positive complex magnetic port | |
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | heatPortWinding | Heat ports of winding resistor |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | v | pin_p.v - pin_n.v | Voltage |
| SI.Current | i | pin_p.i | Current |
| SI.ComplexMagneticPotentialDifference | V_m | port_p.V_m - port_n.V_m | Complex magnetic potential difference |
| SI.MagneticPotentialDifference | abs_V_m | Modelica.ComplexMath.abs(V_m) | Magnitude of complex magnetic potential difference |
| SI.Angle | arg_V_m | Modelica.ComplexMath.arg(V_m) | Argument of complex magnetic potential difference |
| SI.ComplexMagneticFlux | Phi | port_p.Phi | Complex magnetic flux |
| SI.MagneticFlux | abs_Phi | Modelica.ComplexMath.abs(Phi) | Magnitude of complex magnetic flux |
| SI.Angle | arg_Phi | Modelica.ComplexMath.arg(Phi) | Argument of complex magnetic flux |
| Modelica.Electrical.Analog.Basic.Resistor | resistor | ||
| FundamentalWave.Components.QuasiStaticAnalogElectroMagneticConverter | electroMagneticConverter |