modelSMEE_Rectifier
Test example: ElectricalExcitedSynchronousMachine with rectifier
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
An electrically excited synchronous generator is driven with constant speed. Voltage is controlled, the set point depends on speed. The generator is loaded with a rectifier.
Default machine parameters are used
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m | 3 | Number of phases |
| SI.AngularVelocity | wNominal | 2*pi*smeeData.fsNominal/smee.p | Nominal speed |
| SI.Voltage | VDC0 | sqrt(2*3)*smeeData.VsNominal | No-load DC voltage |
| SI.Resistance | RLoad | VDC0^2/smeeData.SNominal | Load resistance |
| SI.Voltage | Ve0 | smee.IeOpenCircuit*Modelica.Electrical.Machines.Thermal.convertResistance(smee.Re, smee.TeRef, smee.alpha20e, smee.TeOperational) | No load excitation voltage |
| Real | k | 2*Ve0/smeeData.VsNominal | Voltage controller: gain |
| SI.Time | Ti | smeeData.Td0Transient/2 | Voltage controller: integral time constant |
| Modelica.Electrical.Machines.Utilities.SynchronousMachineData | smeeData | Synchronous machine data |