modelBaseLoadMotorSimplified_INIT
Base initialization model for loads in parallel to simplified 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 UNom, SNom) | |
| Types.PerUnit[NbMotors] | RrPu | Rotor resistance in pu (base UNom, SNom) | |
| Types.PerUnit[NbMotors] | XsPu | Stator leakage reactance in pu (base UNom, SNom) | |
| Types.PerUnit[NbMotors] | XrPu | Rotor leakage reactance in pu (base UNom, SNom) | |
| Types.PerUnit[NbMotors] | XmPu | Magnetizing reactance in pu (base UNom, SNom) |
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.ComplexCurrentPu[NbMotors] | is0Pu | Start value of the stator current in pu (base SNom, UNom) | |
| Types.ComplexCurrentPu[NbMotors] | im0Pu | Start value of the magnetising current in pu (base SNom, UNom) | |
| Types.ComplexCurrentPu[NbMotors] | ir0Pu | Start value of the rotor current 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.ComplexApparentPowerPu[NbMotors] | motors0Pu | Start value of complex apparent power in pu (base SnRef) (receptor convention) | |
| Types.ComplexCurrentPu[NbMotors] | motori0Pu | Start value of complex current at load terminal in pu (base UNom, SnRef) (receptor convention) | |
| Dynawo.Electrical.Machines.Motors.SimplifiedMotor_INIT[NbMotors] | motors_INIT |