Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
Loading...
Searching...
No Matches
Transformer_Y_Y_real.h
Go to the documentation of this file.
1#ifndef TRANSFORMER_Y_Y_REAL_H
2#define TRANSFORMER_Y_Y_REAL_H
3
9#include "Transformer_real.h"
10
17public:
25 TransformerYY_real(const std::string& symbol, const std::string& location, int pins, const std::vector<double>& values);
26
28
29private:
30 // inherited from parent class
31};
32
33
34#endif // TRANSFORMER_Y_Y_REAL_H
Real transformer model with turns ratio and phase shift.
Wye-wye connected real transformer with turns ratio and phase shift.
Definition Transformer_Y_Y_real.h:16
Real transformer with turns ratio and phase lag.
Definition Transformer_real.h:16