Power System Platform  2026w10a-beta
Loading...
Searching...
No Matches
Transformer.h File Reference
#include "Branch.h"

Go to the source code of this file.

Classes

struct  TransformerElectricalData
 
class  Transformer
 Two-winding transformer power element. More...
 

Enumerations

enum  TransformerConnection {
  GWYE_GWYE = 0 , WYE_GWYE , GWYE_WYE , WYE_WYE ,
  DELTA_GWYE , DELTA_WYE , GWYE_DELTA , WYE_DELTA ,
  DELTA_DELTA
}
 

Enumeration Type Documentation

◆ TransformerConnection

enum TransformerConnection

Definition at line 25 of file Transformer.h.

25 {
26 GWYE_GWYE = 0,
27 WYE_GWYE,
28 GWYE_WYE,
29 WYE_WYE,
30 DELTA_GWYE,
31 DELTA_WYE,
32 GWYE_DELTA,
33 WYE_DELTA,
34 DELTA_DELTA
35};