![]() |
Power System Platform
2026w10a-beta
|
Synchronous machine data for different models. More...
#include <Electromechanical.h>
Public Attributes | |
| double | xd |
| double | xq |
| double | ed |
| double | eq |
Synchronous machine data for different models.
This struct have the parameters and calculated data that depends on each machine model.
Definition at line 33 of file Electromechanical.h.
| double SyncMachineModelData::ed |
Direct-axis internal voltage (transient for models 1, 2 and 3; subtransient for models 4 and 5)
Definition at line 39 of file Electromechanical.h.
| double SyncMachineModelData::eq |
Quadrature-axis internal voltage (transient for models 1, 2 and 3; subtransient for models 4 and 5)
Definition at line 41 of file Electromechanical.h.
| double SyncMachineModelData::xd |
Direct-axis reactance (transient for models 1, 2 and 3; subtransient for models 4 and 5)
Definition at line 35 of file Electromechanical.h.
| double SyncMachineModelData::xq |
Quadrature-axis reactance (transient for models 1, 2 and 3; subtransient for models 4 and 5)
Definition at line 37 of file Electromechanical.h.