modelBaseLoadMotorFifthOrder_INIT
Base initialization model for loads in parallel to fifth order motor model(s)
Extends from AdditionalIcons.Init, Load_INIT (Initialization for load from load-flow outputs).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Types.ActivePowerPu | P0Pu (from Load_INIT) | Start value of active power in pu (base SnRef) (receptor convention) | |
| Types.ReactivePowerPu | Q0Pu (from Load_INIT) | Start value of reactive power in pu (base SnRef) (receptor convention) | |
| Types.VoltageModulePu | U0Pu (from Load_INIT) | Start value of voltage amplitude at load terminal in pu (base UNom) | |
| Types.Angle | UPhase0 (from Load_INIT) | Start value of voltage angle at load terminal (in rad) | |
| Integer | NbMotors | Number of motors modelled in the load | |
| Real[NbMotors] | ActiveMotorShare | Share of active power consumed by motors (between 0 and 1) | |
| Types.ApparentPowerModule[NbMotors] | SNom | ActiveMotorShare*P0Pu*SystemBase.SnRef | Nominal apparent power of a single motor in MVA |
| Types.PerUnit[NbMotors] | RsPu | Stator resistance in pu (base SNom, UNom) | |
| Types.PerUnit[NbMotors] | LsPu | Synchronous reactance in pu (base SNom, UNom) | |
| Types.PerUnit[NbMotors] | LPPu | Transient reactance in pu (base SNom, UNom) | |
| Types.PerUnit[NbMotors] | LPPPu | Subtransient reactance in pu (base SNom, UNom) | |
| Types.Time[NbMotors] | tP0 | Transient open circuit time constant in s | |
| Types.Time[NbMotors] | tPP0 | Subtransient open circuit time constant in s |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Types.ComplexVoltagePu | u0Pu (from Load_INIT) | Start value of complex voltage at load terminal in pu (base UNom) | |
| Types.ComplexApparentPowerPu | s0Pu (from Load_INIT) | Start value of complex apparent power in pu (base SnRef) (receptor convention) | |
| Types.ComplexCurrentPu | i0Pu (from Load_INIT) | Start value of complex current at load terminal in pu (base UNom, SnRef) (receptor convention) | |
| Types.ActivePowerPu | PLoad0Pu | Start value of the active power consumed by the load in pu (base SnRef) | |
| Types.ReactivePowerPu | QLoad0Pu | Start value of the reactive power consumed by the load in pu (base SnRef) | |
| Types.PerUnit[NbMotors] | EdP0Pu | Start value of voltage behind transient reactance d component in pu (base UNom) | |
| Types.PerUnit[NbMotors] | EqP0Pu | Start value of voltage behind transient reactance q component in pu (base UNom) | |
| Types.PerUnit[NbMotors] | EdPP0Pu | Start value of voltage behind subtransient reactance d component in pu (base UNom) | |
| Types.PerUnit[NbMotors] | EqPP0Pu | Start value of voltage behind subtransient reactance q component in pu (base UNom) | |
| Types.PerUnit[NbMotors] | id0Pu | Start value of current of direct axis in pu (base SNom, UNom) | |
| Types.PerUnit[NbMotors] | iq0Pu | Start value of current of quadrature axis in pu (base SNom, UNom) | |
| Types.PerUnit[NbMotors] | ce0Pu | Start value of the electrical torque in pu (base SNom, omegaNom) | |
| Real[NbMotors] | s0 | Start value of the slip of the motor | |
| Types.AngularVelocityPu[NbMotors] | omegaR0Pu | Start value of the angular velocity of the motor in pu (base omegaNom) | |
| Types.ComplexCurrentPu[NbMotors] | motori0Pu | Start value of complex current at load terminal in pu (base UNom, SnRef) (receptor convention) | |
| Types.ComplexApparentPowerPu[NbMotors] | motors0Pu | Start value of complex apparent power in pu (base SnRef) (receptor convention) | |
| Dynawo.Electrical.Machines.Motors.MotorFifthOrder_INIT[NbMotors] | motors_INIT |