modelSMEE_LoadDump
Test example: ElectricalExcitedSynchronousMachine with voltage controller
Extends from Modelica.Electrical.Machines.Examples.SynchronousMachines.SMEE_LoadDump (Test example: ElectricalExcitedSynchronousMachine with voltage controller).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m (from SMEE_LoadDump) | 3 | Number of phases |
| SI.AngularVelocity | wNominal (from SMEE_LoadDump) | 2*pi*smeeData.fsNominal/smee.p | Nominal speed |
| SI.Impedance | ZNominal (from SMEE_LoadDump) | 3*smeeData.VsNominal^2/smeeData.SNominal | Nominal load impedance |
| Real | powerFactor (from SMEE_LoadDump) | 0.8 | Load power factor |
| SI.Resistance | RLoad (from SMEE_LoadDump) | ZNominal*powerFactor | Load resistance |
| SI.Inductance | LLoad (from SMEE_LoadDump) | ZNominal*sqrt(1 - powerFactor^2)/(2*pi*smeeData.fsNominal) | Load inductance |
| SI.Voltage | Ve0 (from SMEE_LoadDump) | smee.IeOpenCircuit*Machines.Thermal.convertResistance(smee.Re, smee.TeRef, smee.alpha20e, smee.TeOperational) | No load excitation voltage |
| Real | k (from SMEE_LoadDump) | 2*Ve0/smeeData.VsNominal | Voltage controller: gain |
| SI.Time | Ti (from SMEE_LoadDump) | smeeData.Td0Transient/2 | Voltage controller: integral time constant |
| Machines.Utilities.SynchronousMachineData | smeeData (from SMEE_LoadDump) | Synchronous machine data |