![]() |
Power System Platform
2026w10a-beta
|
Auxiliary structure used to distribute reactive power among machines connected to a bus. More...
#include <ElectricCalculation.h>

Public Attributes | |
| double | qMax |
| double | qMin |
| bool | hasMax |
| bool | hasMin |
| bool | fixed = false |
| double | q = 0.0 |
| Machines * | machine |
| bool | isGenerator |
Auxiliary structure used to distribute reactive power among machines connected to a bus.
Definition at line 91 of file ElectricCalculation.h.
| bool ReactiveMachine::fixed = false |
Indicates whether the machine reactive power has been fixed during distribution.
Definition at line 98 of file ElectricCalculation.h.
| bool ReactiveMachine::hasMax |
Indicates if the machine has a maximum reactive power limit.
Definition at line 95 of file ElectricCalculation.h.
| bool ReactiveMachine::hasMin |
Indicates if the machine has a minimum reactive power limit.
Definition at line 96 of file ElectricCalculation.h.
| bool ReactiveMachine::isGenerator |
True if the machine is a generator, false if it is a motor.
Definition at line 103 of file ElectricCalculation.h.
| Machines* ReactiveMachine::machine |
Pointer to the machine element (generator or motor).
Definition at line 102 of file ElectricCalculation.h.
| double ReactiveMachine::q = 0.0 |
Reactive power assigned to the machine.
Definition at line 100 of file ElectricCalculation.h.
| double ReactiveMachine::qMax |
Maximum reactive power capability.
Definition at line 92 of file ElectricCalculation.h.
| double ReactiveMachine::qMin |
Minimum reactive power capability.
Definition at line 93 of file ElectricCalculation.h.