DQToThreePhaseTransforms dq to three-phase |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Transforms dq currents or voltages to three-phase currents or voltages.
The desired d- and q-components of the space phasor in rotor fixed coordinate system are given by inputs d
and q
.
Using the given rotor position (input phi
), the correct three-phase values (output y[3]
) are calculated.
They can be used to feed a current source which in turn feeds an induction machine.
Inputs d
and q
can be given either as peak values (useRMS=false
) or as RMS (useRMS=true
).
The correction by factor √2 is done automatically.
nout |
Value: m Type: Integer Description: Number of outputs |
---|---|
m |
Value: 3 Type: Integer Description: Number of phases |
p |
Value: Type: Integer Description: Number of pole pairs |
useRMS |
Value: true Type: Boolean Description: If true, inputs dq are multiplied by sqrt(2) |
y |
Type: RealOutput[nout] Description: Connector of Real output signals |
|
---|---|---|
d |
Type: RealInput Description: d-component |
|
q |
Type: RealInput Description: q-component |
|
phi |
Type: RealInput Description: Rotor angle |
Modelica.Electrical.Machines.Examples.SynchronousMachines Test example: PermanentMagnetSynchronousMachine fed by current source |
|
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SynchronousMachines Test example: PermanentMagnetSynchronousMachine fed by current source |
|
Modelica.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.SynchronousMachines Test example: PermanentMagnetSynchronousMachine fed by current source |
|
Modelica.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.SynchronousMachines Test example: Synchronous reluctance machine fed by current source |
Modelica.Blocks.Examples.Noise.Utilities.Parts Synchronous machine with current controller and measurement noise |