Power System Platform  2018w15a
Classes | Enumerations
ElectricCalculation.h File Reference
#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"
Include dependency graph for ElectricCalculation.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  ReactiveLimits
 
class  ElectricCalculation
 Base class of electric calculations, with general methods. More...
 

Enumerations

enum  BusType { BUS_SLACK = 0, BUS_PV, BUS_PQ }
 
enum  ReactiveLimitsType {
  RL_UNLIMITED = 0, RL_LIMITED, RL_UNLIMITED_SOURCE, RL_MAX_REACHED,
  RL_MIN_REACHED, RL_NONE_REACHED
}
 
enum  YBusSequence { POSITIVE_SEQ = 0, NEGATIVE_SEQ, ZERO_SEQ }