![]() |
Power System Platform
2018w15a
|
#include <vector>
#include <complex>
#include "Element.h"
#include "PowerElement.h"
#include "Bus.h"
#include "Capacitor.h"
#include "IndMotor.h"
#include "Inductor.h"
#include "Line.h"
#include "Load.h"
#include "SyncGenerator.h"
#include "SyncMotor.h"
#include "Transformer.h"
#include "PropertiesData.h"
Classes | |
struct | ReactiveLimits |
class | ElectricCalculation |
Base class of electric calculations, with general methods. More... | |