Power System Platform
2024w23a
|
#include <complex>
#include <vector>
#include "../elements/powerElement/Bus.h"
#include "../elements/powerElement/Capacitor.h"
#include "../elements/Element.h"
#include "../elements/powerElement/HarmCurrent.h"
#include "../elements/powerElement/IndMotor.h"
#include "../elements/powerElement/Inductor.h"
#include "../elements/powerElement/Line.h"
#include "../elements/powerElement/Load.h"
#include "../elements/powerElement/PowerElement.h"
#include "../elements/powerElement/SyncGenerator.h"
#include "../elements/powerElement/SyncMotor.h"
#include "../elements/powerElement/Transformer.h"
#include "../utils/PropertiesData.h"
Classes | |
struct | ReactiveLimits |
class | ElectricCalculation |
Base class of electric calculations, with general methods. More... | |